You are on page 1of 3

8/23/2014 How to do Explicit Enhancement - ABAP Development - SCN Wiki

http://wiki.scn.sap.com/wiki/display/ABAP/How+to+do+Explicit+Enhancement 1/3
Getting Started Newsletters Store
Search the Community


Welcome, esdee dd Logout
Products Services & Support About SCN Downloads
Industries Training & Education Partnership Developer Center
Lines of Business University Alliances Events & Webinars Innovation
Added by Krishna Chauhan, last edited by Saumya Govil on Jan 29, 2009
ABAP Development / ABAP Development and Programming
How to do Explicit Enhancement
In case of explicit enhancement we can add our enhancements at any place as per our requirement.
Well in our case I don't have any standard program so I am using a Z program & enhancing the code.
Bef ore starting explicit enhancement we have to create:
One enhancement spot.
In enhancement spot we have to implement spot.
All these task to be done under one package.
So I am creating one package in se80 f irst.

1. Right click & create Enhancement Spot.
2. Give the name of Enhancement Spot
3. Now activate the enhancement spot
4. Right click Enhancement Spots & implement it.
Attachments (14)
Page History
Restrictions
Remove Favourite
Watch
Watch Page Family
Page Information
Link to this Page
View in Hierarchy
View Source
View Storage Format
Export to PDF
Export to Word
8/23/2014 How to do Explicit Enhancement - ABAP Development - SCN Wiki
http://wiki.scn.sap.com/wiki/display/ABAP/How+to+do+Explicit+Enhancement 2/3
5. Activate the implementation, Goto SE38 & place the cursor where enhancement is require.

6. Enter Enhancement implementation name in Enhancement Spot name & Package name.
7. Now enhancement-point will come in your code with Grey Fonts.
8. Select Enhance
8/23/2014 How to do Explicit Enhancement - ABAP Development - SCN Wiki
http://wiki.scn.sap.com/wiki/display/ABAP/How+to+do+Explicit+Enhancement 3/3

9. Place the cursor on enhancement-point & create enhancement.
10. Give enhancement Implementation name.
11. Place your code & activate.
12. Now run the program you will find the enhancement.

tutorial abap
3 Comments
Follow SCN
Contact Us SAP Help Portal
Privacy Terms of Use Legal Disclosure Copyright

You might also like