cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deleting SAP standard objects

Former Member
0 Likes
1,688

Hi,

While applying a note and I created a Class (with access key). I want to recreate the class with some changes. But i am not able to delete it.

A message says : You cannot perform this in modification view.

Is there any way to delete the standard class.

Best regards,

Satish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

You can switch off the modification assistant.

In the menu bar Edit->modification operation-> Switch off assistant.

Then try deleting.

Hope this helps.

Lokesh

Pls. Reward appropriate points.

Former Member
0 Likes

Hi Lokesh,

I ahve already tried after switching off assistant. No success.

Regards,

satish

Former Member
0 Likes

Check it in Debug mode , if you really wants to delete

then where the message coming from find out , then keep break point and change the sy-subrc or some condition

and then delete..

but this is very bad way of doing...

regards

vijay

Former Member
0 Likes

Vijay,

Let me put in this way i created standard class and forgot to give super class.

Now i want to give super class for the same. I am not getting any way to do so. So thought of recreating the class again.

Regards,

satish

Former Member
0 Likes

Hi,

I think what Vijay suggested is fine, but the only thing is be a bit careful in doing that. It might lead to serious issues. I would not suggest you to use that method.

Try to delete it using the shift+F2, instead of the delete button. It should work.

Lokesh

Pls. Reward appropriate points

Former Member
0 Likes

hi

then try to change the Attributes,

by clicking switch off assistant of the modification operation and try to add super class..

or else delete as i said..

vijay

Former Member
0 Likes

Hi,

Sorry I made a mistake in my previous reply.

You should go to SE80 (Object Navigator)-> package -> give the package name(of the class)-> delete it from there.

Hope this helps...

Lokesh

Former Member
0 Likes

Hi Satish,

Did you got any hint, or still having the same problem...

regards

vijay

suresh_datti
Active Contributor
0 Likes

If you haven't already done it, did you try to "change Inheritance"?

Suresh

Former Member
0 Likes

Yup, i entered the super calss entry in data base table wherever required.

Seems to be working.

Thanks to all.

Regards,

satish

Former Member
0 Likes

Good..

What table you used..

vijay

Former Member
0 Likes

Hi Satish

If your Problem solves Please close this thread .

regards

vijay

Answers (2)

Answers (2)

Former Member
0 Likes

DEVACCESS table..Get the Developer Key..

Regards

vijay

Former Member
0 Likes

Only If you have developer key, You can delete,

Some times it is not allowed, Authorzations problem..

if you want to delete using access key

go to table devaccess there give userid and get access key , then try that...

regards

vijay

Former Member
0 Likes

I have the access key, i used the same for creating the class, now i am unable to delete it..

ang getting the above said message.

Any pointers..

Regards,

satish

Former Member
0 Likes

Is it not asking now for developer key..

Former Member
0 Likes

Before that Check that whether you have authorizations to do that.., make sure no program shouldn't effect after deletion..

regards

vijay