Hi,
could you provide an example ?
I think you speak about using field-symbol.
--> get the attributes of a structure or a table --> same has field catalog for ALV
--> get the value of the attributes :
concatenante structure_mane attribute_name into w_field separated by '-'.
assign (w_field) to <field>
check <field> is assigned.
and <field> is the value of the attribute attribute_name of the structure structure_name.
regards
Fred