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 Points and Sections

Former Member
0 Likes
402

Hi,

I am working on ECC6. I have a few queries:

1. What are Enhancement Points and Sections? For example, following is the statement of enhancement point in the program:

ENHANCEMENT-POINT MV75AFTC_TOP01_FUELLEN_01 SPOTS ES_MV75AFTC_TOP01_FUELLEN STATIC INCLUDE BOUND.

and statement for Enhancement section is:

ENHANCEMENT-SECTION MV75AFTC_TOP01_FUELLEN_02 SPOTS ES_MV75AFTC_TOP01_FUELLEN INCLUDE BOUND.

2. It is understandable that SAP could have enhanced the functionality at this point, and to mark it they place this sort of statement. But if I copy some program and then try to modify it (at some times) system forces to create Enhancement Point. Why is it so?

Regards,

Shabbar

Hi,

I am working on ECC6. I have a few queries:

1. What are Enhancement Points and Sections? For example, following is the statement of enhancement point in the program:

ENHANCEMENT-POINT MV75AFTC_TOP01_FUELLEN_01 SPOTS ES_MV75AFTC_TOP01_FUELLEN STATIC INCLUDE BOUND.

and statement for Enhancement section is:

ENHANCEMENT-SECTION MV75AFTC_TOP01_FUELLEN_02 SPOTS ES_MV75AFTC_TOP01_FUELLEN INCLUDE BOUND.

2. It is understandable that SAP could have enhanced the functionality at this point, and to mark it they place this sort of statement. But if I copy some program and then try to modify it (at some times) system forces to create Enhancement Point. Why is it so?

Regards,

Shabbar

1 REPLY 1
Read only

Former Member
0 Likes
348

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/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,

Ravi

Note - Please mark all the helpful answers