CALL FUNCTION func DESTINATION dest parameter_list.
Synchronous call of a remote-enabled function module specified in func using the
RFC interface. Use addition DESTINATION to specify the
destination in
dest. For func and
dest, character-type data objects are expected. After terminating the remotely called function, the calling program is continued after CALL FUNCTION.
If the content of dest is equal to the constant
space, then the addition DESTINATION is
ignored and a normal call CALL FUNCTION func is executed.