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

Wrong Code after executing debugging

Former Member
0 Likes
736

Hello Colleagues,

I have following problem:

If I try to execute debugging of a program under ABAP Editor (SE80), I will see a complete different code in the debugger application.

The Code under ABAP Editor is not the same as at debugger.

Any ideas?

Many thanks in advance!

Regards,

Jochen

4 REPLIES 4
Read only

Former Member
0 Likes
677

Hi,

Just try putting a break point in your code instead of using '/h' and then execute the same. You will then be able to find out if your piece of code is getting triggered or not.

Asha

Read only

Former Member
0 Likes
677

Hi

Make sure your program is activated.

Read only

yuri_ziryukin
Product and Topic Expert
Product and Topic Expert
0 Likes
677

I think this is most probably the case. Only active version of the code is executed.

Read only

Former Member
0 Likes
677

Jochen,

First thing is this SE80 is not your ABAP Editor. It is Obect Navigator.

And just run the tcode and put /h and then execute it.

You can also do through SE38. Just paste the program name and execute it, it will take you to selection screen. Enter details in selection screen and then put /h and again execute it. It will take you to your program.