‎2007 May 30 4:32 PM
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.
‎2007 May 31 1:14 AM
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
‎2007 May 31 1:14 AM
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
‎2007 Jun 04 10:12 PM