Application Development 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: 

All user exit under single project

Former Member
0 Kudos

Hi All,

I got alist of user exits for particular transcation.

Can use the entire list under single project?

Or each user exit should have single project?

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Each user exit must have separate project .You can combine user exits belong to same Enhancement (what u enter in SMOD) under 1 project.

3 REPLIES 3

bastinvinoth
Contributor
0 Kudos

Hi san_dell _1

first you should study about SMOD and CMOD . because your question is somewhat irrelevance .

SMOD is to see all the enhancements in the sap system.

CMOD is the customer projects where enhancements are implemented. If you want to implement any enhancements then you will create a project and assign the enhancement and do the coding in exits.


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

http://www.erpgreat.com/abap/field-exits-smod-cmod-questions-and-answers.htm

http://www.easymarketplace.de/userexit.php

Regards,

Bastin.G

Former Member
0 Kudos

Each user exit must have separate project .You can combine user exits belong to same Enhancement (what u enter in SMOD) under 1 project.

0 Kudos

This is at stage of finding appropriate user exit out of bunch of user exits.

AT this step I will apply break-point.

Else guide me how particular exit can be selected adn at which step out of bunch.