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: 

User exit incoming orders

Former Member
0 Kudos

Hello

Questions

Is there any userexit to use if i need to add data to controlrecord edi_dc40 in idoc orders03 BEFORE the idoc creates ?

Heres the process

A customer who runs sap sends one orderidoc to my client via ftp

this must be handled via fm EDI_DATA_INCOMING to create an order

to have this process to work i have to add data to controlrecord edi_dc40 for idoctype orders03 because information is missing

Is there a user exit somewhere i can use to add / change data in the control record in the infile before the idoc is created. ?

hope you understand my issue

sh

5 REPLIES 5

Former Member
0 Kudos

Hi,

You can try to code in CALL CUSTOMER-FUNCTION '007'.

As this is the intial poit of the processing.

Regards,

sasi

0 Kudos

In what funktion module can this be found

// Sh

0 Kudos

In what funktion module can this be found

// Sh

0 Kudos

Hi,

ITS AN INBOUND IDOC RIGHT.

IDOC_INPUT_ORDERS

bye

sasi

Former Member
0 Kudos

Hi,

MM06E001

Regards,

Himanshu