You want to use a procedure to set a value in a single-level configuration using a variant table T1.Variant table T1 has only two characteristics C1 and C2. C1 is a key field.The following syntax is incorrect: table T1 (C1 = C1, C2 = C2)Where do you have to insert $self?
Select an option, then click Submit answer.
-
○
table T1 ($self.C1 = C1, C2 = C2)
-
○
table T1 (C1 = $self.C1, C2 = C2)
-
○
table T1 (C1 = C1, C2 = $self.C2)
-
○
table T1 (C1 = C1, $self.C2 = C2)