cancel
Showing results for 
Search instead for 
Did you mean: 

User Exits

Former Member
0 Kudos

Hi, I would like to know the purpose of creating "Project" in CMOD. Please show me the steps also. Why, one "Enhancement" can be used only once per client, please elaborate. Points will be awarded generously. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

CMOD is the Project Management of SAP Enhancements (i.e., SMOD Enhancements). It is the grouping of those SMOD enhancements.

You can create Multiple implementations using BADI.

Have a look at this links as well.

http://sapnewbie.blogspot.com/2005/11/sap-customer-enhancement-cmod.html

http://help.sap.com/saphelp_bw21c/helpdata/en/f1/0a56f5e09411d2acb90000e829fbfe/content.htm

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

Reward points if helpful.

Manoj.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Manoj.

Former Member
0 Kudos

Hi,

CMOD is the transaction used for SAP Enhancements.

Normally clients wont go for more enhancements or customizations until and unless if the standards are not meeting the business requirements, reason for this is when they want to upgrade their system in the feature again they have to do all these customization in the newer version.

Customer enhancements can come in the form of user exits or Business Add-Ins (BAdIs). BAdIs are the new object- oriented method for building customer enhancements. The number of available BAdIs depends on your SAP release; you can use transaction SE18 to see a list of BAdIs available to you as well as any documentation related to these objects.

A user exit is a placeholder SAP provides to allow customers to add custom functionality to an SAP transaction without having to perform a system modification.

Regards

Prasanth