‎2017 Apr 02 12:01 AM
I'm training on SAP using server access and I tried to debug one of the programs and instead of showing me the code of the program, it should me code for a system method and no matter what I try, it doesn't show me the program code in the debugger.
I also have a SAP trial system installed and I didn't have any issues with the debugger displaying the correct code.
Anyone have a solution for this and I was using the classic debugger.
‎2017 Apr 04 9:14 AM
Can you check your setting for system debugging? If you don't want to debug SAP system components it should be off.

Best regards,
Armin
‎2017 Apr 02 7:58 AM
Hi Syed ,
Please make sure that you are not trying to debug a ABAP macro. otherwise, it should not be this case !
Thanks !!
‎2017 Apr 05 12:19 AM
It is definitly not a macro but the only work around I have found is to use session breakpoints.
‎2017 Apr 04 9:14 AM
Can you check your setting for system debugging? If you don't want to debug SAP system components it should be off.

Best regards,
Armin
‎2017 Apr 05 12:18 AM
System debugging is off but the only way I could get around the problem suggested to me on another forum was to use session breakpoints which has solved the problem for me so far.
‎2017 Apr 06 9:49 PM
‎2017 Apr 07 4:22 AM
Try to change to new abap debugger mode.
Debugging -> switch to new abap debugger.