cancel
Showing results for 
Search instead for 
Did you mean: 

Hide WBS for a particular user

Former Member
0 Kudos

Dear Guru's,

I have a project syructure with different WBS elements which are performed by different departments in th eorganisations.

There are 4 WBS elements in the project done by say Persons A,B,C,D.

My issue is When person A logs in he should not be able to see WBS pertaining to B,C,D.

All these WBS elements are to be hidden for person A.

How is this possible.

I am able to show them in display mode but the customer wants them to be hidden.

Kindly give some inputs.

Regards

Jeevan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

By using authorization objects, the issue might not resolve if users are working with Cj20n.

This can be controlled by using ABAP, they ll maintain logic using Sy-user

Rgds

prem

Former Member
0 Kudos

Hello,

You may consider traditional authorization objects as well.

Authorization checks for WBS elements in the standard SAP PS are performed using the following authorization objects:

C_PRPS_USR for user fields of WBS element

C_PRPS_KOK for controlling area of WBS element

C_PRPS_PRC for profit center of WBS element

C_PRPS_KST for responsible cost center of WBS element

C_PRPS_ART for project type of WBS element

If none of these fit your business scenario, you might as well consider user exit CNEX0002.

Hope this helps

Regards

Martina

former_member230675
Active Contributor
0 Kudos

Hi Jeevan,

Please try ACL concept.

<please do not cut and paste from SAP Help - removed by moderator>

Thanks

Abdul.

Edited by: Virendra Pal on Mar 8, 2010 8:42 AM

Cut & Paste from SAP Help removed