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: 

Enhancement points in ECC6.0

Former Member
0 Kudos

Hi Friends,

can anyone please share the documents related to enhancement points (spots) in ECC 6.0?

Regards,

Ravi.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hai ravi,

u just type enhancement points in search and u get lot of links and sharign is not possible

m.a

5 REPLIES 5

Former Member
0 Kudos

Enhancement points - Changing standard SAP code using the implict and explicit enhamcement points

Enhancement points are basically hooks at certain defined points within the ABAP code i.e. at the beginning and end of a FORM. These hooks allow you to attach your own custom code which will be executed as if it had been hard coded into the code using a modification. Unlike hard coded modifications these will not be lost during upgrade or patching exercises.

There are 2 types of enhancements with the enhancement framework:

1. Explicit enhancement points: These are basically hooks already coded into the program by SAP at various points of the code. See program RIAUFMVK for examples of these! These are very easy to implement simply go into enhancement mode of SE80 and right click on the enhancement point where you want to add your code and choose u2018Enhancement Implementation->Createu2019 Give it a name, description and assign it to a change request (should not be a Z package) and then simply add the code as normal.

2. Implicit enhancement points: These are basically points within ABAP code where an enhancement point is implied, and in which case can be created. Examples of implicit enhancement points are at the beginning and end of FORMu2019s, at the end of a program, include or function module etc. Click here for demonstration of how to implement an implicit enhancement point!

Search for enhancement in sdn you will get demo also.

Former Member
0 Kudos

hai ravi,

u just type enhancement points in search and u get lot of links and sharign is not possible

m.a

Former Member
0 Kudos

Hi Ravi,

Go through the following link.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f5612003...

Hope this helps.

Regards,

Manish

Former Member
0 Kudos

Hi ,

Please refer to following link.

http://help.sap.com/saphelp_nw70/helpdata/EN/91/f1e540f8648431e10000000a1550b0/frameset.htm

Also you can search for keyword Enhancement in the code you wish to find the spot. Then double click on the spot name to navigate to the list of enhancement's available. Hope this helps.

Harry

Former Member
0 Kudos

hi

check this blog .

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3056] [original link is broken] [original link is broken] [original link is broken];

regards

suren.s