Hi Mike,
Enhancements are hooks provided by SAP for extending the business logic without hampering the standard code.
These are User Exits / BADI's
In USer Exits , we have
1. Function Exits
2. Screen Exits
3. Menu Exits
4. Field Exits
Modifications are incorporating the changes in Standard SAP Program by taking access key to suite the particular business requirement.
Changes thro Enhancements will not hamper future upgrades, but Modifications will have to be taken care during future upgrades.
Pl.go thro the following links for further understanding.
https:/.../wiki/display/ABAP/EnhancementsandModifications-BADI,EnhancementFramework,UserExits
ABAP Switching, Enhancing, and Adapting Standard Programs
https://forums.sdn.sap.com/rss/rssthreads.jspa?forumID=233
help.sap.com/saphelp_nw04/helpdata/en/6b/3f6d016d0711d396a50004ac96334b/frameset.htm
www50.sap.com/useducation/curriculum/course.asp?cid=60212781
Reward, If useful.
pritha.
Hi ,
Enhancement means you're making or adding additional
functionality to the standard functionality. You're not
going to change the standard program where as Modification
means you're changing the standard code and then adding the
functionality which sometimes leads major error and gives
problems during software upgrade.
Reward points if its useful.
Thanks and Best Regards,
Vinoth
Hi,
MODIFICATIONS : Change to the standard functionality by changing the SAP object itself using the 'ACCESS KEY ' from SAP .These objects needs to be observed during version upgrades as the upgrade patches might overwrite the code written by you . Except for certain incode user exits provided by SAP like MV45AFZZ .
ENHANCEMENTS : Change to the standard functionality by using the exits / badis provided by SAP. These objects do not need any access key from SAP. These changes will not get over written during SAP version upgrades.
Regards,
Priyanka.
Look at Changing" target="_blank">http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBCEX/BCDWBCEX.pdf">Changing the SAP Standard (BC)
<b>Enhancements to the Standard</b>
Enhancements represent potential customer requirements that have not been developed in the standard. Instead, the standard provides for further development of such exits at the customer site, using logic specific to the customer. Upward compatibility is assured since SAP guarantees that the call of an enhancement from the standard software and the calling interface will remain valid in future releases.
You can make enhancements to the standard using customer exits.
From Release 4.6A, you can implement enhancements for the system standard using a new technique called Business Add-Ins
<b>Modifying the Standard</b>
Before you modify your system or develop your own solution, make sure that your requirements cannot be fulfilled by either Customizing or Personalization, or by the exits or business add-ins provided in the system.
Before making modifications to the standard, refer to the section on the Modification Assistant
For information on modifying SAP tables, consult the portion of the ABAP Dictionary documentation called Making Changes to Tables . You can also create append structures for tables and structures with the Modification Assistant (see Modifying Tables and Structures ).
SSCR (SAP Software Change Registration) is a procedure for registering all modifications to SAP source code and SAP Dictionary objects. For more information on this subject, see the section on the SAP Software Change Registration Procedure (SSCR) .
You should also consult the sections General development organization
Regards
Hi,
u can check this link for complete information regarding modifications and exits.
http://www.abapprogramming.blogspot.com
try this specific links.
http://abapprogramming.blogspot.com/search/label/MODIFICATIONS%20TO%20SAP%20STANDARD
http://abapprogramming.blogspot.com/search/label/ABAP%20ENHANCEMENTS.
http://abapprogramming.blogspot.com/search/label/CHANGING%20THE%20SAP%20STANDARD
http://abapprogramming.blogspot.com/search/label/COSTMER%20EXITS
http://abapprogramming.blogspot.com/search/label/DIFF.%20%20B%2FW%20%20BADI%20AND%20USER%20EXIT
http://abapprogramming.blogspot.com/search/label/DIFF.%20%20B%2FW%20CONVERSION%20-%20INTERACE
http://abapprogramming.blogspot.com/search/label/ENHANCEMENTS%20TO%20DICTIONERY
http://abapprogramming.blogspot.com/search/label/ENHANCEMENTS%20TO%20DICTIONERY%20ELEMENTS
http://abapprogramming.blogspot.com/search/label/FAQ%27S%20%20ON%20ENHANCEMENTS
http://abapprogramming.blogspot.com/search/label/IDOC%20AND%20BAPI
http://abapprogramming.blogspot.com/search/label/MODIFICAITIONS
http://abapprogramming.blogspot.com/search/label/MODIFICATIONS%20EXTENDED.
http://abapprogramming.blogspot.com/search/label/MODIFICATIONS%20TO%20SAP%20STANDARD
http://abapprogramming.blogspot.com/search/label/SAP%20MODIFICAITONS.
http://abapprogramming.blogspot.com/search/label/USER%20EXITS%20DETAILS
thank you.
Add a comment