cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hide Fields and Tabs

Denis_Mller
Participant
0 Kudos
458

Hello

we have a requirement to hide some fields and tabs in cProjects 4.0

I tried to hide the fiels and tabs but in some cases i didn't find a way to hide them.

Fields are:

- In the Tab "Status" the field "status scheme"

- Some fields of the tab "general" (ressources)

Tabs are:

- In the Tab "Ressources" the tabs "notice", "tasks" and "documents"

Warning:

I can't use the sap-config-mode because we need to specify by the project type!!!

I hope you can help.

View Entire Topic
Former Member
0 Kudos

Hi,

What is the issue your are facing exactly? If it deals with the project type, it's possible to code specific conditions to hide fields/tabs. For instance, you can say: for project type A only, we hide fields status scheme and the tab documents.

BR

Matthias

Former Member
0 Kudos

Hi Folks,

I´ve also implemented this BADI and it works fine so far. But now I want to create dependencies.

I want to hide different tabs on task level for different task types.

How can I read the task type for the selected element? I tried it with classes cl_dpr_task->get_task_type( ).

and also with cl_dpr_task_o->get_task_type( ). But I always get Null exceptions.

Any Ideas?

Kind regards and thanks for advice.

Tobias

Former Member
0 Kudos

Hi again,

can somebody tell me how to read the project type or task type from the selected element?

Thaks,

Tobias