cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting SAP ECC to PI 7.1

Former Member
0 Kudos

Hi Experts,

I i am trying to connect SAP ECC to PI 7.1, First time.

I am not sure i have to done with PI side aswell as in ECC side.

But i didnt get any cystal clear document in SDN.

Anybody can help me regarding this with good document.

Please help me with document with screenshots.

Thanks in Advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

connecting between SAP ECC to PI7.1 can be done based on the interfaces, below are different ways to communicate.

ABAP CLIENT PROXY

ABAP SERVER PROXY

http://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1457. [original link is broken] [original link is broken]

IDOC

http://msdn2.microsoft.com/en-us/library/ms942196.aspx

Go thru these for Idoc to XI scenarios-

Regards,

Phani

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

I i am trying to connect SAP ECC to PI 7.1, First time.

I am not sure i have to done with PI side aswell as in ECC side.

depends on scenario, for example if we want to send data from SAp system to any system via PI ,

we have different approaches like idoc,rfc,proxy(Xi) these 3 adapters provided by sap.

refer below blogs depends on Your scenario.

idoc to file:

http://www.saptechnical.com/Tutorials/XI/IDocToFile/IDocToFile1.htm

rfc to soap:

http://www.saptechnical.com/Tutorials/XI/RFCtoSOAP/page1.htm

proxy to soap:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024...

http://www.sdn.sap.com/irj/scn/advancedsearch?query=proxytosoap+scenario

and pi point of view you need to create some configurations in sld:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50924080-0627-2a10-2b89-8cb87b972...

thanks

Former Member
0 Kudos

Hi,

Yes you said rite.

I am doing for ECC-PI-MDM scenario.

I am going to MATMAS, CLFMAS from ECC and sending to MDM via PI.

ALso planning to do with Asynchronous connection.

Please guide me now how to connect ECC to PI.

Documents with clear screenshots will help me alot.

Thanks.

Former Member
0 Kudos

Hi,

Yes you said rite.

I am doing for ECC-PI-MDM scenario.

I am going to Extract MATMAS, CLFMAS from ECC and sending to MDM via PI.

ALso planning to do with Asynchronous connection.

Please guide me now how to connect ECC to PI.

Documents with clear screenshots will help me alot.

Thanks.

Former Member
0 Kudos

Hi,

please go through below blog,

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0812356-e62f-2c10-76aa-9a02d038b...

i hope it will help you.

regards,

ganesh.

Former Member
0 Kudos

hi,

I am going to MATMAS, CLFMAS from ECC and sending to MDM via PI.

As per my knowledge , we have to use IDOC's.

IDOC to pi to MDM becauuse MATMAS, CLFMAS standard idocs were provided by SAP.

http://www.saptechnical.com/Tutorials/XI/IDocToFile/IDocToFile1.htm

if you want to send huge amount of data from sap to mdm via pi ,then go for proxies:

http://www.saptechnical.com/Tutorials/XI/ABAPProxy/page1.htm

thanks,

Former Member
0 Kudos

Hi All,

Otherwise please describe me the step from where i have to start for this connectivity.

From ECC or from PI?.

IF from PI from where i have to start?

What will be the first step.

Thanks.

Former Member
0 Kudos

HI,

Otherwise please describe me the step from where i have to start for this connectivity.

From ECC or from PI?. -


> if you handle configuration steps on SAp sender Sys then start firts step

IF from PI from where i have to start?----


> if you Authorizations for sld , you need to check BUS.sys,tec.sys created/not

What will be the first step

for ex: IDOC - PI- MDM

step1:

idoc : MATMAS

we need to create preconfiguration steps (if you have authorizations for sender ECC sys)

In R3 :

1.Craete Logical system for R3 say SAPR3

2.assign client to this LS.

3.Create Logical system for XI say SAPXI

4.create RFC pointing to XI say R3_To_XI

5.Crate port of type Transactional RFC say PORT_To_XI.... give RFC created in step 4.

5.Create Partner Profile of type LS.

Give Partner no as SAPXI (LS of XI created in step 3)

In outbound parameters add ur Message type

Double click on message type & give Port PORT_TO_XI created in step 5.

6.Create Distribution Model..... Transaction BD64

In XI

SM59 - R3 connection pointing to R3

IDX1 - define the port with the above dest.

step3:

in SLD , you need to check business system is created/not

step4:

in esr,

1.you have toimport swcv and create name sapce

2.you have to import idoc under IMported Objects

3.you have to create data types,msg types,service interface,om,msg mappings.....

step5:

in id:

you have to create configuration objects.

thanks,

Edited by: bhavanisankar.solasu on Dec 21, 2011 1:46 PM

Former Member
0 Kudos

Hi,

Good it is, helping alot.

But i am not sure how to creat logical system and RFC also assigning the the Logical system to this RFC.

I created a Logical system i i am not suer how to creat RFC and to assign LS to RFC.

Also trying to create Partner profile its also not happening.

Please do needful.

Thanks.

Former Member
0 Kudos

hi,

But i am not sure how to creat logical system and RFC also assigning the the Logical system to this RFC.

I created a Logical system i i am not suer how to creat RFC and to assign LS to RFC.

no yar, Step1: i mean create logical system and assign to user Sap R/3 (LS) (NOT RFC) any how refer below document

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1...

(very simple just You follow above document step by step)

http://wiki.sdn.sap.com/wiki/display/Community/InboundandOutboundIdocConfiguration+Steps

http://www.riyaz.net/sap/beginners-guide-to-ale-and-idocs-part-ii/19/ (it is very helpful for ALE IDOC Settings)

thanks,

Former Member
0 Kudos

Hi,

in case of proxy the below steps are reqired ,

please refer below blog they clearly explained,

http://www.saptechnical.com/Tutorials/XI/ABAPProxy/page1.htm

in case of idoc we have done some configuration aon R3 and PI also

http://wiki.sdn.sap.com/wiki/display/XI/ConnectionSettingsbetweenECCandPIsystem

regrads,

ganesh.

Former Member
0 Kudos

Is That PROXY setting is same as ECC to PI asyncronus connection?

I need documents with screenshot, for that last link.

Please help me.

Former Member
0 Kudos

hi,

Is That PROXY setting is same as ECC to PI asyncronus connection?

yes setting is same as ECC to PI asyncronus connection.

please refer below link:

http://www.saptotal.com/XIPIProxytoFileScenarioClientProxySecenario.html

thanks,

Former Member
0 Kudos

Hi,

please refer below blog,

http://wiki.sdn.sap.com/wiki/display/XI/Step-by-stepFTPtoABAPProxy

regards,

ganesh.