SAP FUNCTION MODULE EXIT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

function module exit
Customer exit for ABAP programs in the form of empty or partially implemented function modules delivered with the standard SAP system. Integrated into ABAP programs 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 . Function module exits should be replaced by BAdIs.