‎2007 Jun 15 9:05 AM
Hi. I've read 'An Easy Reference for ALV Grid Control' and there is an description of basic components. One of them is 'List data'
<i>List data: Obviously, this is the data in an internal table to be listed. Standard ALV functions except
sorting makes just read access to the list data. However, sorting changes state of the internal
table. The internal table holding list data may be of any flat type. Deep types are only allowed
when set for some functionalities of ALV Grid.</i>
What's the difference between flat types and deep types?
Greetings. P.
‎2007 Jun 15 9:15 AM
Flat table contains only elementary data types with a fixed length (no internal tables, reference types, or strings).
Any table that contains at least one internal table, reference type, or string as a component (regardless of nesting) is a deep table.
Please reward points if useful.
Thanks,
Max
Message was edited by:
max_payne
‎2007 Jun 15 9:12 AM
Hi
I believe I means a structure where some fields can be a table.
Max
‎2007 Jun 15 9:15 AM
Flat table contains only elementary data types with a fixed length (no internal tables, reference types, or strings).
Any table that contains at least one internal table, reference type, or string as a component (regardless of nesting) is a deep table.
Please reward points if useful.
Thanks,
Max
Message was edited by:
max_payne