Application Development and Automation 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: 
Read only

IDOC enhancement for E1CUCFG segment

Former Member
0 Likes
1,134

Hi All,

I have a requirement where one of the E1CUCFG segment field is wronlgy poppulated. I tried in IDOC_OUTPUT_ORDERS. But no changes are refelected in the IDOC.

the idoc is triggered when sales order is created / changed . How can we debug the IDOC triggering. I have kept a breakpoint in IDOC_OUTPUT_ORDERSbut it is not stopping at that point.

Can someone help me in this issue.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
919

I'm not familiar with this particular segment, but in general the easier way to debug the IDocs that are triggered by output is if you change it to do not send immediately and then run the program RSNAST00 (or RSNASTED?) to process the output. When output is processed immediately in the order transaction, it runs in a separate process and it's difficult to debug.

Hi All,

I have a requirement where one of the E1CUCFG segment field is wronlgy poppulated. I tried in IDOC_OUTPUT_ORDERS. But no changes are refelected in the IDOC.

the idoc is triggered when sales order is created / changed . How can we debug the IDOC triggering. I have kept a breakpoint in IDOC_OUTPUT_ORDERSbut it is not stopping at that point.

Can someone help me in this issue.

Thanks in advance.

3 REPLIES 3
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
920

I'm not familiar with this particular segment, but in general the easier way to debug the IDocs that are triggered by output is if you change it to do not send immediately and then run the program RSNAST00 (or RSNASTED?) to process the output. When output is processed immediately in the order transaction, it runs in a separate process and it's difficult to debug.

Read only

0 Likes
919

Hi Jelena, My requirement is to find the User exit for ORDERS (Outbound) IDOC.

Please let me know how to find the correct user exit for the message type ORDERS

Read only

0 Likes
919

Is there something preventing you from using Google to search for this?