...
data: ms_data type ref to data.
data: mo_structure type ref to cl_abap_structdescr.
data: mo_table type ref to cl_abap_tabledescr.
refresh et_values[].
"get characteristic ID ...
... data for all objects assigned to class
e_tablestr type ref to cl_abap_tabledescr -> table type structure
e_structure type ref to cl_abap_structdescr -> structure Exceptions: fetch_values_error
structure_error ...
... then I will use FM BAPI_CHARACT_GETDETAIL to read the characteristics and in each step I'll be using classes cl_abap_elemdescr, cl_abap_structdescr and cl_abap_tabledescr to create the structure I ...