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

deleting interfaces from class

Former Member
0 Likes
2,912

hi to all

I am trying to delete interfaces from class . But it showing that "You cannot perform this action in modification/enhancement mode". where is the problem.

thank you

4 REPLIES 4
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,360

Hello

Are you sure you are

- dealing with a Z-class and

- working on the development system?

Regards

Uwe

Read only

0 Likes
1,360

Greetings,

Use Function Module OO_INTERFACE_DELETE and remember to place the value of "X" in both the "Commit" and "Force" option.

Regards,

Brian Pearson

Read only

0 Likes
1,360

Thanks, excellent tip, this helped me when I had to delete the interface that was created by newbie developer in the standard namespace by mistake. Switching off the Modification assistant did not help here.

BTW, there is similar FM for the classes: OO_CLASS_DELETE

Be careful when using these FMs!

Read only

arunprakash_karuppanan
Active Contributor
0 Likes
1,360

Hi,

This error comes up when the object you are trying to edit has original system as something else. This is a protection given by the modification assistant, so that the changes to the objects are recorded. If you know what you are doing(modifying objects in non-original system), go to edit menu and select modifications and select "switch off modification assistant".

Regards,

Arun Prakash