‎2012 Apr 05 4:18 PM
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
‎2012 Apr 05 5:11 PM
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
‎2012 Apr 06 6:08 AM
‎2012 Apr 10 12:48 PM
I think this is most probably the case. Only active version of the code is executed.
‎2012 Apr 06 7:22 AM
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.