2008 Apr 03 12:07 PM
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
2008 Apr 03 1:27 PM
Hi,
You can try to code in CALL CUSTOMER-FUNCTION '007'.
As this is the intial poit of the processing.
Regards,
sasi
2008 Apr 03 1:34 PM
2008 Apr 03 1:36 PM
2008 Apr 03 2:10 PM
2008 Apr 03 4:01 PM