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

difference between CMOD AND SMOD

Former Member
0 Likes
5,699

difference between CMOD AND SMOD

6 REPLIES 6
Read only

Former Member
0 Likes
2,604

hi Rajesh,

SMOD is used for implementing enhancements in SAP.

CMOD is used for used for managing the implemented enhancements in a group .

Try also

www.sap-img.com/abap/what-is-the-difference-between-smod-and-cmod.htm

www.easymarketplace.de/userexit.php

Regards,

Vivek.

**->Reward points if helps, pls.

Read only

Former Member
0 Likes
2,604

Hi rajesh,

1. Whenever we want to

use a user-exit / enhancement,

which are already available

in SMOD tcode,

2. Then first we have to

create a PROJECT

(nothing but simply a parent with some name)

3. Other wise we cannot use that enhancement.

4. For creating that parent,

CMOD is there.

regards,

amit m.

Read only

Former Member
0 Likes
2,604

All the enhancement are grouped together in SMOD which is being provided by SAP and CMOD is basically a customer project where in we implement those SAP supplied enhancement.

Means,

All the userexit provided by SAP are in Inactive state grouped in SMOD. We ( customer ) need to create a project through CMOD and have that enhancement activated. In simple term , CMOD is use to activate the userexit.

Let me know if you need any more clarification.

Regards,

Prashant

Reward Points if it helps,

Read only

SantoshKallem
Active Contributor
Read only

Former Member
0 Likes
2,604

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.

chk this link:

http://www.sap-img.com/abap/what-is-the-difference-between-smod-and-cmod.htm

regards,

keerthi

Read only

abdul_hakim
Active Contributor
0 Likes
2,604

hi

CMOD will be used by customers for creating enhancement project where as SMOD will be used by SAP Developers.

Cheers,

Abdul Hakim

Mark all useful answers..