CALL FUNCTION
Variants
- Call a function module 1. CALL FUNCTION func.
- Call a function module in new mode (asynchronous Remote Function Call) 2. CALL FUNCTION func STARTING NEW TASK taskname dest.
- Call a function module in the update task 3. CALL FUNCTION func IN UPDATE TASK.
- Call a function module in a remote system (Remote Function Call) 4. CALL FUNCTION func DESTINATION dest.
-
Asynchronous call to function module with transaction-like processing
(transaction-like Remote Function Call)
5. CALL FUNCTION func IN BACKGROUND TASK.
-
Call a function module that can be activated within framework of
enhancement concept.
6. CALL CUSTOMER-FUNCTION func.
Index
© SAP AG 1996
No hay comentarios:
Publicar un comentario
Nota: solo los miembros de este blog pueden publicar comentarios.