cancel
Showing results for 
Search instead for 
Did you mean: 

Basic Steps in Design/Configuration.

Former Member
0 Kudos

I am new to SAP PI. I see lot of Jargons in PI Scenario, Business Service, Communication Channel so on.

I need your Help.

I have data in ECC and want to transfer into MDM. MDM accepts XML file as input. I have already written ABAP function module which which extracts the data from ECC. Now I want pass the extracted data into MDM in the form of XML file. ECC, PI, MDM all are in same network.

Can any one give me detailed steps that I need to perform for creating the scenario.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There are so many options available.

1. You can write the ABAP proxy using PI.

2. You can use MDM adapter.

/people/ramesh.gulipalli2/blog/2009/11/16/sap-47-to-mdm-integration-using-pi71-part1 (R/3 to MDM integration part - 1)

/people/ramesh.gulipalli2/blog/2009/11/27/sap-47-to-mdm-integration-using-pi71-part2 (R/3 to MDM integration part - 2)

/people/balas.gorla/blog/2007/02/05/r3-xi-mdm-outbound-scenario (R/3 to XI to MDM)

Regards

Ramesh

Answers (3)

Answers (3)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Integrating SAP ECC, MDM with PI very easy,

Anyway you have already developed ABAP functional module to extract the data from ECC, so you can go with client ABAP proxy/RFC, if you make your functional module as Z BAPI, then you can use RFC sender adapter in SAP PI to extract the data from ECC.

Else go with ABAP client proxy, search in sdn for ABAP client proxy, RFC scenarios you will find tons of documents.

If you are with MDM 7.1 then you can use MDM-PI adapter to extract/send data to MDM system, if you are with MDM 5.5 then you have to use PI File adapter to send data to MDM.

You can send XML data to MDM server using File adapter from them MDM import manager will import the data.

Regards,

Raj

madhusudana_reddy2
Contributor
0 Kudos

HI Sudha,

If you are using PI7.1 version then you can make use of MDM adapter. This MDM adapter directly communicates with MDM system to pick data.

If you are using PI7.0 then create one FTP Service in MDM Server, then develop one sender file communication channel to pick the XML file MDM and transfer it to ECC system. For ECC system either can use Proxy or IDoc or RFC Function module. So your interface may be, File to IDoc or File to Proxy or File to RFC(in case of PI7.0 or XI3.0).

thanks,

madhu

Former Member
0 Kudos

Hi,

There are lots of blogs available describing the basic steps.Please search in SDN and SAP help portal.

[http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm]

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5378] [original link is broken] [original link is broken] [original link is broken]; By Sravya Talanki

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5383] [original link is broken] [original link is broken] [original link is broken]; By Sravya Talanki

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5393] [original link is broken] [original link is broken] [original link is broken]; By Sravya Talanki

Thanks

Uaruna

Edited by: uaruna on Jun 9, 2010 8:57 AM