cancel
Showing results for 
Search instead for 
Did you mean: 

XI Idoc outbound record mapping

Former Member
0 Kudos

Hi,

I created proxy to IDoc interface.

All the data are being converted into IDoc format through IDoc adapter.

Now, I am considering another interface which is for data monitoring.

The interface flow is like below.

1. send data to XI (proxy)

2. mapping proxy to IDoc (IDoc adapter)

3. send a IDoc to R/3 1 (IDoc)

4. mapping IDoc to rfc

5. send a rfc data to R/3 2 (rfc)

In the step 4, I need to map IDoc's control records, created automatically by IDoc adapter, to fields in rfc.

But I have no idea how to use outbound record for mapping.

Please help me to resolve the issue.

Thanks in advance.

Regards,

Andrew

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

<i>In the step 4, I need to map IDoc's control records, created automatically by IDoc adapter, to fields in rfc.

But I have no idea how to use outbound record for mapping.</i>

>>>>>

I am not sure if you can map the control records created automatically by the IDoc adapter to the RFC. You will have to hardcode them in your mapping (IDOC -> RFC).

former_member206604
Active Contributor
0 Kudos

Hi,

The IDOC control records are mapped based on your Receiver idoc adapter.

First try out seprately with just IDOC adapter and then you can look into the control records in SXMB_MONI and fill the same in the mapping of your RFC structure. Thats the only possible way I could think of.

Regards,

Prakash

Former Member
0 Kudos

Hi,

Do you mean fixed value mapping to rfc?

In that case, how to handle different values such as arckey or receiver LS in every cases?

Former Member
0 Kudos

Hi,

One option would be to map the incoming metadata to IDoc in the BPM. No you have data in the IDoc, in the next transformation use both the incoming metadata and IDoc that you updata to create RFC message.

You will have to try this.

Regards

Vijaya

Answers (0)