Application Development and Automation 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: 
Read only

Problem with the SAP Debugger not displaying the code

bigdaddyz
Discoverer
0 Likes
2,874

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
Read only

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Likes
2,257

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
Read only

Former Member
0 Likes
2,257

Hi Syed ,

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

Thanks !!

Read only

0 Likes
2,257

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

Read only

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Likes
2,258

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

Read only

0 Likes
2,257

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.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
2,257

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

Read only

Former Member
0 Likes
2,257

Try to change to new abap debugger mode.

Debugging -> switch to new abap debugger.