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

back ground scheduling

Former Member
0 Likes
444

HI FRIENDS HELP IN SCHEDULING A JOB IN BACK GROUND .

OTHER THAN SM37.

PLS SEND CODE.

KUMAR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
426

you can execute any report in background from se38 execute in background.

3 REPLIES 3
Read only

Former Member
0 Likes
427

you can execute any report in background from se38 execute in background.

Read only

Former Member
0 Likes
426

Try using transaction SM36 using the job wizard

Read only

varma_narayana
Active Contributor
0 Likes
426

Hi ..

You can Create a Background Job in two Ways

1. Using the SM36 (Statically)

2. By calling std FMs from a program (Dynamically)

JOB_OPEN

JOB_SUBMIT or Submit <report> via Background job STATEMENT

JOB_CLOSE

hope this will help u. Reward if it.

Regards,