Question:
Hi,
I have a list of users(~100). I need to check their roles and make sure they dont have write access to the P05.
How to make sure each user only has 'Read Only' access effectively?What I am doing is to check role by role per each user...it almost kill me...a hundred users need to check...
Thanks for your advice!
Rgds. Ryan
Answer:
you can find object and value in the roles in AGR_1251, then lokate these roles assignd to the users in table AGR_Users.
Now you can find the roles and only have to change the roles you want to in PFCG.
Answer:
If you are referring to PO05, then make sure they do not have PLOG for object PO05 with INSE, AEND, or DEL.
Answer:
Hi,
Do you mean serach each role under the user for object PLOG?
Object PLOG is under object class HR and PLOG is personnel planning.
Am I correct?