ABAP Keyword Documentation →  ABAP − Reference →  Data Interfaces and Communication Interfaces →  RFC - Remote Function Call →  CALL FUNCTION - RFC → 

CALL FUNCTION - DESTINATION

Short Reference

Syntax

CALL FUNCTION func DESTINATION dest parameter_list.

Effect

Synchronous call (sRFC) of a remote-enabled function module specified in func using the RFC interface. Use the addition DESTINATION to specify the destination in dest. func and dest expect character-like data objects. The calling program is continued using the statement CALL FUNCTION, if the remotely called function has finished.

More Information

Detailed information about sRFC can be found under synchronous RFC (sRFC) in the SAP Library.

Notes




Continue
CALL FUNCTION - DESTINATION parameter_list
CALL FUNCTION - DESTINATION - interner Zusatz