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

How to restrict delete authorization in t-code SBWP

Former Member
0 Likes
960

Hi,

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

Can you help me the process step by step?

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
Read only

Former Member
0 Likes
759

Hi Venkat,

Can you elaborate further on the issue.

Thanks,

Sanketh.

Read only

Former Member
0 Likes
759

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

Read only

0 Likes
759

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?