Hi
I am trying search whether I can pass dynamically created internal table with the method
CALL METHOD cl_alv_table_create=>create_dynamic_table
EXPORTING
it_fieldcatalog = fieldcatalog
IMPORTING
ep_table = dref.
to the FM 'GUI_DOWNLOAD' , tables parameter which is a Field symbols.
Regards
pM