Activity Chart Checks : (C3025) Data elements without type definition that are used inconsistently

(C3025) Data elements without type definition that are used inconsistently

Error In:
Correctness
Description:
Unresolved or explicitly defined data-items with no type definition or specified type are used in expressions in an inconsistent manner.
Example:
D is an unresolved or not explicitly defined element. I is an integer; S is a string. D appears in the following assignments:

D=I; D=S

 

 

Erroneous Elements:
Data-items, conditions, and user-defined types