on 2009 Apr 02 6:57 AM
Dear All,
we want to restrict users to change the status from set to assign to released status.
is there any authorization object to restirct user to change status?
i was trying with object CPRO_DPO Create Project Definition with activity 43 release ,but unable to do so.
Please do need ful
Regards
Ravindra
Request clarification before answering.
Thanks for reply
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
For user statuses there is auth object: B_USER_STAT
For system status, the user can change them if he/she has "write" administration. There is no authorization object for this.
I think the only way is to enhance standard class/method (this is what we've done): get_permitted_activities (from project/task/... class depending on the object type).
Matthias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matthias,
In the class - CL_DPR_PROJECT_O - method GET_PERMITTED_ACTIVITIES
i found 2 parameters - IV_NO_CHANGEABLE_CHECK & RT_PERMITTED_ACTIVITIES
i want to set the check for status specific to users based on project . Then which value of the parameters of the method RT_PERMITTED_ACTIVITIES , will help to achieve this .
Please do needful
Regards
Ravindra
Hi Ravi,
probably you need to create user status profile.
Use TA BS02 to create status profile
here you have to add authorization key which needs to be defined in BS52
use b_user_stat auth object to give profiles in custom roles in PFCG
Thus you can block access to change status
Niranjan
Let me know if it helps
Points welcome
Thanks Mathias
Edited by: Niranjan Dandekar on Apr 2, 2009 1:21 PM
Edited by: Niranjan Dandekar on Apr 2, 2009 1:21 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.