cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic internal table reference

Former Member
0 Kudos

Hello Experts,

I am using   cl_alv_table_create=>create_dynamic_table to generate dynamic internal table, however i cannot generate more than 36 times because of exception "GENERATE_SUBPOOL_DIR_FULL"  in my webdynpro component. So i created a separate Z program(calling through SUBMIT statement) to generate the subroutine pool which create the dynamic internal table in a different session based on the fieldcatalog internal table which i pass from my webdynpro component. My problem is i cannot pass the reference back to my webdynpro component. I cannot use EXPORT and IMPORT parameter.

Any Help is highly appreciated.

Thanks,

Vivek

Accepted Solutions (1)

Accepted Solutions (1)

guillaume-hrc
Active Contributor
0 Kudos

Hi,

I think you won't have this limitation if you use the RTTS (Runtime Type Services) class for creating internal tables : CL_ABAP_TABLEDESCR

Check this wiki page : http://wiki.sdn.sap.com/wiki/display/ABAP/Runtime+Type+Services+(RTTS)

Best regards,

Guillaumle

Answers (0)