What Is EDI (Electronic Data Interchange)
What Is EDI (Electronic Data Interchange)
EDI Documents
Following are the few important documents used in EDI −
Invoices
Purchase orders
Shipping Requests
Acknowledgement
Business Correspondence letters
Financial information letters
Computer-to-computer– EDI replaces postal mail, fax and email. While email is also an
electronic approach, the documents exchanged via email must still be handled by people rather
than computers. Having people involved slows down the processing of the documents and also
introduces errors. Instead, EDI documents can flow straight through to the appropriate
application on the receiver’s computer (e.g., the Order Management System) and processing can
begin immediately. A typical manual process looks like this, with lots of paper and people
involvement:
Business documents – These are any of the documents that are typically exchanged between
businesses. The most common documents exchanged via EDI are purchase orders, invoices and
advance ship notices. But there are many, many others such as bill of lading, customs
documents, inventory documents, shipping status documents and payment documents.
Standard format– Because EDI documents must be processed by computers rather than
humans, a standard format must be used so that the computer will be able to read and
understand the documents. A standard format describes what each piece of information is and in
what format (e.g., integer, decimal, mmddyy). Without a standard format, each company would
send documents using its company-specific format and, much as an English-speaking person
probably doesn’t understand Japanese, the receiver’s computer system doesn’t understand the
company-specific format of the sender’s format.
Business partners – The exchange of EDI documents is typically between two different
companies, referred to as business partners or trading partners. For example, Company A may
buy goods from Company B. Company A sends orders to Company B. Company A and Company
B are business partners.
What is ALE ?
ALE supports the distribution of the business functions and process across loosely coupled SAP R/3
systems (different versions of SAP R/3). Connections from R/2 and non SAP systems is also
supported.
ALE supports-
ALE is used to support distributed yet integrated processes across several SAP systems whereas EDI
is used for the exchange of business documents between the systems of business partners (could be
non-SAP systems)
ALE is SAP's technology for supporting a distributed environment whereas EDI is a process used for
exchange of business documents which now have been given a standard format
Both ALE and EDI require data exchange. An Idoc is a data container which is used for data
exchange by both EDI and ALE processes.
What is IDOC?
IDOC is simply a data container used to exchange information between any two processes that can
understand the syntax and semantics of the data.
In simple words , an idoc is like a data file with a specified format which is exchanged between 2
systems which know how to interpret that data.
When we execute an outbound ALE or EDI Process, an IDOC is created. In an inbound ALE or EDI
process, an IDOC serves as input to create an application document. In the SAP System, IDOCs are
stored in database. Every IDOC has an unique number(within a client).
IDOCs are based on EDI standards, ANSI ASC X12 and EDIFACT. In case of any conflict in data size,
it adopts one with greater length. IDOCs are independent of the direction of data exchange e.g.
ORDERS01 : Purchasing module : Inbound and Outbound. IDOCs can be viewed in a text editor.
Data is stored in character format instead of binary format. IDOCs are independent of the sending
and receiving systems.(SAP-to-SAP as well as Non-SAP)