Computer Science, asked by Rafel568, 1 year ago

What is the open/standardized file format for exporting invoices in SAP ERP System?

Answers

Answered by temiajare
0

What is the open/standardized file format for exporting invoices in SAP ERP system?

SAP uses IDoc known as an intermediate document to exchange data between logical systems. If your system involves non-SAP systems as well, then IDoc can be used as a standard interface for data exchange between SAP and non-SAP systems. IDoc is a container for information exchange. IDoc is made by message type and method of Objects when information is to be exchanged. The message type is the configuration in which the information for a particular business process is transmitted electronically. An IDoc consists of several data segments, headers and status records. Also, it can be extended by extending IDoc types to add custom segments, field types and method types to it. SAP system contains the structure of IDoc. The structure of IDoc specifies the sequence of segments and fields contained in the segment. SAP uses its IDoc format to export business documents. IDoc’s are essentially flat files, containing different segments with any number of fields. For invoices the standard IDoc type is INVOIC01. To export a document as an IDoc you setup a message (the default invoice message is RD00) with output mode "EDI" and configure your SAP system to for instance save it on the file system (other options are available too, e.g. sending the IDoc to a RFC Server).

Similar questions