cancel
Showing results for 
Search instead for 
Did you mean: 

Additional Tab Page in cProjects

Former Member
0 Kudos

Good day,

I have created an additional tab page on phase level in cProjects using SAP Portfolio and Project Management -> Project Management -> Global Enhancements to Project Elements -> Show Additional Tab Pages in Project Management

This is working fine, and is updating the custom fields added to CI_DPR_PHASE ( I am using method APP_SET_VALUES_FOR_OBJ of class CL_DPR_UI_LOG_CUST_EXT

My problem is as follows. When you COMPLETE a phase, all standard fields become read-only. How do I mimic this functionality in my custom tab? I would like to use the same mechanism as used in standard

Thanking you in advance

Johan Kriek

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Johan,

You must have defined the Webdynpro component in the configuration.

Mat be you have to code accordingly based on phase status to grey-out the custom fields.

Regards,

Yateen

Former Member
0 Kudos

Thanks Yateen,

I will provide feedback once I have tested your suggestion