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

EDI Exit

Former Member
0 Likes
635

Hi All,

I want to add a segment to the inbound idoc.

I tried writing the code to insert the Idoc_data in the user exit. bt when i executed the segment is not getting. Its not stopping at the exit when i set some break points. My assumption is its not going into the exit.

Can any one please let me know how can i solve this.

Inbound function module : IDOC_INPUT_DESADV1

Thanks,

Prem.

Hi All,

I want to add a segment to the inbound idoc.

I tried writing the code to insert the Idoc_data in the user exit. bt when i executed the segment is not getting. Its not stopping at the exit when i set some break points. My assumption is its not going into the exit.

Can any one please let me know how can i solve this.

Inbound function module : IDOC_INPUT_DESADV1

Thanks,

Prem.

2 REPLIES 2
Read only

Former Member
0 Likes
599

Hi,

try this way..

Check the user exit is active or not in CMOD..

put the Break point in the user exit at starting of the program..

try to execute the Idoc from We19 in froeground or debugging mode..

Prabhudas

Read only

0 Likes
599

solved thnx