You are on page 1of 4

http://scn.sap.

com/thread/1232634

How to enhance SAP standard program


Implicit enhancement points - Changing standard SAP code using the implict enhamcement code points Implicit enhancement points are basically points within ABAP code where an enhancement point is implied, and in which case can be created. Examples of implicit enhancement points are at the beginning and end of FORMu2019s, at the end of a program, include or function module etc. Below is a step by step demonstration of how to create and implicit enhancement point. Step 1 - Activate the enhancement functionality Within SE80 open up the program/include you want to enhance and click on the enhancement button (show below) Step 2 - Show implict enhancement points Goto menu 'edit->Enhamcement Operations->Show Implicit Enhancement Options' to display implicit enhancement points within the ABAP code Step 3 - Enhancement points with the code Once you have done this you will be able to see all the implicit enhancement points available within you code, these are denoted by the line of quotation marks and the black arrow at the start. In this example there are enhancement points at the start and end of each form and one at the very end of the include. Step 4 - Create an implicit enhamcement point Inorder to implement an implicit enhancement point simply right click on the required enhamcement point and select 'Enhancement Implementation->create'. Step 5 - Enhamcement point type Next click on the code button to create a code implementation Step 6 - Enhancement point created The enhamcement point will now have been created in the appropriate place. Denoted by the ENHANCEMENT...ENDENHANCEMENT Step 7 - Enter code into enhancement You can now enter your own code into the enhancement point! Step 8 - Activate the enhancement point Click the 'Activate Enhancements' button to activate it. Step 9 - Turn enhancement mode off Now click the 'Active <-> inactive' button to turn enhancement mode off and return to standard SE80
See the answer in context

1710 Views

Topics: ABAP

Average User Rating

(0 ratings) Re: How to enhance SAP standard program?

Mohammad MahaboobKhan Feb 12, 2009 4:36 AM (in response to Anthony Pham) Hi, Refer below link. Adding functionality to standard SAP program

Regards Md.MahaboobKhan o
Report Abuse

o Re: How to enhance SAP standard program?

Like (0)

kalyan balabhadrapatruni Feb 12, 2009 4:37 AM (in response to Anthony Pham) Hi Anthony, Please Find the LInk below From Forum IT have Step By Step procedure [SDN|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f02f5459-7c762b10-54b4-f95e5f75476b] Hope this will be Help Ful Thanks Kalyan o
Report Abuse

o Re: How to enhance SAP standard program?

Like (0)

santhosh kumar R Racharla Feb 12, 2009 4:43 AM (in response to Anthony Pham) Hello friend, For Enchance , goto to ->program name->then goto to-> attribute take the package name and Goto SMOD tcode ->Utilities->give the package name and F8

then a list of exits will displkay for that tcode as well as that package. u can check the table MODSAP Thank u, santhosh o
Report Abuse

o Correct AnswerRe: How to enhance SAP standard program?

Like (0)

shan palani Feb 12, 2009 4:47 AM (in response to Anthony Pham) Implicit enhancement points - Changing standard SAP code using the implict enhamcement code points Implicit enhancement points are basically points within ABAP code where an enhancement point is implied, and in which case can be created. Examples of implicit enhancement points are at the beginning and end of FORMu2019s, at the end of a program, include or function module etc. Below is a step by step demonstration of how to create and implicit enhancement point. Step 1 - Activate the enhancement functionality Within SE80 open up the program/include you want to enhance and click on the enhancement button (show below) Step 2 - Show implict enhancement points Goto menu 'edit->Enhamcement Operations->Show Implicit Enhancement Options' to display implicit enhancement points within the ABAP code Step 3 - Enhancement points with the code Once you have done this you will be able to see all the implicit enhancement points available within you code, these are denoted by the line of quotation marks and the black arrow at the start. In this example there are enhancement points at the start and end of each form and one at the very end of the include. Step 4 - Create an implicit enhamcement point Inorder to implement an implicit enhancement point simply right click on the required enhamcement point and select 'Enhancement Implementation->create'. Step 5 - Enhamcement point type Next click on the code button to create a code implementation Step 6 - Enhancement point created The enhamcement point will now have been created in the appropriate place. Denoted by the ENHANCEMENT...ENDENHANCEMENT Step 7 - Enter code into enhancement You can now enter your own code into the enhancement point! Step 8 - Activate the enhancement point Click the 'Activate Enhancements' button to activate it.

Step 9 - Turn enhancement mode off Now click the 'Active <-> inactive' button to turn enhancement mode off and return to standard SE80

Open the standard Program: Ctrl+F(Search)-->Call Customer Function Enhancements are done under call Customet function Statement.

You might also like