2008 Feb 01 6: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
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
2008 Feb 01 6:50 AM
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
REward if useful.
2008 Feb 01 2:00 PM
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