‎2009 Jul 08 9:57 AM
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.
‎2009 Jul 08 10:01 AM
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
‎2009 Jul 08 10:03 AM
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.
‎2009 Jul 08 10:16 AM
Hi,
check this link:[https://www.sdn.sap.com/irj/scn/advancedsearch?query=explicitenhancement]
hope u'll get some idea.
Regards,
Sneha.