Hey experts,
I have the outtab created followingly
DATA: tabname TYPE REF TO data.
FIELD-SYMBOLS: <outtab> TYPE table.
CREATE DATA tabname TYPE TABLE OF (if_table_name).
ASSIGN tabname->* TO <outtab>.
but I want to populate the outtab with celltab type lvc_t_styl.
But I don't know how, is it somehow possible? If yes, how?
Regards,
Robert