Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IDOC Creation with message control

Former Member
0 Likes
717

I have created an IDoc using standard FM ' MASTER_IDOC_DISTRIBUTE' (without message control) for my own table. Now, I want to create IDoc with message control to send data from SAP to SAP. Can anyone please tell me the steps to create IDoc for my own database table and program to be created.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
631

Pankaj,

You can access the following link to understand Custom IDOC creation flow.

http://wiki.scn.sap.com/wiki/display/HOME/Step+by+Step+procedure+for+creation+of+IDOC

In The Process code FM, you can call Z-API to update your own database table & create a program to trigger & process the IDOCs.

Further, a report program can be created to trigger/monitor IDOCs.

Ravi

Read only

0 Likes
631

Thanks Ravi for this.

But I need IDOC creation without the use of this FM 'MASTER_IDOC_DISTRIBUTE'. I want to know message control procedure for IDOC creation for SAP to SAP transfer.