Skip to Content
0
Former Member
Jul 01, 2009 at 09:56 AM

Dynamic Internal table Problem

433 Views

Hi friends,

My program is using this method frequently.But after few executions it is throwing excpetion of generate_subpool_dir_full . Since i am catching these exception so that error dump is gone but the result which should come in table t_newtable is not coming.

I gone through this method and found that upto 36 times,this method can be used.But my program can go upto any limit. I am really badly stuck at this point. Please help me out.

CALL METHOD cl_alv_table_create=>create_dynamic_table
    EXPORTING
      it_fieldcatalog           = t_fldcat
    IMPORTING
      ep_table                  = t_newtable
    EXCEPTIONS
      generate_subpool_dir_full = 1
      OTHERS                    = 2.

Thanks and Regards,

Gaurav