Dear experts,
what auth objects should be used in which combination to make sure that users can work in different project with different roles without giving to much access by combine roles.
e.g. User ABC is developer in Project Z but tester in project Y
The use case is that a user should be able to set the status of a urgent correction to "In Development" for project Z, but not for project Y.
I am aware of the following auth objects to differentiate between projects:
S_PROJECT
S_PROJ_GEN
And the following one to control the activties in documents to differentiate between the roles (change manager, developer, requestor, tester)
B_USERSTAT
But I'm missing one auth object where I do have the possibility to combine status with project.
Which objects to you use to differntiate?
Thank you in advance for any helpfull feedback and best regards,
Eva