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

Issue with creating enhancement Point.

senthil_kumar29
Participant
0 Likes
1,579

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

2 REPLIES 2
Read only

ak_upadhyay
Contributor
0 Likes
814

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....

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

http://help.sap.com/saphelp_nw04s/helpdata/en/3b/0a39426f79f83ae10000000a1550b0/content.htm

Reward points if useful....

Regards

AK

Read only

Former Member
0 Likes
814

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