CALL CUSTOMER-FUNCTION function_exit parameter_list.
This statement can be used in programs delivered by SAP. It includes the function module exit specified in function_exit. The function module exit is a customer exit. In an SAP program, it enables you to call a function module provided by SAP and implemented by the customer.
The indicator function_exit must be a three-digit text field literal. A function module exit is specified by SAP using the transaction SMOD and can be activated using the transaction CMOD in customer systems.
Syntax and meaning of the parameter_list for the assignment
of the actual parameters to formal parameters and for the exception handling are the same as in a general function module call. It is not possible to dynamically fill the interface.
As of release 4.6, the function module exits are replaced with class-based Business Add-Ins(BADIs). They do not require their own ABAP statements.