cancel
Showing results for 
Search instead for 
Did you mean: 

PI-PI connection

Former Member
0 Kudos

Hi gurus,

my scenario i sB2B SAPECC-IDOC


>SAP PI(SUPPLIER) -
>SAP PI(CUSTOMER)-IDOC----->SAPECC.

i want to integrate sap pi to sap pi system at customer side.but the supplier it people suggest to give the url and apt for plain http adapter .

1)how to i design my interface ,which adapter is used for sender .

2)how to create sender bussiness system/service to plain adapter as sender.?

3)please provide any material for configuration of plain adapter as sender side.

Regards,

reddy.

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

two ways we can do it using SOAP adapter or XI adapter.

refer below discussion

Regards,

Raj

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

I have executed similar scenarios in couple of projects.

1)how to i design my interface ,which adapter is used for sender .

Sender would be dependent at your end. You could trigger an IDoc, RFC etc

2)how to create sender bussiness system/service to plain adapter as sender.?

you will create a Buisness system with the communication channel mentioned above.

3)please provide any material for configuration of plain adapter as sender side.

you can use XI adapter with a http detination

prefix would be /sap/xi/engine.

regards

Monika

Former Member
0 Kudos

Thanks for u answer,

but i am implementing scenario on customer side pi,so i want to use xi/plain http adapteras sender.

for that how to create the bussiness system/service because it is cross company scenario.

for definning the parties can we know the prerequests for party like identifiers ,schema ettc.

is the supplier company people provide the details.

Please guide me because i am new to b2b scenario to implement.

Thanks in advance.

reddy.

Former Member
0 Kudos

Hi

You need not always use party for a B2B communication.

Up to you if you want to use http adapter, just take care of the following

Receiver adapter of first (sending side) should be equal to the sender adapter of second (Receiving side).

Both will use either XI or HTTP.

the scenario wopuld be something like this.

Sender Adpater-PI(A)-XI Receiver XI Sender -


PIB)----Receiver Adapter

Former Member
0 Kudos

Hi,

In my previous project, we had such landscape where two PI boxes were need to be connected.

We use XI adapter for this connection.

You have to create the RFC destination in SM59 and have to give that destination in the XI Receiver channel.

-Supriya.

Former Member
0 Kudos

Thanks for u available time to answer the question.

i am implementing the scenario at customer side.but supplier side there are two levels of security are there,they are provided with idocxml structure in webservice.or url.so

1)my scenario is sap--


>xi(suppier)-soap/xi---->xi(customer)--


>sap.

sender side it is xi/soap adapter /plain http?.they suggest to plain http adapter.

they are asking for url and user credentails for pi?

which url i have to share and user credentails.

do u have any information regarding the b2b integration

please provide me.

Thanks in advance.

reddy.

Former Member
0 Kudos

hi,

check this sap help, if you are using plain HTTP adapter to verify the URL

http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

also you may like to check this document a XI-XI communication case study

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b01dba10-9f40-2d10-51b1-e03e7679d...

regards,

francis

Former Member
0 Kudos

Hi Reddy,

Normaly XI--XI integration we need to go for XI adapter for security reason. If you want to use plain http

customer XI need to share the below url.

http://<Host Name>:<Port No>/sap/xi/adapter_plain?service=<BS Name>&namespace=<enter Namespace>&interface=<Interface Name>

if you are a supplier,you need to create RFC destination or url address you want to communicate with customer system.

Thanks and Regards,

Prakasu.M

former_member192079
Participant
0 Kudos

hi,

Using XI Adapter will be a better option.we were able to do it.

Regards,

Ashu