cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Connection to ABAP System - Query String Not Allowed message

Former Member
0 Kudos

Hi All,

We are trying to create HTTP Connection to ABAP System on a SAP ECC system.

Following entries are added

1 Connection Type: H

2 Target Host: Host name

3 Service Number: HTTP Port name

4 Path Prefix: /sap/XI/engine/?type=entry

It is not allowing me to enter Path prefix as "/sap/XI/engine/?type=entry". It is throwing a warning message as "Query String Not Allowed message".

As per the documentation it is mentioned that -<b> If the system displays the Query String Not Allowed message, you can ignore it.</b>

It is not allowing me to save the entries succesfully . I need to remove the path refix entry then only i am able to save other wise it is not allowing me to proceed at all.

Please let me know what entry i can put for the same or let me know how can i ignore and proceed by saving the path prefix as "/sap/XI/engine/?type=entry".

Please provide your valuable help on this.

Regards,

Nanda

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

try to use "/sap/XI/engine?type=entry" instead of "/sap/XI/engine/?type=entry".

Thanx

Aamir

Former Member
0 Kudos

Hi Aamir ,

Thanks for the response.

Tried both but still same issue .

Any more inputs .

Cheers,

Nanda

Former Member
0 Kudos

you are trying to connect to a SAP ECC system,right?

in that case i hope you are creating the RFC dest. in XI and not ECC itself.

anyways try using the following

/sap/xi/engine?type=entry

make sure you are not using high case,use lower cases.

Thanx

Aamir

Former Member
0 Kudos

It Worked out .

After you enter the Path prefix = "/sap/xi/engine/?type=entry" . Press enter saved the entries ..

Former Member
0 Kudos

Thanks Nanda Kishore, your answer helped me to solve this issue.