IDOCs
IDOCs
Sap system can understand only idoc format when it is communicating with other
systems.
It contains 3 records
1. control records (edidc)
2. data records (edidd/4)
3. status records (edids)
Control records :-
Data records :-
Based on the given input one outbound program will be triggered, and
fetch data from the database and generate the master idoc.
Master idoc is nothing but data in an internal table . Master idoc is not
saved any where in the sap.
IDOCTYPE(WE30) : Defines the structure and format of data which has to
be sent.
material VENDOR
MATMAS01 CREMAS01
CREMAS02
MATMAS02
CREMAS03
MATMAS03 CREMAS04
MATMAS04 CREMAS05
MATMAS05
CUSTOMER
PURCHASE ORDERS
DEBMAS01 ORDERS01
DEBMAS02 ORDERS02
DEBMAS03 ORDERS03
ORDERS04
DEBMAS04 ORDERS05
DEBMAS05
MESSAGE TYPE(WE81) : Defines the type of the
document which has to be sent.
Material :MATMAS
Customer :DEBMAS
Vendor :CREMAS
Purchase order:ORDERS
Note : edimsg is the standard db table which contains