Debug ABAP programs which are executed in background

If you have got a program which calls another program in background i.e SAPScript print program You may need to debug it or get it to stop at a break-point set in the background program. To do this all you need to do is turn update debugging on from the ABAP debugger (Settings->Update debugging).


Related Articles

Debug ABAP programs with SAP
ABAP Debugging - Example code and information on various debugging techniques
Debug an sap dialog popup screen, modal dialog box
Debug ABAP programs already running in background