sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to Statement index



CALL FUNCTION - STARTING NEW TASK parameter_list

Short Reference

ABAP Syntax ... [EXPORTING p1 = a1 p2 = a2 ...]
[TABLES t1 = itab1 t2 = itab2 ...]
[CHANGING p1 = a1 p2 = a2 ...]
[EXCEPTIONS [exc1 = n1 exc2 = n2 ...]
[system_failure = ns [MESSAGE smess]]
[communication_failure = nc [MESSAGE cmess]]
[resource_failure = nr [MESSAGE rmess]]
[OTHERS = n_others]].

What does it do? These additions are used to assign actual parameters to the formal parameters of the function module, and assign return values to exceptions that are not class-based. The additions have the same meaning as in the synchronous RFC with the exception that values with IMPORTING cannot be imported and that actual parameters specified by CHANGING can be used to pass values but not to accept values. The additional predefined non-class-based exception resource_failure can also be handled for pRFC .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




CALL_FUNCTION_STARTING
CALL_FUNCTION_UPDATE




comments powered by Disqus