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.