Skip to Content
0
Former Member
Dec 22, 2007 at 09:21 AM

internal table inside selection.

24 Views

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 ?