cancel
Showing results for 
Search instead for 
Did you mean: 

XI Adapter settings

Former Member
0 Kudos

Hi

Would be really helpful if anyone helps me out in the following

Im doing a File to ABAP Proxy scenario

1. In receiver side, For XI adapter, where do i need to create the HTTP Destination.? In XI or in ECC or in both?

2. In sm59 of the system, for type H, what do i need to give in the Target Host,Service NO and Path Prefix feilds.

-Keerthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to create RFC destination (SM59) in your XI system

Target Host will be your SAP system

path prefix - /sap/xi/engine?type=entry

Service No will be your HTTP port number. For this goto SMICM of your SAP system and check the entry for HTTP port

(Goto-Services)

Regards,

Ravi

Former Member
0 Kudos

Many thanks for the response..

In the Path prefix i gave /sap/XI/engine/?type=entry But im getting the following msq while saving

'Query String not allowed'

Can anyone help out

-Keerthi

Former Member
0 Kudos

Hey

You have an extra slash(/) in your string,please use /sap/xi/engine?type=entry

currently you have an extra slash after engine.

Also "query string not allowed" is just a notification,its not an error.Just press Enter and Save your RFC destination,it should work.

Thanks

Aamir

Former Member
0 Kudos

Hi,

In the Path prefix i gave /sap/XI/engine/?type=entry - This is okay.........just save your this type H conn and click on connection test to test your connection.....if you are not getting any error, then it is okay...............

Regards,

Rajeev Gupta

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You will do it in XI system.

Target host will be ERP system.

Please check this blog. She has the example for your exact requirement in step1:

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

Once you are done you need to give this destination in your communication channel.

Regards,

---Satish