Application Development 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: 

CJ01 - Level wise restriction

former_member317957
Participant
0 Kudos

Hi team

I would like to know the authorization object for CJ01 where i can deploy level wise (WBS) element restrcition .

regards

IGL

4 REPLIES 4

former_member205110
Active Participant
0 Kudos

Hello,

You could try the following authorization objects:

C_PRPS_ART PS: Project type authorization for WBS elements

C_PRPS_KOK PS: Controlling Area Authorization for WBS elements

C_PRPS_KST PS: Cost Center Authorization for WBS elements

C_PRPS_PRC PS: Profit Center Authorization for WBS elements

C_PRPS_VNR PS: Project Manager Authorization for WBS elements

Regards,

mvoros
Active Contributor
0 Kudos

First, tell us what have you already tried? What does SU24 say?

Cheers,

Martin

Former Member
0 Kudos

Hi,

Firstly check SU24 , there are already standard checks for authorization objects including WBS elements.

ex:C_PRPS_ART

do a trace on the transaction and find out which authorization object need to be restricted to restrcit at project level.

Thanks,

Sanketh.

Former Member
0 Kudos

Hi,

There are five Authorization objects to restrict access in transaction CJ01 :

C_PRPS_ART PS: Object to control access  depending on the Project type

C_PRPS_KOK PS: Object to control access  depending on the Controlling Area

C_PRPS_KST PS: Object to control access  depending on the Cost Centers

C_PRPS_PRC PS: Object to control access  depending on the Profit Centers

C_PRPS_VNR PS: Object to control access  depending on the Person Responsible

You can mix and match the values of the above objects to restrict access as per your setup.

Thanks,

FP