‎2007 Sep 04 10:02 AM
Hi,
I have an user exit for VA01, which is a include program.
how to debug it, pls mention the steps.
‎2007 Sep 04 10:07 AM
hi Debarshi,
place a breakpoint into the exit...
if it does not stop there, there could be few reasons behind:
1. The exit is not reached by the main program, you have to debug the reason.
2. Exit is called from FM in update task. You might have no more avaliable sessions or you have to turn on Update debugging
hope this helps
ec
‎2007 Sep 04 10:07 AM
hi Debarshi,
place a breakpoint into the exit...
if it does not stop there, there could be few reasons behind:
1. The exit is not reached by the main program, you have to debug the reason.
2. Exit is called from FM in update task. You might have no more avaliable sessions or you have to turn on Update debugging
hope this helps
ec
‎2007 Sep 04 10:11 AM
use statement
break <your user name>.
say if ur user name is abc.
put statement..
break abc.
in da user exit.