Hi,
You have an internal table that has table fields in it and a value area of length 132 char for all fields.
You use a table control to get data for fields that are in your itab. And according to data entered into itab,
you want to select data. Itab consists of the user's values now.
But you just know the fields after selected, it may be any table's fields and i provide 132 char value field to enter data.
I want to convert this 132 char field to the type of the actual field in order select sentence to return some data.
How can i do that? You know just the fieldname and you may get the domain of the fields.
If it was possible to create dynamic variables, it could be possible with unpack keyword but it is not possible to use dynamic variables, i mean variables that you determine the length later, at runtime.
Any idea on this topic?
Thanks a lot.
deniz.