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
434

Hi,

Is it possible to use a same enhancement point and enhancement spot which is used in another function module

and how to create any step by step guide

Thanks & Regards,

Azhar

Edited by: Azhar on Feb 1, 2008 3:44 AM

Hi,

Is it possible to use a same enhancement point and enhancement spot which is used in another function module

and how to create any step by step guide

Thanks & Regards,

Azhar

Edited by: Azhar on Feb 1, 2008 3:44 AM

2 REPLIES 2
Read only

Former Member
0 Likes
414

Enhancement point is similar to user exit but it is available only in ECC 6.0 onwards.

Enhancement point - you can find it at the beginning and at the end of forms/function modules or reports. To see enhacement points you need to go to enhancement mode by pressing sprail button or SHIFT + F4 in any standard program. Then right click and create enhancement.

There are 2 types of enhancements.

1. Implicit.

2. Explicit.

Check this link for the help to implement

http://help.sap.com/saphelp_nw2004s/helpdata/en/5f/103a4280da9923e10000000a155106/content.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307f...

REward if useful.

Read only

Former Member
0 Likes
414

hi there are two types of enhacment points

explicit enhancement

implicit enhacement

implicit enhacement is avilable at all the processing blocks

to view implicit enhancement

go to your desired function module

click onto edit

select show implicit enhacement

""""""""""""""""""""""""""""""""""""""""""''''

above kind of lines will be displayed at the start of processing block

may start and end of subroutine fm every where

for this you dont need access key

now o implemnt implicit enhancement

place cursor onto the line indicating """"""""""""""""""''''

right click

slect enhacement implementation

create

code

give the name Zname

enter short text

create composite enhacement

assign that compo ehancement to implicit enhancemnt

now a pop up will come

select you created implicit enhancement

this will give you the enhacement

end enhacement stmt.

if any help requires revert back

regards

vijay