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

Enhancement Point

Former Member
0 Likes
859

Hi All,

Can anyone explain me about the Enhancement Points with example? Also please provide me if there is any material/links regarding this....

Thanks in advance.

srini.

Hi All,

Can anyone explain me about the Enhancement Points with example? Also please provide me if there is any material/links regarding this....

Thanks in advance.

srini.

3 REPLIES 3
Read only

Former Member
0 Likes
702

Hi,

Enhancement points are points provided by sap in standard programs to modify the source code. Go to any standard program, Locate the spiral button on the toolbar. Then press it and then navigate to edit->enhancement operations->display enhancement point menu. Then a no of yellow lines would appear, which are the available en points. You would have to change it and write the applicable source code.

Please check these weblog for more information and sample codes.

/people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners

/people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement

/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series

/people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework

/people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework

Regards,

Ferry Lianto

Read only

marcelo_ramos1
SAP Mentor
SAP Mentor
0 Likes
702

Hi,

Look at this articles:

<a href="/people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework Enhancement Framework</a>

<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050 [original link is broken]">Enhancement Framework</a>

<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f56120039915">Enhancement Framework - The New Way to Enhance Your ABAP Systems</a>

<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/988fcbe9-0a01-0010-dbb0-a633829a1e82">Switch Framework Demo</a>

<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc">Introduction to the Enhancement Framework</a>

To now more about BADi Implementation see:

<a href="/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series To Define a New BAdI Within the Enhancement Framework</a>

<a href="/people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework to implement a BAdI And How to Use a Filter</a>

<u><b>Plz Reward points if helpful.</b></u>

Regards.

Marcelo Ramos

Read only

Former Member
0 Likes
702

Hi,

Refer the very useful links below:

Enhancement-Point is a part of the new enhancement framework. He is some lite reading.

http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm

Please check this blogs and wiki as well.

/people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework

/people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/thenewEnhancementFrameworkandthenewkernel-basedBAdI&

Enhancement frame work is the new concept using which SAP allows you to change the existing programs

See the following blogs that talk about the same in detail

/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series

/people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework

/people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework

<b>Reward points</b>

Reagrds