SAP background job processing using ABAP and tcodes SM36, SM37

There are many ways to create background jobs, asynchronous and synchronous tasks in SAP either manually via transaction SM36 or via ABAP using the methods highlighted below. You can also view any background job/task created within SAP via the t-code SM37.


Submit ABAP report in background job
Use SUBMIT statement to execute ABAP Report as background task

Call function module in background task
Function module 'IN BACKGROUND TASK' statement

SAP FM STARTING NEW TASK
Function module 'STARTING NEW TASK' statement



SAP FM IN UPDATE TASK
Function module 'IN UPDATE TASK' statement

Related Articles