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

ALE IDOC - segment E1EDK14

Former Member
0 Likes
865

Hi Friends,

I am creating IDoc from P.O. there is a segment E1EDKA1 AG , which has field PARTN. Some value is appearing in it but I am not able to find out,from where this value comes.

Please give me some suggestions.

Thanks & Regards,

Brijesh Soni

4 REPLIES 4
Read only

Former Member
0 Likes
685

Check the User exit. Find the function module related to your message type. Look for Customer exits in the function module. There must be some custom logic to populate those fields.

Read only

0 Likes
685

Hi Aparna,

I am using message type ORDERS. Plz tell me how can i find user exit for this message type.

Read only

0 Likes
685

Go to FM IDOC_OUTPUT_ORDERS(Assuming you are not using custom FM, and it is outbound, choose the input FM if inbound).

Search for Call Customer.

This will give you the userexits.

double click in the exit number eg '001' it will show you the include in which you should find your code

Read only

Former Member
0 Likes
685

Done thanks