Skip to main content

YCLASSICAL_JOINING

*&---------------------------------------------------------------------* *& Report  YCLASSICAL_JOINING *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------* REPORT   yclassical_joining  NO   STANDARD   PAGE  HEADING                               LINE - SIZE   110                               LINE - COUNT   255                               MESSAGE - ID  z...

Difference Between ALE and EDI in SAP ABAP

Difference Between ALE and EDI in SAP ABAP

The main difference between ALE and EDI is ALE used for internal communications within the SAP Environment and EDI is meant for external communications that is communicating with Non-systems.
ALE(Application Link Enabling):
ALE is technology for SAP ,is used to transfer data between SAP systems.
ALE is used to support integrated processes across several SAP systems.
ALE includes controlled exchange of data messages guarantying data consistency across loosely coupled applications. ALE consists three layers which are Application Services , Distribution Services and Communication Services.
ALE provides a distributed and fully integrated R/3 system. Each application is self-capable. The use of self-capable system implies a certain measure of data redundancy.Hence data has to be both distributed and synchronized.
ALE uses an IDOC format to exchange data between systems, both participating systems should understand the IDOC format.
ALE transfers the data using memory buffers whereas EDI uses file port to transfer the data.
Distribution of applications between specific releases of R/3 Systems
Continued records alternate after a release upgrade without requiring special protection
Customer-specific extensions.
Communication interfaces that allow connections to non-SAP structures.
Coupling of R/three and R/2 Systems.
EDI( Electronic Data Interchange )
EDI means Electronic Data Interchange, is the electronic exchange of structured business data between different applications. Such as purchase orders, invoices, inquiries, planning, acknowledgements, pricing, order status, scheduling, test results, shipping and receiving, payments, and financial reporting.
When you are using EDI technology you always need a translator to convert the IDOC to X12 (Outbound), X12 to IDOC (Inbound).But in the case of ALE you don’t reuire a translator.
EDI Architecture contains EDI-enabled applications which support the automatic processing of business transactions.
The IDoc interface which consists of IDoc types and function modules that form the interface to the application.
The EDI subsystem which converts the IDoc types into EDI message types and vice versa. This component of the EDI architecture is not provided by SAP.
EDI is the independent technology use to transfer data between two systems, they can be SAP systems or non SAP systems.
Below following tasks related to EDI processing:
Conversion of data·
Message and Interchange Handling.
Communication·
Administration of partner profiles·
Monitoring of processing
All data is transferred in files between the R/3 System and the EDI subsystem. Synchronous RFC (Remote Function Call) is implemented to define the time of transfer for a file between the two systems.
Improves data accuracy
With EDI business can eliminate the need to re-enter data from paper documents and thus prevent potential data entry errors.
Lowers personnel costs
EDI can help companies reduce the need for personnel involved in orders and accounting processing. Speeds up information exchange- EDI systems can shorten the lead time between receipt and fulfillment of orders.
Reduces technical complexity related to data interchange
With EDI companies use standardized data formats to exchange documents. EDI allows companies using different business applications and systems to achieve computer-to-computer electronic exchange of business documents.
End

Comments

Popular posts from this blog

All about Classes in ABAP Object Oriented Programming?

All about Classes in ABAP Object Oriented Programming? Class describes real world Object that may be car ,home and Animal .In ABAP Object Oriented (OO)Programming ,Class concept is first and Fore most Topic ,so through this post ,we will learn class in ABAP and Types of class and How to create classes and Methods in SAP ABAP. Class consists the Properties and Attributes. Properties are Methods or Functions or Procedures. Attributes are Variables . One class can have Any number of Objects that is Object is like a class but object can never be a Class. Example :Car is a class ,Here class contains some common Properties for its related Objects. Object may be different companies like Ford Maruthi etc. Objects are instances of a class ,so for one class ,we can create many objects Class Definition in SAP ABAP Class: we can build an Object properties using class. The attributes of objects are defined by the components of the class, which describe the state and behavior of O...

What is SAP (System Applications Products)?

What is SAP (System Applications Products)? The following articles guides you everything about SAP ERP Systems. The first question which arises in our mind “what is SAP” ? what is SAP ERP software? which is the best SAP module and which module has a best scope for bright future ?? What does SAP stands for  – SAP stands for Systems, Applications and Products in data processing. • SAP is the fourth largest software company in the world. • The SAP R/3 system is a business software package designed to What is SAP (System Applications Products)? The following articles guides you everything about SAP ERP Systems. The first question which arises in our mind “what is SAP” ? and  what is SAP ERP software? which is the best SAP module and which module has a best scope for bright future  ?? What does SAP stands for – integrate all areas of a              business. • It provides end to end solutions for financials, manufacturing...

BDC Recording in SAP ABAP

BDC Recording in SAP ABAP Here ,I explained The Steps to record any  Transaction (Example: VA01) to create BDC(Batch Data Communication) Program. Step 1  Execute transaction  SHDB  . Step 2  Enter  name  for recording  Step 3  Enter  transaction  to be executed Step 4  The transaction will now be executed, simply enter the values in the screen fields which you want to record.  Step 5  Once you have finished the recording and selected the  save  button or exit the transaction you  Creating an ABAP program Using a BDC recording   Go to SHDB Transaction Code and Click on New Recording. Give the Record name and Transaction code and click on Start New Recording Button. Now enter the Bank country and Key Now enter the Bank name ,City ,country and street.  Now Save the Recording . Now select the created record and click on Program. Now give the program title ...