Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with the SAP Debugger not displaying the code

bigdaddyz
Discoverer
0 Kudos

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.

1 ACCEPTED SOLUTION

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

6 REPLIES 6

Former Member
0 Kudos

Hi Syed ,

Please make sure that you are not trying to debug a ABAP macro. otherwise, it should not be this case !

Thanks !!

0 Kudos

It is definitly not a macro but the only work around I have found is to use session breakpoints.

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

0 Kudos

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.

Jelena
Active Contributor
0 Kudos

What is the specific program you're trying to debug?

former_member200754
Participant
0 Kudos

Try to change to new abap debugger mode.

Debugging -> switch to new abap debugger.