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

Background Scheduling tutorial

Former Member
0 Likes
556

Hi All ,

I want step by step tutorial/links/docs for background Scheduling .

Thanks in advace

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
514

goto sm36

give some job name

click start conditions

click date time give values and save

click step

give report name.......and variant if u hav...

save

come back

now save the job..........ull get a msg

goto sm37 gine ur job name and execute.........

to view the result check ur job and click spool button

now click the rpt icon next to spool no.......

4 REPLIES 4
Read only

Former Member
0 Likes
515

goto sm36

give some job name

click start conditions

click date time give values and save

click step

give report name.......and variant if u hav...

save

come back

now save the job..........ull get a msg

goto sm37 gine ur job name and execute.........

to view the result check ur job and click spool button

now click the rpt icon next to spool no.......

Read only

Former Member
0 Likes
514

Hi,

ABAP Editor transaction SE38 can be used to execute program in the background. In SE38 selection screen click on Program -> Execute -> Background and specify the name of the variant. You can schedule the program to run once at a certain time or periodically every month, week, days, hours or minutes.

Moreover Transaction SM36 can be used to Schedule Background Job without selections parameters.

Click on the steps, A popup window will open, Click on ABAP/4 button. The fields ABAP/4 Program name, Variant and Language will become input enable. Type the program name and save it by pressing on save Icon. Now Click on start condition, a popu up will appear asking about start date or Immediate etc.. pls provide applicable details and press on save Icon. and now finally press on Save Icon

Steps

SM36

Put in Job Name

Click on Steps

Put in the ABAP program name

The variant for your program if you have a selection screen and want certain values on there

Save

Click on Start Condition

Put in e.g. Start Date and Start Time and Click on Period Values

Save

Don't forget to Save on the Initial Screen as well (Define Background Job)

this will create you background job

Go through the following link

http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm

Reward me if it is helpful.

Read only

Former Member
0 Likes
514

solved