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: 

How to delete an authorization object

Former Member
0 Kudos

Hi, expert

I created an authorization object by t-code su21, but later we find another solution for this authorization, so we try to delete.

But failed, system runs a where use list check, and warning:

Object XXX cannot be deleted because it
still contains authorizations

and find out the below object

Authorization	&_SAP_APP

What is &_SAP_APP? How can I delete my authorization object?

Thanks,

Barton

5 REPLIES 5

Former Member
0 Kudos

Barton,

try to check the where-used lists and then delete

Thanks

Bala Duvvuri

0 Kudos

Hi, Bala

Thanks for your reply.

Where-used lists find out "Authorization &_SAP_APP". Seems my authorization object is involved in &_SAP_APP, so system doesn't allow me to remove my object.

But I don't know what is &_SAP_APP. So I can't move on.

Any good idea?

Thanks,

Barton

0 Kudos

&_SAP_APP is an automatic generated authorization profile, which you can't delete or edit manually.

You probably need to install the bugfix contained in SAP note 611977. After applying that bugfix the warning "Object XXX cannot be deleted because it still contains authorizations" should not come anymore.

Edited by: Adrian Dorn on Jun 2, 2010 5:34 PM

Former Member
0 Kudos

Hi Barton,

Please see these links:

1. http://www.sapfans.com/forums/viewtopic.php?f=24&t=309928

2. http://www.sapfans.com/forums/viewtopic.php?f=16&t=46250

They provide information on deletion of an authorization object.

May this info solves your problem.

Regards.

Deepak Sharma

Former Member
0 Kudos

Barton,

If your issues has been solved pls share the solution.

Thanks

Sri