Answer Posted / gurappa
Hai,
ALE is technology for SAP mainly use to transfer data
between SAP systems.
EDI is the independent technology use to transfer data
between two systems, they can be SAP
systems or non SAP systems.
The basic difference with ALE and EDI is ALE used for
internal communications and EDI is meant for
external communications.
Since ALE uses an IDOC format to exchange data between
systems, both participating systems should
understand the IDOC format.
In other words ALE normally used to distribute the master
data (Ex: Material Master, Vendor Master)
with in a company when you are maintain the distributed
environment.
For example data transfer between a SAP R/3 and SAP APO
where the data transfer is implemented
using ALE technology.
EDI is for exchanging transaction data (Purchase order,
Delivery) between two different business
partners.EDI is all about the standards (Ex: ANSI X12,
EDIFACT) you have to follow when you are
transferring business documents.
Technically speaking, ALE transfers the data using memory
buffers whereas EDI uses file port to
transfer the data.
With EDI technology you always need a translator to convert
the IDOC to X12 (Outbound), X12 to
IDOC (Inbound).But with ALE you don’t need a translator.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is bdc programming in sap?
What is a maintenance view? : abap data dictionary
what next in SAP-ABAP/4 is it going to be change?
What are aggregated objects : abap data dictionary
What are the function of the transport system and workbench organiser? : abap data dictionary
Can you show multiple alvs on a single screen?
What are the types of subroutines?
What is the difference between collect and append statements?
What are null values? : abap data dictionary
How many types of data classes are there in sap?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
Which function module would you use to check the user’s authorization to access files before opening a file?
Can there be more than 1 main window in sap script?
What are smart forms?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?