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

explicit enhancement point

Former Member
0 Likes
444

Hi ,

I have a doubt in Explicit enhancemnet . I am aware that explicit enhancement has - enhancement spot and enhancement section. But am not aware how these two are used in real time scenario. Can some one explain pls.

Thanks.

3 REPLIES 3
Read only

viquar_iqbal
Active Contributor
0 Likes
403

Hi

check this [LINK|http://help.sap.com/saphelp_nw70/helpdata/EN/56/ee9441026aae5fe10000000a1550b0/frameset.htm]

It would help you understand better.

Thanks&Regards,

Viquar Iqbal

Read only

Former Member
0 Likes
403

Hi,

Here is a brief idea of whar an explicit enhancement is:

Unlike Implicit Enhancements, these are provided by SAP at specific places of the code.

Two types of explicit enhancements exist

- Enhancement Point u2013 To mark a position in an ABAP program as an explicit enhancement option

ENHANCEMENT-POINT enh_id SPOTS spot1 spot2

- Enhancement Section u2013 To mark a section in an ABAP program as an explicit enhancement option

ENHANCEMENT-SECTION enh_id SPOTS spot1 spot2 ...

END-ENHANCEMENT-SECTION.

Enhancement spot is used to manage explicit enhancement options.

- Enhancement spot can manage several enhancement options of a Repository object.

- Several enhancement spots can be assigned to one enhancement option.

Regards,

Vinod.

Read only

Former Member
0 Likes
403

Hi,

check this link:[https://www.sdn.sap.com/irj/scn/advancedsearch?query=explicitenhancement]

hope u'll get some idea.

Regards,

Sneha.