‎2011 Jan 28 6:26 AM
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
‎2011 Jan 29 9:38 AM
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
‎2011 Jan 28 6:31 AM
‎2011 Jan 28 6:34 AM
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
‎2011 Jan 28 9:51 AM
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.
‎2011 Jan 29 9:38 AM
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
‎2011 Jan 31 12:07 PM
‎2014 Feb 13 8:47 PM