cancel
Showing results for 
Search instead for 
Did you mean: 

Control Record specifics

Former Member
0 Kudos

Gurus,

In the idoc channel if we have set the following options...

1) Apply Control record values from payload

2) Take sender from payload

What specific fields in the matmas idoc would i need to map so that the message is delivered to the ERP system...

Details i have are are...............

<b>

<u>XiSystem</u></b>

Port: SAPPORT1

RFC destination: PORT1091

<b>

<u>ERP System</u></b>

Port to XI SYSTEM: XICLIENT001

RFC destination: XICLIENT001

Is there anyone who can help here.!!

Accepted Solutions (0)

Answers (4)

Answers (4)

udo_martens
Active Contributor
0 Kudos

Hi Venkatraman,

if you want to control sender (and receiver) of an IDoc message by mapping, check "Take sender from payload" (and "Take receiver from payload") on. Map the fields of EDI_DC40:

for the sender:

SNDPRN (Sender Partner Name)

SNDPRT (Sender Partner Type)

and the receiver:

RCVPRN (Receiver Partner Name)

RCVPRT (Receiver Partner Type)

RCVPOR (Receiver Port)

Regards,

Udo

santhosh_kumarv
Active Contributor
0 Kudos

>>In the idoc channel if we have set the following options...

>>1) Apply Control record values from payload

>>2) Take sender from payload

Hi map

Partnernumber of XI as specified in WE20 to SNDPRN of EDI_DC40 and

Partnernumber of R/3 as specified in WE20 to RCVPRN of EDI_DC40.

In the Receiver aggrement

Specify the Header Mapping as

set the Xpath of

Senderparty : /IDocname/IDOC/EDI_DC40/SNDPRN

Receiverparty : /IDocname/IDOC/EDI_DC40/RCVPRN

Regards

Santhosh

Shabarish_Nair
Active Contributor
0 Kudos

http://help.sap.com/saphelp_nw04/helpdata/en/13/95244269625633e10000000a155106/content.htm

those are the relevant control records for an IDoc.

read thru the link to know what to fill when the various options of the IDoc adapter is selected.

Former Member
0 Kudos

HI,

Your RCVPRN(Receiver Partner ) and RCVPRT (Receiver Port) will be used as your parameters to map with in IDOC structure EDC_DC40-RCVPRN and EDI_DC40-RCVPRT.

Regards,

Akshay Jamgaonkar.

    • Reward points if find useful.

Former Member
0 Kudos

Hi,

Also,to access correct Partner Profile from R/3 Mention your SNDPRN(Sender Partner number ) and SNDPRT (sender port ) has to be mapped with your actual Senders.i.e. customers.

Regards,

Akshay.

    • Reward points if find useful.