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 job processing

Former Member
0 Likes
452

can u pls provide me a link from whre i can learn abt background processing

what are all the tranasactions like sm35 and sm37 etc.

how to debug an the other features

3 REPLIES 3
Read only

Former Member
0 Likes
429

if u want to run a program where the runtime of the program takes long time. u can execute in background.

go to se38

program

execute -Background

then a select to execute immedietely or u can schelude ur time

goto SM37

enter the job name execute

u can find the finished status for ur program

u can find the log there or goto graphical display

Regards

Giridhar

Read only

vinod_vemuru2
Active Contributor
0 Likes
429

Hi,

If u want to execute the job in back ground then do like this.

Go to report selection screen, fill the data, Press F9, Press enter, Immediate execution and save. It will schedule the job in back ground.

If u want to see the status then go to SM37. There u will see the status of ur job. We can set the job to execute periodically like hourly, daily, monthy etc. When u press F9 it will show a pop up about printer details. Press enter, U will get another popup for Immediate or DateTime, AfterJob etc. Press date time. In the bottom press Period values. Here u can set the execution mode(i.e Daily, Weeky etc).

U can schedule a job explicitly in transaction SM36.

If u want to debug the background job then place a break point in ur report, go to SM37, Select your job and enter jdbg in the command prompt and press enter. It will go to dubug mode.

For more help check ABAP Documentation

Thanks,

Vinod.