cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC

manubhutani
Active Contributor
0 Kudos

Hi Gurus...

In fn module master_idoc_distribute we have to give a table name for communication_idoc_control in TABLES... Can anybody tell me what is the use of giving this table...????

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mahajan,

Check these threads for some information on this:

http://help.sap.com/saphelp_nw04/helpdata/en/78/21783e51ce11d189570000e829fbbd/frameset.htm

Regards,

---Satish

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This function module is the interface from the application to the ALE layer on the outbound side. The application can pass an IDoc, the so-called master IDoc, as an internal table using the parameters MASTER_IDOC_CONTROL and MASTER_IDOC_DATA.

This IDoc is then converted into one or communcation IDocs and stored in the ALE layer. IDocs for which no errors occurred are passed to dispatch control.

In the table parameter COMMUNICATION_IDOC_CONTROL the header records for the communication IDocs created are retturned. You can tell whether processing was successful from the field STATUS.

Nilesh