cancel
Showing results for 
Search instead for 
Did you mean: 

how to call RFC function module

Former Member
0 Kudos

hi

how to call RFC function module in a program ? Is it necessary to mention the 'Destination' while calling the function module?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

Its is not mandatory if you are calling the RFC FM in the same system.

If you want the FM to be executed on another system and operate on the data of THAT system, then you have to specify the destination along with the call

like:

call function 'RFC****'

destination <dest>

the destination must be created in sm59 transaction.

Regards,

ravi

Former Member
0 Kudos