Idoc Notes
Idoc Notes
T-code: we02
1. The administration part(Control Record)- which has the type of idoc, message type, the current
status, the sender, receiver etc. This is referred to as the Control record.
2. The application data (Data Record) – Which contains the data. These are called the data
records/segments.
3. The Status information (Status Record)- These give you information about the various stages the
idoc has passed through.
– Control Record
All control record data is stored in EDIDC table. The key to this table is the IDOC Number
It contains information like IDOC number, the direction(inbound/outbound), sender, recipient
information, channel it is using, which port it is using etc.
Direction ‘1’ indicates outbound, ‘2’ indicates inbound.
Data Record
Data record contains application data like employee header info, weekly details, client details etc
All data record data is stored in EDID2 to EDID4 tables and EDIDD is a structure where you can see
its components.
It contains data like the idoc number, name and number of the segment in the idoc, the hierarchy
and the data
The actual data is stored as a string in a field called SDATA, which is a 1000 char long field.
Status Record
IDOCs can be classified into two . Inbound IDOCs and Outbound IDOCs.
Inbound IDOC : These are IDOCs which get the data into SAP system from external source i.e PI system or
any other external system. Inbox direction is represented by 2
Outbound IDOC: These are IDOCs which are sent out from SAP system to any other system. i.e PI system or
any other external system. Outbox direction is represented by 1.
Clients having operations in various countries and wants a centralized location where all the data is stored
If the customer is using sap then we use it to transfer the data from his system to our system
Eg. Customer sends PO to us via idoc then we can use it to create a sales order.
EDI (Electronic Data Interchange) subsystems are used to move data from SAP to non-SAP systems
and ALE (Application Link Enabling) is used to transfer data between SAP systems.
An IDOC is used to move data or information from SAP to other systems and vice versa.
Advantages:
Application Link Enabling (ALE) is a technology to create and run distributed applications.
ALE incorporates controlled exchange of data messages ensuring data consistency.
ALE comprises of three layers.
Application Services
Distribution Services
Communication Services
Basic principle of ALE is to provide a distributed and fully integrated R/3 systeM
ALE is a tool which helps in transferring the data from one sap system to another sap system
ALE can also transfer data from sap system to another non sap system but for this it uses translators .
translators are ------- TIBCO/Xi