cancel
Showing results for 
Search instead for 
Did you mean: 

Call to RFC via proxy...

Former Member
0 Kudos

I have a scenario where a Proxy is calling an RFC. My question is will the control return back to XI after the call or does it return after the complete processing of the RFC? Could someone please clarify?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi siru,

if ur scenario is synch then xi wud call the rfc , the rfc will be executed and only after the execution is complete , xi will receive the result and send to the other system. thus the scenario "waits" for the rfc to execute. further processing in sender application is blocked.

while in asynch the scenario is complete as soon as xi calls the rfc. the applications here are loosely coupled.

if u r using BPM, many simultaneous branches can wrk and send/receive messages acc to the process design.

[reward if helpful]

regards,

latika.

Answers (1)

Answers (1)

nisarkhan_n
Active Contributor
0 Kudos

as said above depending upon u are using the sync proxy or async proxy your control wll respond accordingly.