cancel
Showing results for 
Search instead for 
Did you mean: 

cProjects Validations

Former Member
0 Kudos

Hi,

The selection field for Project number & Project type while creating a Project has to be made mandatory. Is there any way of doing this.

Thanks & Regards,

Sujay G.

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_berndt
Active Participant
0 Kudos

Hi Sujay,

I think the cProjects field control is exactly what you are looking. Here is the area where you can adapt the behaviour of those fields.

Customizing path:

Collaboration Projects > Global Enhancements to Project Elements > Set Up Field Control

A documentation on setting up the field control is provided with note 947936.

Hoping this helps to accomplish your task.

Best regards,

Thomas

Former Member
0 Kudos

Hi Vivek,

Thanks for your reply. I cannot make use of this BAdi as it is specific to the Object types like DPO, MTG etc. What i am looking at is one step before this. When the user creates a Project, the control should be independent of any Object types because the Project type would not have been selected yet.

Regards,

Sujay G

Former Member
0 Kudos

Hi Sujay,

You can use this BADI. Please do not confuse between object types (viz. DPO, TTO, MTG etc) with the Project Type. These object types determine to which object the activity is being processed (viz Project, Task, Role, Phase etc.).

For your validation, object type DPO should be used, since these fields are being validated for a Project.

Let me know if you have any doubts.

Award points if useful.

Regards,

Vivek Pandey

Former Member
0 Kudos

Hi Sujay,

You can use the BADI DPR_ATTRIBUTES - Interface VERIFY_ATTRIBUTES for the same.

Let me know if this helps.

Regards,

Vivek Pandey