on ‎2023 Mar 24 3:39 PM
HI Abap Experts,
I want debug submit program which is called in background job. i dont want to debug via SM37. i have tried extranal BP and Hardcoded BP but its not working. Help me if any one have/ worked like this scenario.
Request clarification before answering.
HI amontella96,
i am using f110 transaction and doing praposal run, when we run paposal its starting back ground job, in that back ground job there was submit program SAPF110S. i want to check / debug the line 809 perform bsik_selektion_2 (INCLUDE F110MAIN). i can do it from SM37 but if i debug via sm37 some dynamic vallues missing casues f110 issues. so i want debug SAPF110s program and see the how Perform bsik_selektion_2 working in f110 running.
Waiting for your help



inside this perform Calling submit program via job

Once start, Below is the Back ground job triggred ,

Kindly help me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Set a normal breakpoint in your program. Go to SM37 and display the background job list, including your job. Type JDBG in the transaction field. Then place the cursor on your job and press enter. You will enter debug. F8 and your breakpoint will trigger.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.