cancel
Showing results for 
Search instead for 
Did you mean: 

How to establish a connection between SAP Box and XI

Former Member
0 Kudos

Hello,

I need to send data from SAP server to XI server.

Hence, what all are the configuration setups required to establish connection from SAP to XI?

Can you please specify the steps in order?

Earliest reply would be highly appreciated.

Thanks,

Gyanaraj

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

Thanks for all your replies.

I want to send IDoc / File to PI Box.

hence, what all settings need to be done to establish a connection.

Thanks,

Gyanaraj

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

Check my previous reply.

the configurations mentioned , are required for Idoc scenarios..

Regards

Abhijit

former_member208856
Active Contributor
0 Kudos

For estiblish a connection for ECC IDoc to PI

Settings at ECC System

1. Create RFC Destination type 3 ABAP at ECC System (From ECC to PI login).

2. Create Port in WE21 for ECC System Type (LS).

3. Create Partner Profile in WE20, using Port created in WE21.

4. Give Outbound / Inbound IDoc entry in Partner Profile.

Settings at PI System

1. Create RFC Destination Type 3 ABAP at PI System (From PI to ECC).

2. Create Port in IDX1.

3. Import IDoc, which you need for communication in IDX2, in Port created in IDX1.

For File System, you have host name / IP address of your FTP System.

Ping that from PI Server & check connection.

Take a user name & password for that FTP System & take proper authorization for a folder, where File will be placed.

Use these details in FTP Communication chennel.

Former Member
0 Kudos

Hi,

1> Create RFC destination of type u2018Hu2019 for connecting PI system.

Target host name can get from systems

Path prefix: /sap/xi/engine?type=entry

Note: We have to pass this RFC destination in sxmb_adm.

2> Create RFC destination (LCRSAPRFC)with the same name of type u2018Tu2019

Check prog_id name from PI box RFC destination (in PI system also one RFC destination with the same name will be installed, take the name from there)

3> Create RFC (SAPSLDAPI) destination with the same name of type u2018Tu2019

Check prog_id name from PI box RFC destination (in PI system also one RFC destination with the same name will be installed, take the name from there)

4> Go to transaction sxmb_adm and assign the role and assign the RFC destination of type u2018Hu2019

Click integration engine configuration

Pass role as app system & corresponding IServer

Thanks,

Krishna

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

you need the following configurations

1) ECC Configurations

a) RFC Connection in sm59 from ECC to PI

b) Create Port in we21.

c) Create Partner Profile in we20 and maintain the outbound message types and dummy message type Synch.

d) Model view generations in bd64 if using Partner type LS

2) PI Configurations

a) RFC Connections in sm59 from pi to ecc.

b) Port creation in IDX1...port name should be SAP<SID>...where SID is ECC SID

c) Import of idoc metadata in IDX2

Regards

Abhijit

former_member208856
Active Contributor
0 Kudos

Make connections for ABAP Proxies from ECC System to PI System.

Check the below Blog for settings :

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

For RFC or IDoc Connections, make one more RFC Destination from ECC To PI for Type 3 (ABAP) in SM59.