cancel
Showing results for 
Search instead for 
Did you mean: 

Scenario async --> sync

Former Member
0 Kudos

Hello, I need to develop a scenario:

async ABAP-proxy -


> PI <----> sync ABAP-proxy

RFC <----

I need to take response from sync interface and put it to RFC. How can I do it?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

is the RFC in another system or same system....if same system as sync proxy, then in method implementation after processing req msg and then getting response msg, then invoke RFC with this response data......if it is in another system and u have to route it via PI, then use a BPM.....create a async-synch bridge and then have a transform step to map proxy response to RFC req and then have a synch send step to your RFC........

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Chk this:

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

/people/arman.eker/blog/2008/07/27/rfc-scenario--how-to-configure-bpm

receive (from async proxy) -> transformation-> syncsend (to synchronus proxy) > transformation> send (response to RFC)

Note: Transformation is optional step.

Thanks

Amit

Former Member
0 Kudos

Use BPM with async - sync bridge. It is a straight forward solution and has been discussed many a times on the forum. Please make a search.