‎2011 May 02 2:49 PM
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
‎2011 May 04 9:06 AM
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
‎2011 May 04 9:24 AM
Hi,
Then what is exactly use of Load current Source code option.