I have a table with field names.
I would like to select the field names from the table and dynamically build internal table with those fields.Something like:
SELECT field_names
FROM fields_table .
"...Here I want to build internal table
and append field_name to the structure the internal table..."
ENDSELECT.
How can I do it ?