Skip to Content
0
Former Member
Apr 28, 2009 at 07:26 AM

Creation of Internal Table from Object created by OOPS

16 Views

HI All,

go_obj_ref = cl_abap_typedescr=>describe_by_data( go_drvr ).

I have got the data in go_drvr object. From that I want to create an internal table. So that I can display output using ALV Grid. Please help me.