cancel
Showing results for 
Search instead for 
Did you mean: 

Multi mapping for Synchronous Interface (RFC)

Former Member
0 Kudos

Is it posssible to define synch multimapping (RFC)?

For exmaple my structure is

request

<items>

...

<item>

..

</item>

<item>

..

</item>

</items>

I want to invoke RFC for each <item> and to get response like

<responseitems>

..

<item>

..

</item>

<item>

..

</item>

</responseitems>

Do I need synch BPM or it is possible without?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

u can do these buy settin the rfc to rfc to unbounded and map the items with the rfc so for every item u will get a rfc.

u can use <b>packaging</b> to perform the multimapping where u can avoid bpm.just create a external defnition for ur rfc and change the occurance of the rfc to 0..unbounded and use the external definition for mapping.

so for each <b>item tag a rfc will be generated</b>.

To get the response give ur inbound interface as synchronous.

regards

jithesh

Message was edited by: jithesh balakrishnan

Answers (1)

Answers (1)

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Denis,

I think u need to work with Synch BPM....

Regards,

sridhar