cancel
Showing results for 
Search instead for 
Did you mean: 

cProjects field enabling /displaying and adding new field

Former Member
0 Kudos

Hi,

I am using cProjects 4.5, I need to add custom field in Basic data tab itself. How to do that? I had successfully added custom tab and few custom fields. But not able to add fields in project basic data tab. How to add that and how to change input field to display only field or hide in standard cprojects screen. I checked and implemented field control by copying 0SAP field control. Even then it is not working. Can anyone help me in this regard.

can we change specific field attributes (Display/Change) based on different roles?

Regards,

Karthick S

Accepted Solutions (0)

Answers (2)

Answers (2)

nirajsikligar
Active Contributor
0 Kudos

Hi Karthick,

I am at the client site and working on cProjects 4.5

My client requires to have certain fields in cProjects, for that I could able to creat a new tab page, but I am unable to create fields for that tab page.

I think you are able to do same, so It will be of great help if you guide me for the same.

Thanks and Regards,

Niraj Sikligar

former_member209919
Active Contributor
0 Kudos

Hi Niraj,

It is important your custom fields are created with ID ZZ.......

You have to check in wich object you have created the tab  Project, phase, tasks...?

And the fields have to be created for the same object.

Now you need to configure in cproject how to display these fields.. Cproject---> field set up.if you don' t configure you won't see them.

Regards

Former Member
0 Kudos

Hi Niraj,

I believe if you read carefully the help provided with all the nodes in field configuration under cProjects, you should be able to solve the issue.

there is already one recent thread about the issue in PPM forum.

Pramod

Former Member
0 Kudos

Hello,

A pre-requisite is to populate customer include, like CI_DPR_PROJECT for project elements for instance.

First, to update a custom field in Basic data tab, several steps have to be performed:

- in SE80, select the webdynpro (for instance dpr_det_data_project_o), then the view (VI_DET_BAS_DPO).

- switch to enhancement mode (spirale icon): create one if it's the first time

- update the controller context with your custom fields (value + UI). You can inspire from the standard.

- create your input field + label in the layout view. Bind them with your specific context attributes.

- finally update your custom field control: add your field, with the corresponding display property.

You can change the standard field behaviour as well. The only constraint is that you cannot reduce the authorizations. For instance, you cannot switch from "changeable with admin auth" to "write". The other way is possible.

If you want to implement additional specific conditions, please check SAP Note 947936. Everything is explained here. You can code custom conditions based on what you want. These additional conditions are checked as well during output screen.

BR

Matthias

Former Member
0 Kudos

Hi Matthias,

Thanks for the info. Will try and let you know.

Regards,

Karthick S

Former Member
0 Kudos

Hi Not Active Contributor