Hi,
31.* Use the structure object to build the table
32. goref_table = cl_abap_tabledescr=>get(
33. cl_abap_structdescr=>get( gt_struct_fields )
34. ).
On what release are you ?
I am using cl_abap_tabledescr=>create
Regards.