Activity Chart Checks : (C3023) Defined data elements that are used incorrectly

(C3023) Defined data elements that are used incorrectly

Error In:
Correctness
Description:
Elements contain expressions in which data-items that are explicitly defined to be of some data-type are used in a way that does not match the type consistency and conversion rules.
Note: This is reported even if the definition chart of the regarded element is not included in the profile, but charts using that element are in the profile.
Example:
I is defined as an integer; S is defined as a string.There is an action that contains the following assignment:

I=S

 

 

Erroneous Elements:
Activities, events, conditions, data-items, and actions