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: 

MM06E001 User exits for EDI inbound and outbound purchasing documents

Former Member
0 Kudos

Hi

I am using enhancement MM06E001 to transfer PO data

via idoc type ORDERS05.

I am creating PO via transaction ME21N.When ever i save the PO the data should go via this IDOC type

When we create PO the Standard long text data maintained at header level is tranferred via Segment E1EDKT1 and E1EDKT2.

The issue is that at header level i have created new PO header text.

This new PO header text data is not identified in this enhancement

thats why i am not able to send this data via

idoc using enhancement MM06E001.

Kindly help me on how to pass the text data using Idoc

via enhancement MM06E001.

Thanks & Regards,

Chetan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

I believe you are writing the Code in the Exit EXIT_SAPLEINM_002 in which you are manually populating the Header Text while it is not required for the Standard Segments like E1EDKT1 & E1EDKT2. If there is any Text maintained in the PO, it will be automatically populated in the Header Segment E1EDKT1 & E1EDKT2.

Put a Break Point in this Customer Function and check if the Data is already being filled into these Segments in the Table INT_EDIDD.

Thanks and Regards,

Venkat Phani Prasad Konduri

1 REPLY 1

Former Member
0 Kudos

Hello,

I believe you are writing the Code in the Exit EXIT_SAPLEINM_002 in which you are manually populating the Header Text while it is not required for the Standard Segments like E1EDKT1 & E1EDKT2. If there is any Text maintained in the PO, it will be automatically populated in the Header Segment E1EDKT1 & E1EDKT2.

Put a Break Point in this Customer Function and check if the Data is already being filled into these Segments in the Table INT_EDIDD.

Thanks and Regards,

Venkat Phani Prasad Konduri