ABAPCALL_FUNCTION_STARTING_PARA - CALL FUNCTION STARTING PARA
BAL Application Log Documentation CL_GUI_FRONTEND_SERVICES - Frontend ServicesThis documentation is copyright by SAP AG.
CALL FUNCTION - STARTING NEW TASK parameter_list
Syntax
... [EXPORTING p1 = a1 p2 = a2 ...]
[CHANGING p1 = a1 p2 = a2 ...]
[TABLES t1 = itab1 t2 = itab2 ...]
[EXCEPTIONS [exc1 = n1 exc2 = n2 ...]
[system_failure = ns [MESSAGE smess]]
[communication_failure = nc [MESSAGE cmess]]
[resource_failure = nr [MESSAGE rmess]]
[OTHERS = n_others]].
Effect
These additions are used to assign actual parameters to formal parameters of the function module and to control the exception handling. The additions have the same meaning as in thesynchronousRFC 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.
Note
the exception handling determined here also determines the exception handling at the RECEIVEstatement in callback routines. If the EXCEPTIONS addition is not specified, the class-basedexception handling is activated and the addition can not be specified at RECEIVE. However, EXCEPTIONS must be specified at RECEIVE if it is specified here. This is checked at runtime.
RFUMSV00 - Advance Return for Tax on Sales/Purchases BAL Application Log Documentation
This documentation is copyright by SAP AG.
Length: 2624 Date: 20120518 Time: 200439 triton ( 70 ms )






