cancel
Showing results for 
Search instead for 
Did you mean: 

S_RS_IOBJ - authorization problem

Former Member
0 Kudos

Hi

How in Nw2004s implement this problem:

Query have characteristic 0material, 0comp_code and 0customer.

User A must see only 0material and user B 0comp_code and 0customer.

Create 2 query isn't good solution.

Best Regards

Piotr

View Entire Topic
Former Member
0 Kudos

Dear Piotr,

Iu2019m going to try helping you,

When you work the authorization object like S_RS_IOBJ, your are managing access by object, for example display, chanced, create, delete, ect. Furthermore, You are managing access by technical name, for example 0* (you can display all characteristic that begin with u201C0u201D value).

If you need create a specific authorization regarding 0MATERIAL, 0COMP_CODE and 0CUSTOMER, you should create roles with authorization object and specific values.

For example:

Tcode: PFCG

Role 1 for User A

Authorization Object S_RS_IOBJ

Activity: 03 Display

Object: 0MATERIAL

Role 2 for User B

Authorization Object S_RS_IOBJ

Activity: 03 Display

Object: 0COMP_CODE, 0CUSTOMER

I hope this suggestion can help you to answer your question,

Luis