cancel
Showing results for 
Search instead for 
Did you mean: 

Delete used web dynpro component (added with enhancement)

Former Member
0 Kudos

Hi,

I added a component to the used components with an enhancement.

Now I want to delete this used component and I get the following error:

XXX cannot be processed or deleted in enhancement mode

If I delete the used component in normal editor mode, it works at first, but after activation the used component comes back again.

Any ideas?

Thanks and regards,

Roman

Edited by: Roman Götte on Dec 17, 2009 11:14 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem is that probably the component was deleted. The delete component usage operation check that the component enhance name is equals to the current enhance name. Cause the component was deleted, the component enhance name is initial. I solved the standard bug by debugging (/H) and jumping the check.

Good Luck!