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

regarding exits

Former Member
0 Likes
574

what is the difference between user exits and modification exits ( what it mean actually)

what is the difference between user exits and modification exits ( what it mean actually)

4 REPLIES 4
Read only

Former Member
0 Likes
552

Modification are those changes you make to SAP standard code.

User exits are those changes you can make without changing SAP standard code.

Read only

Former Member
0 Likes
552

Modification is not a part of the exit.

Modifications are nothing but the modification that the user make sto the standard SAP code after registering in the SSCR .

Exits are the away by which user adds his functionlity to the predefined exits like function menu and screen exits

Read only

Former Member
0 Likes
552

post some meaningful questions.

User exits are used to provide customer specific utilities. In that modification is done by modifying the sap programs and the enhancements are done by coding without modifying the sap's programs like menu exits,screen exits and functional exits.

Read only

Former Member
0 Likes
552

User exits are ike SAP provided place holders, where the user can have his own logic implemented without tampering the SAP's original code, where as modification means that you are changing SAPs standard code for which you need a special access key and has to be done, only when all the other options are exhausted.