cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide staffing tab

Former Member
0 Kudos

Hi Guys,

Could you please tell me that "how to hide staffing tab in cProject" without help from ABAP.

i have checked roles & authorization.

Please do needful

Regards

Ravindra

22563

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Guys,

I found one sap note SAP Note 1131638.

As per note,there is a modification-free option to hide or display the fields

depending on the project type.

thanks you

Ravi

Former Member
0 Kudos

Hello,

It's impossible without ABAP.

The only way is to use Business ADd-In: DPR_DETAIL_TAB_CTRL.

BR

Matthias

Former Member
0 Kudos

hi Matthias,

Can you please explain me in details?

Regards

Ravindra

22563

Former Member
0 Kudos

Hi Ravindra,

The staffing tab can be made invisible via Personalization in SAP-CONFIG-MODE=X . This can be done with any ABAP development.

Plz note that It will be applicable for all users.

Regards

Sejo

Former Member
0 Kudos

hi Sejo,

i have tried this option before but our requirement is that can we hide staffing tab based on project type or any roles

Regards

ravi

silvia_kreuzhuber
Active Participant
0 Kudos

Hi Ravindra,

like Matthias already wrote, as of release 4.5 this should work with the help of BAdI DPR_DETAIL_TAB_CTRL as the BAdI has been extended in 4.5 to be able to hide tabs also in the Resource Detail View.

Note: It will not be possible to hide the tab u2018Generalu2019 via the BAdI in order to ensure the access to relevant functionalities. The visibility of other tabs will not be checked by the system even if this would be necessary in some cases (for example the tab u2018Staffing Processu2019 must not be hidden when extended staffing process is used).

The example coding of BAdI DPR_DETAIL_TAB_CTRL has been adopted (new example for resource detail tab handling).

Regards,

Silvia