Skip to Content
0
Former Member
Dec 05, 2011 at 07:45 AM

How to design & configure HTTP to RFC scenario?

122 Views

Hi All,

I am working out an HTTP to RFC scenario. The XML data will be posted on SAP PI link which is as below.

http://IPaddress:****/sap/xi/adapter_plain?namespace=http%3A//XYZ/SME&interface=MI_SME_REQ_OU_ASY&service=BS_SME&party=&agency=&scheme=&QOS=EO&sap-user=USER&sap-password=PASS123&sap-client=**&sap-language=EN

If the 3rd party system wants to push the data in the above URL link only instead of XML data like below.

http://IPaddress:****/sap/xi/adapter_plain?namespace=http%3A//XYZ/SME&interface=MI_SME_REQ_OU_ASY&service=BS_SME&party=&agency=&scheme=&QOS=EO&sap-user=USER&sap-password=PASS123&sap-client=**&sap-language=EN&UID=M0001&PHNO1=123&RESP1=0&PHNO2=234&RESP2=1&PHNO3=123&RESP3=0

Is it possible to achieve this interface?

How shall I design & configure this interface without an XML data? How to do mapping? What will be at source message end to map with RFC target message?

Regards,

Amit Patil