mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00
downport-fix-util (#1777)
Some checks are pending
UI5_2X / UI5_2X (push) Waiting to run
auto_abaplint_fix / auto_abaplint_fix (push) Waiting to run
auto_downport / auto_downport (push) Waiting to run
create_app2abap / create_app2abap (push) Waiting to run
create_frontend / create_frontend (push) Waiting to run
Some checks are pending
UI5_2X / UI5_2X (push) Waiting to run
auto_abaplint_fix / auto_abaplint_fix (push) Waiting to run
auto_downport / auto_downport (push) Waiting to run
create_app2abap / create_app2abap (push) Waiting to run
create_frontend / create_frontend (push) Waiting to run
This commit is contained in:
parent
2723bbfe9b
commit
f1c0ddc4a5
|
@ -1443,7 +1443,8 @@ CLASS z2ui5_cl_util IMPLEMENTATION.
|
|||
METHOD rtti_create_tab_by_name.
|
||||
|
||||
DATA(struct_desc) = cl_abap_structdescr=>describe_by_name( val ).
|
||||
DATA(gr_dyntable_typ) = cl_abap_tabledescr=>create( CAST #( struct_desc ) ).
|
||||
DATA(data_desc) = CAST cl_abap_datadescr( struct_desc ).
|
||||
DATA(gr_dyntable_typ) = cl_abap_tabledescr=>create( data_desc ).
|
||||
CREATE DATA result TYPE HANDLE gr_dyntable_typ.
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user