Skip to Content
0
Jun 02, 2008 at 11:25 AM

Getting the field list of a structure

7808 Views

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