cancel
Showing results for 
Search instead for 
Did you mean: 

http-RFC Lookup-Integration Server - Synchronous

Former Member
0 Kudos

Hello Experts,

I am creating a scenario in which data comes from http and RFC call is made in the R/3 system and then repsonse plus some values from source side are sent back to http.

For this scenario i had thought of RFC lookup...but i am not very clear with configuration....

Here i have created one Sender as Business Service and other reciever as Intergration server.

Can you provide inputs on this.

Thanks,

Vishal

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Vishal,

You can customize the BAPI which you are using, it gives the response as an output right, so u can customize the BAPI and you can send the input fields which ever you need along with the response and map it to the http response. I didnot work it out practically, i think you can just give a try in this way. Kindly check and inform.

Thanks,

N.Jayanth Kumar

Former Member
0 Kudos

Hi Vishal,

For HTTP to RFC Synch Scenario, check out the following link...

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

for RFC lookup, if it needs to connect to an SAP System, u need to configure a receiver RFC Adapter in a separate communication channel through which you will connect to the SAP System. You will access the SAP System using the communication channel through an API..you need to create an UDF and import the following api...

java.io.*

com.sap.aii.mapping.lookup.*

and for further info, kindly check out the following links..

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1... -- Mapping Lookups function calls API by Michal Krawczyk,

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc8efd4... -- Easy RFC Lookup From XSLT Mappings Using a Java Helper Class by Thorsten Nordholm Søbirk

Thanks,

N.Jayanth Kumar

former_member181962
Active Contributor
0 Kudos

Hi Vishal,

There is no need for RFC look up in your case.

Refer this wiki for rerefence:

https://wiki.sdn.sap.com/wiki/display/XI/HTTPToRFCSynchronousScenario-FAQs

Regards,

Ravi Kanth Talagana

prateek
Active Contributor
0 Kudos

If the two http systems you mentioned are same, then it would be a better design if you create http - XI - RFC sync scenario instead of using RFC lookup.

Regards,

Prateek

Former Member
0 Kudos

The scenario is to recieve data from HTTP do an RFC look up in XI then send the target as response back to HTTP.

We cant use HTTP-RFC scenario as the target is formed by concatenating some fields of source . Please suggest

Edited by: vishal gadkari on Jul 6, 2009 12:27 PM

former_member181962
Active Contributor
0 Kudos

Hi Vishal,

YOu can still do a HTTP- RFC scenario

here HTTP sender will send a Request to the RFC.

RFC will send a response.

Map that response to a HTTP receiver.

Do as described here.

https://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29

It is decsrobed for File-RFC-File but the IR steps hold good for your case also.

The ID steps will differe in the sense that , you will not have any sender adapter/communication channel

and your receiving communication channel will be HTTP receiver instead of File receiver.

Regards,

Ravi