With the 'ProcessValue'
attribute, you mark a component of a structure. In the CFC editor, you can then use
the command “Use attributed member as input” in order to connect this structure to an input of scalar type.
Syntax:
{attribute 'ProcessValue'}
Insert location: Line above the affected structure variable.
Example
TYPE QINT : STRUCT Status : STRING; {attribute 'ProcessValue'} Value1 : INT; Value2 : INT; END_STRUCT END_TYPE