cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP-->XI-->RFC-->HTTP

Former Member
0 Kudos

Hi XI gurus, I am new to SAP XI and am looking for an example of HTTP-XI-RFC-HTTP scenario. Any help would be greatly appreciated.

Buster Hale

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Buster,

I understand from you question that you are looking for an Example of HTTP to RFC (Synchronous) using XI. One example could be:

Outbound Interface:

Post sales order number from HTTP client.

Inbound Interface:

Call synchronous RFC BAPI_SALESORDER_GETSTATUS to retrieve status from R/3.

Destination:

Response XML can be displayed on the browser.

Let me know if it helps.

Cheers

sharmistha

Former Member
0 Kudos

Sharmistha, your example is exactly right. What I am having trouble is defining the BPM and the interfaces. I have looked over the weblogs and do not see anything close. Thanks.

Buster Hale

Former Member
0 Kudos

Hi Buster,

This is very straightforward example of HTTP->RFC scenario.

In Integration repository, you need to define structure, mappings and interfaces.

In Integration directory, you need to do configuration of sender and receiver.

For more details on how to do the above, you can find examples in SAP Help in SAP Exchange Infrastructure section.

Sharmistha