SAP Message 28072 - Characteristic reference/variable used more than once: &1 &2

Diagnosis
The syntax check on the dependency found two different names, &V1& andV2 for the same characteristic-specific variable.

Procedure
If you have defined, for example, the description:
?T IS_A POST
WHERE ?L = LENGTH
in a constraint, you must use ?L to denote POST.LENGTHthroughout the constraint. Correct your entry accordingly.