Sunday, August 5, 2018

IDOC in sap ABAP.


                                                                 IDOC Short Note Details.

IDOC Short Note:
T-CODE:--WE30.

IDOC use for “simply a data container” that is used to exchange information between any two systems or process.
  • This is use for store the data in database.
  • Data store in the database table.
  • This is use for sending and receiving data independently.


Segment creating T-code details:-
  •  Creating Segment T-CODE:- WE31
  •  Creating message type. T-CODE:- we81
  •  Assigning message type to IDOC type T-CODE:- we82


IDOC has 2 processes.
1.       Outbound Process.
2.       Inbound Process.

Outbound process:-When a data send from out of the system. This process called outbound process.
Inbound process:-When a data send from in the system. This process also called  inbound process.
IDOC contains the following three types of records...

1. One Control Record.
2. One or many Data Record
3. One or many Status record. 

No comments:

Post a Comment