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: 

about enhancement project

Former Member
0 Kudos
108

hi all,

can any one plz tell me wht is an enhancement project.

wht will be the team size etc etc.....

thnx in advance

bye

2 REPLIES 2

anversha_s
Active Contributor
0 Kudos
69

hi,

it means,

we are upgrading an existing running system

or adding new functionalities to the system.

ie, some time system will be moved according to the new SAP version, or company want to add a new task to the running SAP system. at that time they will go fro enhancement.

team size depends upon the vastness of the project and deadline.

normally 5-8 abapers will do for 120 objects in 1 month deadline.

regards

anver

if hlpful pls mark points

uwe_schieferstein
Active Contributor
0 Kudos
69

Hello Amar

An "Enhancement Project" in the ABAP context means to implement enhancements of SAP standard process using pre-defined user-exits. The user-exits are defined by SAP (see transaction <b>SMOD</b>). If you want to use these user-exits then you have to create an enhancement project (transaction <b>CMOD</b>). You assign user-exist (= enhancements from SMOD) to your project and select the required enhancement components (e.g. EXIT function modules).

The general context for Enhancement Projects is to adjust the SAP standard process to the specific needs of your customer or company.

Regards

Uwe