sapdev logo background
sapdev logo sapdev logo
Comments

ABAP CALL FUNCTION DESTINATION Statement syntax, information and example SAP source code



Return to Statement index



CALL FUNCTION - DESTINATION

Short Reference

ABAP Syntax CALL FUNCTION func DESTINATION dest parameter_list .

What does it do? 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.

Latest notes: If the content of dest is the same as the constant space , then the addition DESTINATION is ignored and a normal call CALL FUNCTION func is executed.

The synchronous RFC triggers a
database commit in the calling program. An sRFC during the update is an exception to this.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




CALL_FUNCTION_BACKGROUND_UNIT
CALL_FUNCTION_DESTINATION-




comments powered by Disqus