CALL FUNCTION
Variant 6
CALL CUSTOMER-FUNCTION func.
Additions
The same as with CALL FUNCTION func.
Effect
Calls the function module func ; this can be
activated. func must be a 3-character literal (e.g. '001').
The function modules are delivered empty within the framework of the
enhancement concept and must be implemented by the customer. They are
maintained with the Transactions SMOD (at SAP) and CMOD (at the
csutomer's).
SAP determines both the interface and the place where the call is made.
Note
By using the Transaction CMOD, the customer can activate
the function module. The final name of the function module comprises
EXIT_ , the name of the module pool where the function module is
called, and the name func . For example, the statement " CALL
CUSTOMER-FUNCTION '001' " in the module pool SAPMS38M calls the
function module EXIT_SAPMS38M_001.
Index
© SAP AG 1996