Skip to Content
0
May 05, 2009 at 06:10 AM

ITAB like dynamic internal table table

28 Views

hi alll,

CALL METHOD cl_alv_table_create=>create_dynamic_table
      EXPORTING
        it_fieldcatalog = g_fieldcatalog
      IMPORTING
        ep_table        = i_table.

i want to create an internal table of type i_table

is this possible?

any suggestions are helpful

Thank You

regards,

PP