cancel
Showing results for 
Search instead for 
Did you mean: 

ECC to XI , XI to4.6C

Former Member
0 Kudos

Hello,

We have a scenario where the source is ECC6.0 system and target is 4.6C system.

ECC will be sending IDOC to SAP XI and we need to route the same to 4.6C by invoking a BAPI. No transformation of data is required.

Can anybody pl provide me the sequence of steps need to be created in Integration Builder: Design and Configuration.

Thanks in advance

Regards

Venkata

Edited by: venkat m on Jun 11, 2008 3:22 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Steps

In IR

1) Import the IDOC from ECC 6.0 into XI's Integration repository

2) Import the RFC from sap 4.6c into XI's Integration repository

3) Do the mapping normally

In ID

1) No need of any Sender CC and Sender agreement

2) Create RFC Receiver channel & Receiver agreement

3) Create the Interface det & Receiver Det normally

With out XI if u want to do it means

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/transfering%2ban%2bidoc%2bfrom%2bone%2bappli...

Regards

Seshagiri

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

IR Steps:

1) Import the IDOC structure and BAPI from the Source and target Structures respectively.

2) Do the mapping in Message mapping.

3) Create the Interface Mapping.

ID Steps:

1) Create a Configuration Scenario.

2) Create a receiver RFCcommunication channel.

3) Create a Receiver determination .

4) Create an interface detemination and give the name of the target interface as BAPI and mapping name as the Integration Mapping name that was created in IR.

5) Create a receiver agreement using the receiver RFC Communication channel.

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

Hi Ravi,

Thanks for the useful information.

I will try to implement as you suggested.

Thanks

former_member181962
Active Contributor
0 Kudos

Hi Venkat,

ONe mor point here.

Idocs are asynchronous and BAPIs are mostly synchronous.

Hence you might have to use a BPM to bridge Async-sync.

Refer this link to know how to build a Async-Sync Bridge in BPM.

http://help.sap.com/saphelp_nw04/helpdata/en/45/20d1dec20a0732e10000000a155369/content.htm

Regards,

Ravi

Former Member
0 Kudos

Hi,

XI: IDOC to IDOC tunneling - how fast (and easy) can you get?

/people/michal.krawczyk2/blog/2005/11/21/xi-idoc-to-idoc-tunneling--how-fast-and-easy-can-you-get

How To Configure IDoc Adapters

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6f...

http://help.sap.com/saphelp_nw04/helpdata/en/0b/2a6613507d11d18ee90000e8366fc2/frameset.htm

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

Thanks for reponse.

As per your response, it is from IDOC to IDOC.

My requirement is from IDOC to BAPI.

Regards