2007 Nov 20 2:15 PM
2007 Nov 20 2:17 PM
2007 Nov 20 2:17 PM
Please use the search function for such questions, this has been asked many times before.
Regards,
Nick
2007 Nov 20 2:18 PM
CMOD -- for enhancement project
SMOD -- for enhancement component
2007 Nov 20 2:21 PM
Hi,
CMOD is the Project Management of SAP Enhancements (i.e., SMOD Enhancements). SMOD contains the actual enhancements and CMOD is the grouping of those SMOD enhancements.
User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a function module. The code for the function module is written by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module.
The naming standard of function modules for function module exits is:
EXIT_<program name><3 digit suffix>
The call to a functionmodule exit is implemented as:
CALL CUSTOMER.-FUNCTION ❤️ digit suffix>
Reward if helpful.
Regards,
Karthick.