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

error while creating enhancement section

Former Member
0 Likes
1,478

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

1 REPLY 1
Read only

Former Member
0 Likes
768

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