By
Published: 25 Jun 2009
I am trying to configure SAP Electronic Data Interchange (EDI) to create a sales order in SAP using a file sent by our vendor.
I would like to have just the inbound process using message type ORDERS, and the basic IDoc type ORDERS05. I'm not sure how SAP will pick up this file. How do I do this?
Use
SAP ABAP RSEINB00 for this purpose, or as the template for your own
EDI transactions. Input is handled by function IDOC_INBOUND_FROM_FILE, in case you need to implement your own import logic in an ABAP.
Dig Deeper on ERP & Supply Chain
An SAP R/3 4.7 user wants looking to post a document entry using different trading partner fields for credit and debit for function FB01.
Continue Reading
A SearchSAP.com reader wants to know how to create an SAP IDoc along with sales order details when sales orders are created, changed or cancelled.
Continue Reading
How to make function module calls in SAP from an external system
Continue Reading