<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Generate-subpool_dir_full exception while creating dynamic internal tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-subpool-dir-full-exception-while-creating-dynamic-internal-tables/m-p/7153701#M1514990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think method create_dynamic_table uses GENERATE SUBROUTINE POOL somewhere deep down, and there is a limit of 36 of such pools in one internal mode.&lt;/P&gt;&lt;P&gt;There are better means of creating dynamic internal tables in newer releases, please search for keyword RTTC.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Aug 2010 15:55:15 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2010-08-04T15:55:15Z</dc:date>
    <item>
      <title>Generate-subpool_dir_full exception while creating dynamic internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-subpool-dir-full-exception-while-creating-dynamic-internal-tables/m-p/7153700#M1514989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Am getting the subject exception while creating dynamic internal tables. Can you please let me know how to handle this?&lt;/P&gt;&lt;P&gt;I an using the following code....&lt;/P&gt;&lt;P&gt;loop at....&lt;/P&gt;&lt;P&gt;unassign &amp;lt;apptab&amp;gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            i_structure_name       = ddic_structure&lt;/P&gt;&lt;P&gt;       CHANGING&lt;/P&gt;&lt;P&gt;            ct_fieldcat            = lt_fcat_app&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            inconsistent_interface = 1&lt;/P&gt;&lt;P&gt;            program_error          = 2&lt;/P&gt;&lt;P&gt;            OTHERS                 = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;             it_fieldcatalog = lt_fcat_app&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;             ep_table        = tabref&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;           generate_subpool_dir_full = 1&lt;/P&gt;&lt;P&gt;           others = 2.&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ASSIGN tabref-&amp;gt;* TO &amp;lt;apptab&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; else.&lt;/P&gt;&lt;P&gt;   exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your concerns...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 15:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-subpool-dir-full-exception-while-creating-dynamic-internal-tables/m-p/7153700#M1514989</guid>
      <dc:creator>john_vinukonda</dc:creator>
      <dc:date>2010-08-04T15:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Generate-subpool_dir_full exception while creating dynamic internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-subpool-dir-full-exception-while-creating-dynamic-internal-tables/m-p/7153701#M1514990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think method create_dynamic_table uses GENERATE SUBROUTINE POOL somewhere deep down, and there is a limit of 36 of such pools in one internal mode.&lt;/P&gt;&lt;P&gt;There are better means of creating dynamic internal tables in newer releases, please search for keyword RTTC.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 15:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-subpool-dir-full-exception-while-creating-dynamic-internal-tables/m-p/7153701#M1514990</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-08-04T15:55:15Z</dc:date>
    </item>
  </channel>
</rss>

