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 problem

Former Member
0 Likes
730

Hi All,

I am trying to enhance one enhancement-point in VA01 transaction . <b>es_sapmv45a</b>

In program SAPMV45AF

enhancement-point FCODE_KPAR_GUI46_10 SPOTS ES_SAPMV45A.

I am trying to create in SE19 it is giving message "The enhancement object ENHO ES_SAPMV45A cannot be read".

Can any one guide me how to enhance this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
555

Hey sudhakara

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. <b>Please assign this implementation to a package and not

to a $TMP class</b>. 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.

Hope this will work for you. If not please let me know.

Thanks

Shivika

2 REPLIES 2
Read only

Former Member
0 Likes
556

Hey sudhakara

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. <b>Please assign this implementation to a package and not

to a $TMP class</b>. 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.

Hope this will work for you. If not please let me know.

Thanks

Shivika

Read only

0 Likes
555

Thank you very much .