cancel
Showing results for 
Search instead for 
Did you mean: 

condition based RFC

Former Member
0 Kudos

Hi,

my scenario is WS <-> Proxy using PI 7.1.

in proxy calling an RFC to update data into tables.

my question is based on some source fiield i want to call different RFC.

I know that in SAP we can call diff RFC based on condition..

can we achieve the same in PI ?

Thanks

Hamja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Thanks for your inputs.

Thanks

Hamja

Answers (1)

Answers (1)

abhay_rajhans2
Contributor
0 Kudos

Hi

in proxy calling an RFC to update data into tables.

In proxy only u can call different RFC based on Condition.

can we achieve the same in PI ?

Yes we can achieve this in PI . For calling the RFC you need to write RFC Lookup function. In this RFC function you can call different RFC based on input field provided to RFC function.