on 2008 Jun 13 1:47 PM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.