‎2008 Mar 06 9:38 AM
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
‎2008 Mar 06 9:40 AM
‎2008 Mar 06 9:43 AM
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
‎2008 Mar 06 9:57 AM
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.