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: 

Show the all segments in Idoc.

Former Member
0 Kudos

Hi experts,

I send change PO through Idoc.   My problem is when I need do break in the function module IDOC_OUTPUT_ORDCHG this no stop.   The process that I doing is the following.

1.- change the quantity in purchase order. (for example)

2.- save the change order.  (but in this moment  non stop my break)

3.- I see the tcode we02 and all my Idoc are green.

so, I need  see (we02)  all the segments (the segment change  and the segments that no.

thanks in advance.

Luis.-

1 REPLY 1

edgar_nagasaki
Contributor
0 Kudos

Hi Luis,

Most probably because your IDoc is called in UPDATE TASK mode that's why you can't catch execution to debug. What you can do is to run it through WE19 (test tool for IDoc processing).

Regards,

Edgar