cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP -> RFC -> File

Former Member
0 Kudos

hi,

I want to use the http Adapter to call the function module BAPI_SALESORDER_GETLIST over the rfc adapter and then i need the response in a file!

Can someone tell me how to configurate this scenario?

synchron/asynchron bridge??

Best regards

Alex

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Alexander,

Hey send a Http request async to XI using Http adapter. The source struc will be mapped to he BAPI and an sync call will be made to BAPI using RFC adapter. The response from BAPI will be mapped to the File and send async to File system using File adapter.

Regards,

Akshay

elko_hasse
Participant
0 Kudos

Hello,

I am not clear, how to map the RFC-response to the file. In the Interface mapping editor you are only able to map the RFC-request for the async file interface ?

Elko

former_member192343
Active Contributor
0 Kudos

send async mesage from http to XI, sync mesage from xi to r/3 and async from XI to file

Former Member
0 Kudos

which adapter receive and send the message ro/from xi ?

MichalKrawczyk
Active Contributor
0 Kudos

hi,

HTTP adapter to receive HTTP call

RFC receiver adapter to send to XI

File/ftp receiver adapter to put the file in a folder

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you don't need any brigde here:

you will send http to a BPM make a sync (or async with correlation)

call to R3 and put the result in a file

this is a standard BPM with not brigde

check out this doc:

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

BTW

you don't even need a BPM

if you want you can use only async messages

and BPM will not be necessary <--greate prefromance improvement

Regards,

michal