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 restrict delete authorization in t-code SBWP

Former Member
0 Kudos

Hi,

I am unable to restrict delete authorization  in the t-code SBWP.

Can you help me the process step by step?

3 REPLIES 3

Former Member
0 Kudos

Hi Venkat,

Can you elaborate further on the issue.

Thanks,

Sanketh.

Former Member
0 Kudos

Hello venkat,

To restrict the delete authorization in the tcode SBWP , you may run the authorization trace to know the required authorizations for deleting.
Removing activity 06 from S_WFAR_OBJ auth obj and also removing '*' or 'ADMINISTRATOR' from S_OC_ROLE object, will restrict the deletion access.

Regards,
Laxman

0 Kudos

Hi Laxman,

I ran authorization trace and i have removed 06 activity from auth object S_WFAR_OBJ.

I have given " " in the auth object S_OC_ROLE, But still user is able to delete messages from inbox.

That means restriction of delete option is not working.

If you have done this previously, Can you please elaborate on this?