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 Load current Source code in Debugger

jitendra_it
Active Contributor
0 Kudos

Hi Folks,

During debugging when I change the source code and reload it using Menu path Miscellaneous->Load current Source code

in ABAP debugger, I get updated code in screen of debugger but functionalty wise it behavs like old code.

Kindly suggest what I m doing wrong.

Thanks in Advace.

Regards,

jitu188

2 REPLIES 2

franois_henrotte
Active Contributor
0 Kudos

when the program is run, the version stays the same until the end even if you compile a new version

new version will be run the next time

0 Kudos

Hi,

Then what is exactly use of Load current Source code option.