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 an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are differences between at selection-screen and at selection-screen output?
Explain the data types of internal tables?
Can you define a field without a data element? : abap data dictionary
Define spool request?
Where the payroll results are stored
Differentiate between report and dialog program
What is a bsp application? : sap abap hr
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
How to analysis Background Job for performance Issue?
What is a data dictionary? : abap data dictionary
What are pooled tables?
What are the differences between se01, se09 and se10?
What do you understand by work area and internal tables in abap? Why do we use it?
Advantages and disadvantages of different types of bdc's?