2005 Dec 14 1:50 PM
HI ALL,
I created a user exit ZXTRKU02 , for this i created a project in CMOD and activate the project also. This user exit is for Outbound Delivery idoc DELVRY03. But at the time of creation of IDOC this userexit is not triggering. Please let me know what i am missing.
Thanks & Regards
K. Naveen Kumar
2005 Dec 14 1:59 PM
Hi ,
Put an http breakpoint and try...
Hope it works..
Lokesh
Pls. reward appropriate points
2005 Dec 14 1:59 PM
Hi ,
Put an http breakpoint and try...
Hope it works..
Lokesh
Pls. reward appropriate points
2005 Dec 14 2:16 PM
Hi Lokesh,
Please let me know how to put http break point.
THanks & Regards
K. Naveen Kumar
2005 Dec 14 2:01 PM
Hi Naveen,
Sorry but you can´t debug a user exit, but you can try sending a screen message
MESSAGE 'text' TYPE 'E'.
In order to find out if the user exit is triggering.
In case it isnt, you should check that is active or find if the tcode uses the exit that you are trying to use. With the report RSMODPRF you can do it.
Hope this helps!!
Gabriel P.
Pls dont forget to reward if this was helpful.
2005 Dec 14 2:05 PM
Hi,
Set a Break point in the code where ever you need to stop
by using <b>break-point</b>. or if you want it for specific user name then <b>break uname.</b>
try that...
regards
vijay
2005 Dec 14 2:17 PM
Hi
In the code you can find some CUSTOM EXIST '001' etc.
set the break point over there and do the debug.
Thanks
Eswar