cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with DEFAULT VALUES in CU50

Former Member
0 Kudos

Hi all,

We are having some systemic problems with DEFAULT VALUES in CU50 in development system. 

This is happening for many characteristics:

Characteristic VC_MCC_ENG_WIDTH is made invisible with a Procedure PRO_LVMCC_INVISIBLE_01

($SELF.VC_MCC_ENG_ADD_WIDTH IS INVISIBLE,) and it has a default value of 0 marked in CT04 and it does not have Class overwrite. 

CU50 does not show the default value of 0 defaulted even though the default check box is checked.

Any pointers on this issue, please provide your inputs.

Regards

Tushar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Expert,

Any pointers on this issue...

Regards

Tushar

Flavio
Active Contributor
0 Kudos

Hi Tushar,

Could you please try setting the characteristic default value inside the dependency (Procedure PRO_LVMCC_INVISIBLE_01) that is hiding it?

Just as follows:

$SET_DEFAULT ($SELF, VC_MCC_ENG_ADD_WIDTH, 0),

$SELF.VC_MCC_ENG_ADD_WIDTH IS INVISIBLE,

Hope it could help.

Thank you and bye,

Flavio

Former Member
0 Kudos

Hi Flavio,

Thanks for your pointer. Our user do not want to change all the models just to make development system work right as it was too much risk for business. As per user , this was systemic issue and not model (dependency) issue.

Hence, we raised this issue to SAP and they suggested us to do following which ultimately resolved the issue.

Please check and change in TA CU50 the setting "Default Values".


To change settings please go ahead as follow:


1. TA CU50 Material Z2113
2. F8, select profile and press entry button.
3. Select in View --> Settings
4. Tab "Default Values"
5. Select option "Copy"
6. Save (Ctrl + S)


Then please start CU50 again and check the characteristic VC_MCC_ENG_ADD_WIDTH.

Regards

Tushar

Answers (0)