cancel
Showing results for 
Search instead for 
Did you mean: 

Fields for Portfolio item

Former Member
0 Kudos

Hi,

There is one customer requirement, wherein based on item type, system should show different set of fields available at item level. for example for item type 1, priority field should be visible and for Item type 2 Priority field should be hidden.

Please suggest me how to achieve this.

Pramod

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pramod,

You can only set the 'Required' property of fields based on item types using IMG.

If you need to make the fields visible/not visible based on item types, you can easily achieve that using the BAdI '/RPM/ITEM_API'.

In this BAdI, implement the method 'ITEM_UI_CONFIG_MODIFY' and set the visibility of the fields by item types as requried.

Thanks,

Gaurav Shah

Answers (0)