cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy_RFC_Proxy

Former Member
0 Kudos

Hi Experts,

i have scenario like Proxy(asyn)-RFC(Asyn)-Proxy(Asyn).

i am sending request from proxy it goes to RFC, RFC make it as asynchronus call and that asynchronus message send to Proxy Receiver.

how to do this scenario.

Is it psbl to do this scenario with using of BPM or without using BPM.Can u tell me your suggestaitons please make it urgent

Regards,

Sudeepth.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

This is possible without using BPM, in your message mapping call the RFC using a UDF or an RFC LookUp. Make sure that the RFC is remote-enabled. See blog below for sample code for RFC LookUp

The rest are standard asynchronous config (async proxy to proxy with rfc lookup in mapping).

Hope this helps,

Mark

Edited by: Mark Dihiansan on Nov 11, 2011 8:46 AM