cancel
Showing results for 
Search instead for 
Did you mean: 

http to file....

Former Member
0 Kudos

dear experts

can anybody tell me http(sender) to rfc(receiver) scenario????

i guess it is synchronous to synchronous communication....

plz explain completely about this topic...

thanks in advance

somesh

Accepted Solutions (0)

Answers (5)

Answers (5)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

HTTP Adapter And RFC are both Synchronous Adapters,Use HTTP Client in HTTP Sender side....

Using HTTP Client only we will send XML Payload that means our request to RFC Adapter.

Suppose our requirement assume below scenario....necessary steps required below.....

Getting Flight Details from R/3 using BAPI via HTTP adapter. When Airline Id as a sent as request to R/3 system via XI we get an Airline Details as a response.

IR:

Integration Repository:

1) Create 2 Data Types order_dt, response_dt.

2) Create Message Types order_mt, response_mt.

3) Create message interface order_ob_mi as outbound, synchronous.

4) Use Imported Objects, imported BAPI_FLIGHT_GETLIST using imported archives from RFC.

5) Create 2 message mapping order_mm between order_mt to BAPI_FLIGHT_GETLIST, response_mm between BAPI_FLIGHT_GETLIST to response_mt.

ID:

Integration Directory:

In integration directory create new scenario BAPI_TO_HTTP, then assign business system.

1) Create communication RFC Communication channel

2) Then create business service Order_status, for HTTP Request.

3) Create receiver determination ,

4) Create interface determination

5) Sender agreement not required for HTTP adapter.

6) Create receiver agreement

Then in HTTP client send XML Pay load request,

then you will get response from BAPI flight Details..

Regards,

Raj

Former Member
0 Kudos

Hi,

Please browse throug the following link.

[/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit ] HTTP to RFC synchronous.

Thanks,

Kiran.

Former Member
0 Kudos

hi

pls chk this blog

HTTP to RFC - A Starter Kit

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

rgds

Arun

Former Member
0 Kudos

Hi,

Go through links..it would help u

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit -HTTP-RFC

HTTP To RFC Synchronous Scenario - FAQs

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/httpToRFCSynchronousScenario-FAQs&

Regards

Former Member
0 Kudos

1) Sender HTTP adapter + Receiver RFC adapter + other configurations

2) IR Objects - like Synchrnous Interfaces

Import the RFC

Message Mapping-Request to Reuest of RFC

Response of RFC to Http Response

Interface Mapping

Blog- tells about http sender...

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm

for sync RFC to get the data out of r/3

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

for HTTP test tool check code in this weblog

/message/266750#266750 [original link is broken]

Note: reward points if solution found helpfull

Regards

Chandrakanth.k