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

jitendra_it
Active Contributor
0 Likes
686

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

franois_henrotte
Active Contributor
0 Likes
582

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

Read only

0 Likes
582

Hi,

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