2020 Sep 17 6:56 AM
2020 Sep 17 7:54 AM
dummi1,
Ensure below Points for debugging the background Job:
1) Ensure the Job is finished.
2) Place the cursor on the Job so that the Job is selected. Single Click on the job should do.
3) Now Type JDBG in the command bar and press enter.
This activity should trigger the debugger, initial few screens are part of SAP Standard you skip those using 'F7'.
You can also refer below blogs for more information:
Regards!
2020 Sep 17 7:07 AM
Hi, Set a breakpoint in ABAP report and Create background JOB in SM36 transaction, set a future start. got to tcode SM37, put the cursor on the job line, type 'JDBG' in the command line ( no '/' ) and press enter. program will start through debug mode....
2020 Sep 17 7:54 AM
dummi1,
Ensure below Points for debugging the background Job:
1) Ensure the Job is finished.
2) Place the cursor on the Job so that the Job is selected. Single Click on the job should do.
3) Now Type JDBG in the command bar and press enter.
This activity should trigger the debugger, initial few screens are part of SAP Standard you skip those using 'F7'.
You can also refer below blogs for more information:
Regards!
2020 Sep 17 8:50 AM
Create background job in sm36 tcode and set a break points in background job it will be starting now . then go to sm37 tcode put the cursor on job line and press enter . then the program will start in debugging mode.
Thanks.
Yashaswini R
2020 Sep 17 8:57 AM
Asked and answered many times -> search the Web before posting:
How to debug background job in sap abap? site:sap.com