2008 Apr 10 4:12 AM
Hi,
I am copying a program (RVADOR0) from production to Development. I save as text file and uploading in development. When I try to activate this program it ask for creating enhancement point.
I am getting following warning.
Enhancement Spot: ES_RVADOR01 Defines a
enhancement spot in another object
How to solve this issue.
Cheers
Senthil
Edited by: Senthil on Apr 10, 2008 5:14 AM
Hi,
I am copying a program (RVADOR0) from production to Development. I save as text file and uploading in development. When I try to activate this program it ask for creating enhancement point.
I am getting following warning.
Enhancement Spot: ES_RVADOR01 Defines a
enhancement spot in another object
How to solve this issue.
Cheers
Senthil
Edited by: Senthil on Apr 10, 2008 5:14 AM
2008 Apr 10 4:39 AM
Hi Senthil,
goto the program. click on the enhancment button(one with curled) on the tool bar.
the screen color will change. click on goto->enhancments->show implicit enhacment.
you will see yellow color line. chose the line wher you want to enhance and right click and select enhanment->create.
in the dialog box, press create button. give the enhacment spot name. press ok.
now select your enhancement name and press ok
your enhancment will be added in the code.
press activate to activate the point.
Note: Please assign this implementation to a package and not
to a $TMP class. If you assign it to a $TMP class then your implementation
won't get activated.
Check these links....
http://help.sap.com/saphelp_nw04s/helpdata/en/3b/0a39426f79f83ae10000000a1550b0/content.htm
Reward points if useful....
Regards
AK
2008 Apr 10 4:48 AM
hi Dear....
Please follow the steps below to enhance this point:
1. Click on the Enhance icon ( the spiral icon) on the standard application toolbar
of the program and then go to your enhancement point
FCODE_KPAR_GUI46_10. Once you click this icon , you can create the
implementation.
2. Right-click on this point and choose Enhancement Implementation->Create
3. This will give you a pop-up. Click on create implementation and give a name for
your implementation. Please assign this implementation to a package and not
to a $TMP class. If you assign it to a $TMP class then your implementation
won't get activated.
4. Once you create your implementation , you will be able to see that in the pop-
up. Choose this and enter and start your coding in the enhancement .
5. Save and activate.
Regards
Sudarsan