CALL - call a function module
Variants
Call a function module:
1. CALL FUNCTION func.
Call a function module in a different mode (asynchronous Remote Function Call):
2. CALL FUNCTION func STARTING NEW TASK taskname.
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, RFC ):
4. CALL FUNCTION func DESTINATION dest.
Asynchronous call to a function module with transactional processing (transactional Remote Function Call):
5. CALL FUNCTION func IN BACKGROUND TASK.
Call a function module which can be activated in the context of enhancements:
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.