Application Development 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: 

How to debug IDOC - DELVRY03 / Message type - WHSORD

Former Member
0 Kudos
500

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
152

Hi ,

Put an http breakpoint and try...

Hope it works..

Lokesh

Pls. reward appropriate points

5 REPLIES 5

Former Member
0 Kudos
153

Hi ,

Put an http breakpoint and try...

Hope it works..

Lokesh

Pls. reward appropriate points

0 Kudos
152

Hi Lokesh,

Please let me know how to put http break point.

THanks & Regards

K. Naveen Kumar

Former Member
0 Kudos
152

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.

former_member188685
Active Contributor
0 Kudos
152

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

Former Member
0 Kudos
152

Hi

In the code you can find some CUSTOM EXIST '001' etc.

set the break point over there and do the debug.

Thanks

Eswar