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

SAP ABAP ALV Reports Interview Questions and Answers for Experienced.

SAP ABAP ALV Reports Interview Questions and Answers for Experienced. Here, i am sharing very import real time oriented questions which are faced at several interviews on ALV Reports to help for freshers and experienced SAP ABAP consultants with appropriate answers . What is ALV? ALV stands for ABAP List Viewer. ALV gives us a standard List format and user interface to all our ABAP reports. ALV is created by a set of standard function modules provided by SAP. What are the uses of ALV reports? Sorting of records Filtering of records Totals and Sub-totals Download the report output to Excel/HTML Changing the order of the columns in the report Hide the unwanted columns from the report What are standard function modules used to create ALV? REUSE_ALV_LIST_DISPLAY Display an ALV list REUSE_ALV_GRID_DISPLAY Display an ALV grid REUSE_ALV_COMMENTARY_WRITE Output List header information REUSE_ALV_VARIANT_F4 Display variant selection dialog box REUSE_ALV_VARIANT_EXISTENCE Checks w...

How to Create SAP ABAP Query Using SQ01 Step by Step Guide

How to Create SAP ABAP Query Using SQ01 Step by Step. You can create ABAP query objects ,if they are not exist in the SAP system. You can create SAP query without  ABAP programming knowledge. ABAP Query provides users with a variety of ways to define and create different types of  reports , such as  Basic Lists ,  Stats , and  Sorted Lists . ABAP query consists of four elements: Queries InfoSets Groups Translation query Queries The query component is used by end users for Queries. You can create queries, change and queries executed. Transaction  SQ01. Trnslation component / QUERY Many texts to define queries, InfoSets and user groups are generated. These texts are displayed in the language we choose to access the SAP system. We can compare the text or languages ​​that use this component. InfoSets InfoSets are the views of the Special Data Sources. An InfoSet Describes the fields of a data source that can be reported in the q...

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 ...