‎2009 Apr 01 5:21 PM
Hi,
I am trying to create a enhancement section in my ABAP program, but i am getting a message 'Defines an enhancement sppot in another object'.
Here is the process i followed.
I have created a enhancement spot in my package zkk_pkg in se80 and activated.
i have created a program in se38 editor. In that program i am selecting a section of code and then right-click -> enhancements -> create .
Then i am getting create enhancement option where i am selecting enhancement section and giving a new name ZKK_ES1. Also in the enhancement spot section i am giving the enhancement spot i created earlier and the package name as an enhancement section should be assigned to a spot.
When i give these parameters and click OK , it shows the message 'Defines an enhancement sppot in another object'.
Can anyone let me know where i am going wrong.
Thanks in advance
Kamal
‎2009 Apr 02 11:46 AM
hai kamal,
u can follow this procedure for creating enhancement spot,
instead of creatign enhancement spot in se80
just select the code
right click and do create enhancement
and u give the name of the enhancement section and also the enhancement spot iand also the package where u want to save in the pop up window
it will create u the spot and point of enhahcnement
and save , it will create the enhancement spots for ur code
hope it will solve ur prob