Function module exit

Customer exit for ABAP programs in the form of empty or partially implemented function modules delivered with the SAP standard system. Linked to the ABAP program using the statement CALL CUSTOMER-FUNCTION. The function module interfaces are predefined by SAP. The implementation can be empty or partially predefined. The customer must fully implement and activate them using transaction CMOD. As of release 4.6, function module exits can be replaced with BAdIs.