cancel
Showing results for 
Search instead for 
Did you mean: 

Personas 3.0 remote FM Call

Former Member
0 Kudos

Hello,

how to call FM in remote system in personas script .

example: var FM = session.createRFC("BAPI_USER_GET_DETAIL")

Call function 'BAPI...' Destination <system>

Thanks! in advance ...

Thanks

Shaik

Accepted Solutions (1)

Accepted Solutions (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

You cannot specify the destination in a Personas RFC. If you want to access a different system than the one the flavor is running on, you'll have to wrap your FM in another one that's called from Personas. Then the wrapper can specify the destination.

Former Member
0 Kudos

Thank You Tamas

Answers (0)