Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GENERATE_SUBPOOL_DIR_FULL exception while creating dynamic internal table

Former Member
0 Likes
1,974

Hi All,

I am getting short dump GENERATE_SUBPOOL_DIR_FULL while creating dynamic internal tables. After 36th dynamic internal table, i am getting this dump from cl_alv_table_create=>create_dynamic_table.

P.S: I am working with 4.6 version so i cant switch over to RTTC classes for creating dynamic table.

Please let me know how to overcome this issue. <text removed>>

Best Regards

Mallika

Edited by: Matt on Feb 5, 2011 7:39 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
857
 
CATCH SYSTEM-EXCEPTIONS generate_subpool_dir_full = 9.
    GENERATE SUBROUTINE POOL lt_source NAME l_name
             MESSAGE l_message LINE l_line WORD l_word.

And also visit NAIMESH PATEL Blogs he can explain very well

http://help-abap.blogspot.com/2008/12/dynamic-internal-table.html

6 REPLIES 6
Read only

Former Member
0 Likes
857

Hi,

Please look at SAP note : 539253

Regards,

Srini.

Read only

0 Likes
857

Hi,

Thanks for the quick reply. I dont have access to check OSS notes. Could you please let me know what the oss note says..

Regards

Mallika

Read only

0 Likes
857

Hi,

Please go thru the Note ....

Summary

Symptom

Runtime error GENERATE_SUBPOOL_DIR_FULL

Other terms

GENERATE_SUBPOOL_DIR_FULL, subroutine pool

Reason and Prerequisites

Query functionality is based on the creation and generation of

temporary subroutine pools. The APAP kernel only permits the generation

of 36 subroutine pools per internal session. Extensive change of

search criteria or query executions will cause an overflow of the

permitted maximum.

Regards,

Srini.

Read only

Former Member
0 Likes
858
 
CATCH SYSTEM-EXCEPTIONS generate_subpool_dir_full = 9.
    GENERATE SUBROUTINE POOL lt_source NAME l_name
             MESSAGE l_message LINE l_line WORD l_word.

And also visit NAIMESH PATEL Blogs he can explain very well

http://help-abap.blogspot.com/2008/12/dynamic-internal-table.html

Read only

0 Likes
857

Thank you all

Read only

Former Member
0 Likes
857

This message was moderated.