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

Authorization field restriction

Former Member
0 Likes
618

Hi

I have a object S_WFAR_OBJ. This object has a auth field which is object type (OAOBJEK). I would like users to have access to all except a certain object type.

Is there a way this can be restricted?

- ravi

4 REPLIES 4
Read only

Former Member
0 Likes
584

If it allows from and to then you could create a range that contains everything but the single object type.

Read only

0 Likes
584

The entries are alphabets. So I cannot enter a range.

I did wildcard stuff like (A, B) to ensure that it would work with everything except the one which should be excluded. However what I want is something like

ALL EXCEPT a certain object type.

Is there a better way of doing it?

any ideas?

Ravi

Read only

0 Likes
584

Hi Ravi,

SAP security is additive & doesn't support "everything except nnnn" unfortunately.

The way you have done it is the only way.

Read only

Former Member
0 Likes
584

Hi Ravi,

Like Alex rightly said, in SAP we cant configure to deny access to a object, we can only give access to an object.

Regarding your query, cant you just select all objects types under S_WFAR_OBJ, and just de-select the object you dont want to give access to ?