Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reg: BDC

Former Member
0 Likes
410

hi,

can u explain what exactly job scheduling is?

1 ACCEPTED SOLUTION

hi,

can u explain what exactly job scheduling is?

2 REPLIES 2
Read only

Former Member
0 Likes
389

Hi

Before any background processing can actually begin, background jobs must be defined and scheduled. The scheduled time for when a job runs is one part of the job’s definition. There are several ways to schedule jobs:

From Transaction SM36 (Define Background Job)

With the "start program in the background" option of either Transaction SA38 (ABAP: Execute Program) or Transaction SE38 (the ABAP editor)

Through the background processing system’s own programming interface. (Many SAP applications use the internal programming interface to schedule long-running reports for background processing.)

Through an external interface.

Scheduling Background Jobs

http://help.sap.com/saphelp_nw70/helpdata/en/c8/6a56389f64246fe10000009b38f889/frameset.htm