Application Development 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: 

Enhance Button on ABAP Editor(ECC6.0)

Former Member
0 Kudos

What is the use?

Edited by: BrightSide on May 15, 2009 8:48 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The enhance button is a part of the SAP Enhancement Framework and it is used to enhance the Standard SAP Program.

As we know that a standard SAP program can be viewed only in Display mode and we do not have the authorization to edit the code.

By using the enhance button, the places where the code can be enhanced would be shown and hence the user can insert his custom code in the avaliable places.

Hope this clarifies your query.

Thanks,

Harini

7 REPLIES 7

Sm1tje
Active Contributor
0 Kudos

Since the introduction of Enhancement framework this is new button for modification free enhancement of coding. Read the blogs from Thomas Weisz on Enhancement and Switch framework.

Former Member
0 Kudos

Hi,

The enhance button is a part of the SAP Enhancement Framework and it is used to enhance the Standard SAP Program.

As we know that a standard SAP program can be viewed only in Display mode and we do not have the authorization to edit the code.

By using the enhance button, the places where the code can be enhanced would be shown and hence the user can insert his custom code in the avaliable places.

Hope this clarifies your query.

Thanks,

Harini

0 Kudos

Thanks for your answer but whats the difference between enhance and modification button?

0 Kudos

Hi,

I believe you are talking about the modification which is used to insert, delete lines etc.

Modification is used when you want to modify a SAP standard code which requires an access key whereas Enhancement is used to enhance the code without modifying the standard code. Enhancements are provided by SAP so that customers can include their own code at these enhancement spots without modifying standard code l(ike the functionality of user exit, BADI etc.)

Regards,

Soumya.

0 Kudos

Hi Bright,

For Modfication u need to need an access key.

As for Enhcments u can write u r code in SAP standard.

Sap has given the space to write the code with in SAP code to suits ur requiremnt like BADI's and Exits.

Thanks

former_member183990
Active Contributor
0 Kudos

it is just for applying patch works to your code

it is available right from ECC 6.0

directly it will imply on the SAP standard code

normally the enhancement points will be available at start of form or end of from

it will allow you to add the code there

cheers

s.janagar

Former Member
0 Kudos

thanks for all the answers