Hello,
i would like to create an internal range table about a table, which Name is in a Field.
I had create a Table with following Fields:
FALL CHAR10
LFDNR INT2
ZUORD CHAR5
FNAME M_COMB_FNAME
SIGN SIGN
OPTIO OPTION
HIGH HIGH_RANGE
LOW LOW_RANGE
At first i would like to create an internal range table, about a table which standing in the Field FNAME. And if there is a new Tablename in the Field FNAME, than i would like to create a new internal range table.
My suggestions are:
At First to create a Fieldsymbol:
assign (FNAME) to ).
And now, to create the new range table.
But How?
there are "create data", but it´s not working.
And then to fill the range table...
Is there anybody, who could help me.
Thanks.