Cross Aplications - Abap
Cross Aplications - Abap
Cross Aplications - Abap
Cross application is used to exchange the data among the distribution systems.
ALE (Application linking unit) is an SAP technology to support cross applications.
ALE uses IDOC, to support cross applications.
IDOC INTERMIDATE DOCUMENT
IDOC is the carrier to carry the data from one system to another system.
SAP can understand only IDOC format, when it communicates with other systems.
How the data distributing the data: receivers, senders.
Irrespective of the receivers, the ABAPER job in sender system is to generate the
IDOC.
The process of idoc is nothing but outbound process.
Irrespective of the senders, the ABAPER job is receiver system is to collect the data
from the IDOC.
The process collecting the data from idoc is nothing but in bound process.
RUN TIME COMPONENTS OF IDOC
1. Control Record :
Control record specifies the sender as well as receiver information.
It generates only one control record
This information will be saved EDIDC table.
2. Data Record:
It specifies the data which is send by the senders system.
It generates any number of records.
This information will be saved in EDIDD table.
3. Status Record:
It generates status codes for each and every stage of transferring the data.
It generates the any number of status records.
This information will be saved in EDIDS table.
Two types of status code
i)
Out bound status codes (0 49 )
ii)
Inbound status codes (50 75)
Out bound success 03
Out bound failure 29
In bound success 53
In bound failure 51
The link between EDIDC, EDIDD, &EDIDS is the IDOC number.
Type of IDOCs
They are two types of IDOCS.
1. BASIC IDOC TYPE
i)
Standard IDOC
ii)
Custom IDOC.