|
Diagnosis The syntax check found an error in an action or procedure. No inferenceof values values is formulated (in connection with a table/functioncall). Procedure Qualify all characteristics for which you require inferred values with$SELF. For example: TABLE TEST_TAB(COLOR = 'red', PRICE = $SELF.PRICE) If you enter: TABLE TEST_TAB(COLOR = 'red', PRICE = PRICE) no value is inferred for characteristic PRICE. Check whether the values you want to infer match the value assignmentalternatives defined in the table. In actions and procedures, the firstvalue assignment alternative defined for a table access is read. Youcan only infer values for characteristics that are defined as datafields in the value assignment alternative. If a characteristic isdefined as a key field in a table, values cannot be inferred for thischaracteristic. |