Application Development 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: 

How to create IDOC for customer defined table

Former Member
0 Kudos

hi,

How to create IDOC for customer defined table Records and how to send this IDOC to target system.

what message type will be used and on receiving system how to post these records.

thankx.

pillac.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Refer this link:

This will give u an idea.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/abap-code-sam... location interface to bemo.doc

Regards,

Gayathri

2 REPLIES 2

Former Member
0 Kudos

Hi,

Refer this link:

This will give u an idea.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/abap-code-sam... location interface to bemo.doc

Regards,

Gayathri

Former Member
0 Kudos

Hi,

You need to create a custom message type and custom IDOC type for this with whatever fields you want send. You need to create segments (WE30), IDOC type (WE30), Message types (WE81) and assign the message type to the IDOC type (WE82).

You will have trigger the IDOC using a Report or something after doing the partner profile settings.

Similary in the target system also, you will have do all the settings.

Take a look the links to find out what settings needs to be done.

http://help.sap.com//saphelp_470/helpdata/EN/0b/2a611c507d11d18ee90000e8366fc2/frameset.htm

http://www.sappro.com/downloads/OneClientDistribution.pdf

Regards,

Ravi

Note : Please mark the helpful answers and close the thread if the issue is resolved.