cancel
Showing results for 
Search instead for 
Did you mean: 

Enable or Disable Characteristic Value fields according to CR Type in MDG Material UI

former_member690122
Discoverer
0 Kudos

Hi Experts,

I have a requirement to enable few characteristics field out of all available ones according to one CR Type and for another CR type a different set of characteristics field need to be enabled. I have tried the BADI 'USMD_ACC_FLD_PROP_CUST_DEP_SET' , but in this BADI can't handle Entity Types 'Classasgn' and ' Valuation' as the characteristics things in MDG UI is directly related to Webdynpro component. Please refer the image characteristics-value.jpg for characteristics Fields. I can't remove these characteristics fields from class via config as they are needed for other CR types and can't change the class too. Please let me know how to do this via coding.

Accepted Solutions (0)

Answers (1)

Answers (1)

partha_kar2
Active Participant
0 Kudos

The Class which has all these characteristics will always bring all of them irrespective of any CR type, you may not fill any values to it which is based on the Char config in the backend. You may also ask for creating different class to house a set of char as you need them in diff CR types. Using unique classes for different CR type can resolve this.