cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Interface

Former Member
0 Kudos

I have the scenario above:

Receive the file from Business Service

Mapping the file to BAPI message

Send the synchronous interface to the R/3 backend.

In the Integration Directory I create a Receive Determination to message. How I configure in the Integration Directory to receive the response of the BAPI and save it in the file? It is necessary to create a BPE process to do it?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I dont think a BPM would be required.

You can create a seperate mapping, for the response of the BAPI and the target.

Use a file reciever adapter, use content conversion in it, to create a file.

You would have to do another receiver determination for the file.

Regards,

Smitha.

Former Member
0 Kudos

A BPM is needed, because you have an asynch interface (file) to a synch interface (RFC/BAPI), then to an asynch interface. In the BPM, you will need to use the aynch-synch bridge.

There should be a pattern (or example) in the Basis software component.

Regards,

Bill

moorthy
Active Contributor
0 Kudos

Hi,

If you want to get the response back and save it into a file then you need to use BPM.

Just look at this-

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

Hope this helps,

Regards,

Moorthy