Hi all,
Even if I have changed a part of the code of a program and activated it,
it still does not see the new part and runs according to old part.
For example even I have changed the ;
unpack prctr to prctr2.
to >>
if prctr cs sy-abcde. "do nothing else. unpack prctr to prctr2. wa-prctr = prctr2. endif.
However the program runs as if I have not add if else... It also does not fall into debug mode.
What is the problem?
Thanks.
does it happen in another session? did you restart SE38 in the another session?
Hi Deniz,
Some times it happens like that if we change Attributes of that program.
Just copy the same code into other program and delete everything in the original program except report stmt and do activation part .aFterwards simply paste the code into original program.it may solve your problem.
Otherwise save the code, system-->Logoff.
Reward if useful
Regds
Sivaparvathi
Add a comment