cancel
Showing results for 
Search instead for 
Did you mean: 

Default difference require in characteristic

0 Kudos

Dear Exprerts,

   I am new in VC , require help to solve the requirement.

charac.

V_THICK_N_TOL   Thickness Negative Tolerance

V_THICK_P_TOL   Thickness Positive Tolerance

   My client want V_THICK_P_TOL value default will be diferrence from V_THICK_N_TOL.


V_THICK_N_TOL= V_THICK_P_TOL+.7 mm

like , V_THICK_N_TOL = 1 , V_THICK_P_TOL=1.7

  What should i write in procedure

Thanks in advance,

Learner

Accepted Solutions (0)

Answers (1)

Answers (1)

ravi_kumar204
Active Participant
0 Kudos

Hi,

You may try below procedure and assign it to the V_THICK_P_TOL char.

$SET_DEFAULT ($SELF, V_THICK_P_TOL, $SELF.V_THICK_N_TOL + .7)

Refer below link.

Setting Default Values with Procedures - Variant Configuration (LO-VC) - SAP Library

-

Ravikumar B    

0 Kudos

Hi Former Member

   Thanks for your reply, i will check and let you know.

Regards,

Learner