Application Development 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: 

Problem with Deletion of Enhancement Points

Former Member
0 Kudos

Hi All ,

We implemented a SAP Enhancement for a particular user exit. But unfortunately , there was some mistake and we were supposed to delete it. We selected the enhancement point , right clicked it and said - "UNDO OPTION", and we could not see the code in the exit.

But when we went to create a new point again - it dint allow us to create a new one with the same spot - it said , the point is already created or used.

And when we actually go into the enhancement spot - we find the points which we had actually deleted in the se38

Could you please help me out with this ?

Thanks in advance,

Ranjitha S

Technical Consultant

7 REPLIES 7

chaiphon
Contributor
0 Kudos

Hi,

Try using transaction code SE80

Menu workbench->edit object

select enhancements tab and search for your enhancement implementation.

after you get the enhancement implementation, you can either use tcode se19 to delete it

or using tcode se80 select enhancement info system button, enhancement implementation dropdown and enter the enhancement inplementation then right-click on the implementation and select delete.

Regards,

Chaiphon

chaiphon
Contributor
0 Kudos

More information, In your case, it may be enhancement spot. the way of deleting it is the same. just need to change from enhancement implementation to enhancement spot.

Former Member
0 Kudos

Try deleting the implementation using SE19 transaction.

former_member213733
Active Contributor
0 Kudos

If you know the enhancement point name then simply se19 would do it for you .

Else go to se38 and go to enhancement points and then delete then using se19 , the point that the code is not visible may be you would have cleared the code in the enhancement and forgot to delete the same .

hope it helps .

0 Kudos

Hello All,

Thanks for your replies. Well .. we tried all those , but still we could not get the solution and then , we tried this - go to SE20 -> give the enhancement spot name and go inside - and in EDIT mode - click on Repair Functionality.

This helped us delete the points and subsequently the point

Thanks Again!

Ranjitha S

Technical Consultant

0 Kudos

Hi Ranjitha..

I couldn't find SE20 T-code...

I think you can also use SE 84 for deletion of your required Enhancement point.

0 Kudos

Its not SE20 ..Its SE19 and do the steps to delete