‎2008 Jun 24 3:12 PM
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
‎2008 Jun 24 3:13 PM
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.
‎2008 Jun 24 3:25 PM
Hi Aparna,
I am using message type ORDERS. Plz tell me how can i find user exit for this message type.
‎2008 Jun 24 3:30 PM
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
‎2008 Jun 24 4:14 PM