cancel
Showing results for 
Search instead for 
Did you mean: 

Characteristic values set w/ Object Dependencies are not populated in AUSP

cuneyd_kayrak
Member
0 Kudos

Dear Experts,

Currently we are using ECC 6.0. We automated characteristic value assignments via object dependencies.

Below is an example:

Procedure: OTS_LGTH_MM_CS_01

Class: CS

Class Type: 001

Source Code:

000010 $SET_DEFAULT($SELF,OTS_LGTH_MM,$SELF.INSD_LGTH_MM + 14)

000020 IF $SELF.FLUTE_TYPE= 'BC',

000030 $SET_DEFAULT($SELF,OTS_LGTH_MM,$SELF.INSD_LGTH_MM + 😎

000040 IF $SELF.FLUTE_TYPE= 'C',

...

There the value of the characteristic OTS_LGTH_MM is determined using other two characteristics INSD_LGTH_MM and FLUTE_TYPE.

In Material Master Classification view OTS_LGTH_MM values are properly visible. Nevertheless, those values are not in AUSP.

Is there a way to automatically populate these calculated values in AUSP?

Best regards,

Cuneyd Kayrak

Accepted Solutions (1)

Accepted Solutions (1)

sandrahauptmann
Employee
Employee
0 Kudos

Hi Cuneyd,

you just have to save the classifcation in material master once. Then the calculated values are saved in the table AUSP.

Best regards,

Sandra

Answers (0)