Hi,
is there a way to retrieve a list of fields in a dictionary structure at runtime? I want to implement a sort like:
SORT itab BY field_list.
where field_list contains the fields of itab's structure to sort by. Since the structure could change in the future, I do not want to explicitly name the fields.
--Florian
Edited by: Florian Hoffmann on Jun 2, 2008 1:26 PM