Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do you set up background jobs in SAP? What are the steps? What are events driven batch jobs?

Go down

How do you set up background jobs in SAP? What are the steps? What are events driven batch jobs? Empty How do you set up background jobs in SAP? What are the steps? What are events driven batch jobs?

Post  Admin Sat Apr 07, 2012 12:05 am


- Create a job using function module JOB-OPEN
- Collect the job specifications.
- Add a job step to the job with the function module JOB-SUBMIT.
- Close the job and pass it to Background processing system for execution with the function module JOB-CLOSE

- EVENT DRIVEN BATCH JOBS :-
- Types = System events – triggered when activation of new operation mode takes place
- User events - Triggered from ABAP/4 or external program.
- Triggering an event notifies the background processing that named condition has been reached. The Background system reacts by starting any jobs that were waiting for the event.

Transaction codes related to background jobs creation and processing are :-
SM36(Job creation)
SM37(Job selection and execution).

Admin
Admin

Posts : 92
Join date : 2012-01-26

https://mysaplab.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum