cancel
Showing results for 
Search instead for 
Did you mean: 

inbound proxy

Former Member
0 Kudos

Hi Gurus,

I have to create the inbound proxy to send message to SAP PI.

while creating the receiver communication channel,it is asking me for the HTTP destination to connect to SAP ECC system.

To create HTTP destination in SAP PI,what parameters I need to specify in SM59 while creating the Connection type H?

Target Host is ECC Host...

what Path prefix I have to specify...

which user i need to specify...

any help appreciated...

Thanks,

Jay.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Transport Protocol : HTTP 1.0

Message Protocol : XI 3.0

Adapter Engine : Integration Server.

Addressing type : URL Address

Target Host : sapr3d ( its the name of R/3 system. get it from basis ).

Service Number : XXXX( its service number of R/3 system. Get it from basis team)

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

The give the login details in Authentication data.

-santosh.

Edited by: Santosh K on Jun 23, 2011 9:55 PM

Former Member
0 Kudos

Hi,

For receiver channel from SAP PI to SAP ECC system using XI adapter.

using URL address or HTTP destination.

the path prefix is /sap/xi/engine?type=receiver and not /sap/xi/engine?type=entry.

i got this information from the standard SAP PI material...

Im confused about which path prefix should be used.

Thanks,

Jay,

rajasekhar_reddy14
Active Contributor
0 Kudos

use below path prefix,

/sap/xi/engine/?type=entry

regards,

Raj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jay,

path Prefix as --- /sap/XI/engine/?type=entry

Logon credential --- Ask your Basis team to create a Communication user in ECC system

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>To create HTTP destination in SAP PI,what parameters I need to specify in SM59 while creating the Connection type H?

Specify login credentials username and password. If you use https then you can specify certificate authentication too.

Also specify URL. After that specify http destination as address type in the reciever http channel.