cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding Tabs in cProjects

Former Member
0 Kudos

Good Afternoon All,

Currently we are implementing SAP projects 4.5 and we have a requirement as below.

Al Planners and project administrators should able to see the u201CStructureu201D, but u201CResource Manageru201D should not able to see.

Is there any way that we can hide or remove a particular object /Tab for a particular user group, but should available to the planners and administrators, can this be achieve via custom authorisation object with any BADI enhancement, could you please share some information if any one done this before?

Regards

Goli

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Goli,

Yes your requirement can be met. It requires,

1. Custom authorization check

2. Hiding of the tab based on 1.

Custom Auth Check your basis / security person should be able to help you create a Custom Auth object against the planner, project admin and resource manager roles. You can check for authorization using this custom object.

Use a development to hide the tab based on the above solution from Zhenbo. Hiding the structure Tab In cProjects you can hide your cProjects structure tab in 2 ways using the SPRO or using a BADI.

Hope this helps!

Former Member
0 Kudos

Hi Zhenbo,

Thanks for your help, we will check this option and see if we able to restrict the users as required.

Regards

Goli

former_member201206
Active Contributor
0 Kudos

Hi Goli,

Please check the BADI DPR_DETAIL_TAB_CTRL, method 'CHANGE_TAB_PROPERTY'. The example implementation should show you how to implement the method.

Kind regards,

Zhenbo