Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cmod

Former Member
0 Likes
615

what is the difference between cmod and smod.

4 REPLIES 4
Read only

Former Member
0 Likes
591

Hi,

try: http://help.sap.com

Regards, Dieter

Read only

Former Member
0 Likes
591

Please use the search function for such questions, this has been asked many times before.

Regards,

Nick

Read only

Former Member
0 Likes
591

CMOD -- for enhancement project

SMOD -- for enhancement component

Read only

Former Member
0 Likes
591

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.