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: 

Outbound IDOC - Sender and reciever

itabhishek9
Participant
0 Kudos

Hello SDNites,

I have created a report pgm which is equipped to send an outbound IDOC i.e used FM 'MASTER_IDOC_DISTRIBUTE'. Can someone please tell me how do I decide my sender and reciever when populating the control record in this FM.

I know sender will be my system and reciver will be third party system but can you please tell me what values need to be opulated there or

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check table COMMUNICATION_IDOC_CONTROL in your FM 'MASTER_IDOC_DISTRIBUTE'. this will keep all communication related information.

4 REPLIES 4

nirajgadre
Active Contributor
0 Kudos

Hi,

in the Recipient information you need to pass the port number , partner number , partner type and function based on the partner profile created in the WE20.

IN the sender information it must be your SAP system.

Former Member
0 Kudos

Check table COMMUNICATION_IDOC_CONTROL in your FM 'MASTER_IDOC_DISTRIBUTE'. this will keep all communication related information.

itabhishek9
Participant
0 Kudos

Thanks for the information,

Can you please give the info in following form,

1. Partner profile configuration with the values in your system.

2. Code snippet where control records are poulated for Outbound IDOC with the values you specified in step 1.

This will help me in understanding the same.

Regards,

Abhi

0 Kudos

Hi,

to check the existing partner details goto -->we02 > select the outbound IDOC> goto control records and then select partner tab.

here you find the sender and receiver details.