<?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 getting around GENERATE_SUBPOOL_DIR_FULL and returning data? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771206#M38290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm trying to get around the GENERATE_SUBPOOL_DIR_FULL error in my application, hope some of you can help me with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*) The problem:&lt;/P&gt;&lt;P&gt;I'm implementing part of an application previously written in PHP to my WebAS application designed in MVC (object-oriented). In this program logic I kind of create a matrix (variable rows and columns), which I loop over a few times, modify/alter it (not only the values, also change number of columns).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*) My approach:&lt;/P&gt;&lt;P&gt;Reading the the weblog about &amp;lt;a href="/people/subramanian.venkateswaran2/blog/2004/11/19/dynamic-internal-table"&amp;gt;Dynamic Internal Tables&amp;lt;/a&amp;gt; I thought that's the way to go, tried it, worked fine, until there are some more loop iterations, cl_alv_table_create=&amp;gt;create_dynamic_table is called more often, exception is thrown.&lt;/P&gt;&lt;P&gt;After searching the forum, I found &amp;lt;a href="&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="17568"&gt;&lt;/A&gt; topic (how to get around GENERATE_SUBPOOL_DIR_FULL)&amp;lt;/a&amp;gt;, but now I'm facing some questions I hope to get help with here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all I'm only working with ABAP for 5 months now - object-oriented development is not the problem, but I don't have any experience in dealing with sub programs, memory management and other similar issues in ABAP. So this code here is not totally clear for me:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Main Program&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  ...
  EXPORT &amp;lt;whatever is needed&amp;gt; TO MEMORY ID 'ABC'.
* Execute the code generation logic in new internal mode
  SUBMIT &amp;lt;Sub Program&amp;gt; AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;b&amp;gt;Sub Program&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  ...
  IMPORT &amp;lt;whatever is needed&amp;gt; FROM MEMORY ID 'ABC'.
* Logic to generate the internal table of ABAP code
  ...
  GENERATE SUBROUTINE POOL &amp;lt;codetab&amp;gt; NAME gv_program.
  IF SY-SUBRC EQ 0.
    PERFORM &amp;lt;generated form&amp;gt; IN PROGRAM (gv_program).
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It comes down to something like this:&lt;/P&gt;&lt;P&gt;I want to be able to replace or change this call&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table
  EXPORTING
    it_fieldcatalog = lt_fieldcatalog
  IMPORTING
    ep_table        = lt_data.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;with some call to another program to not run into the GENERATE_SUBPOOL_DIR_FULL exception anymore - if this is a possible way to get around it!&lt;/P&gt;&lt;P&gt;Getting back the reference to the created table is important, because I use it as my "matrix" in my program logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this is appreciated!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Nov 2004 08:32:05 GMT</pubDate>
    <dc:creator>maximilian_schaufler</dc:creator>
    <dc:date>2004-11-25T08:32:05Z</dc:date>
    <item>
      <title>getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771206#M38290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm trying to get around the GENERATE_SUBPOOL_DIR_FULL error in my application, hope some of you can help me with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*) The problem:&lt;/P&gt;&lt;P&gt;I'm implementing part of an application previously written in PHP to my WebAS application designed in MVC (object-oriented). In this program logic I kind of create a matrix (variable rows and columns), which I loop over a few times, modify/alter it (not only the values, also change number of columns).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*) My approach:&lt;/P&gt;&lt;P&gt;Reading the the weblog about &amp;lt;a href="/people/subramanian.venkateswaran2/blog/2004/11/19/dynamic-internal-table"&amp;gt;Dynamic Internal Tables&amp;lt;/a&amp;gt; I thought that's the way to go, tried it, worked fine, until there are some more loop iterations, cl_alv_table_create=&amp;gt;create_dynamic_table is called more often, exception is thrown.&lt;/P&gt;&lt;P&gt;After searching the forum, I found &amp;lt;a href="&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="17568"&gt;&lt;/A&gt; topic (how to get around GENERATE_SUBPOOL_DIR_FULL)&amp;lt;/a&amp;gt;, but now I'm facing some questions I hope to get help with here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all I'm only working with ABAP for 5 months now - object-oriented development is not the problem, but I don't have any experience in dealing with sub programs, memory management and other similar issues in ABAP. So this code here is not totally clear for me:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Main Program&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  ...
  EXPORT &amp;lt;whatever is needed&amp;gt; TO MEMORY ID 'ABC'.
* Execute the code generation logic in new internal mode
  SUBMIT &amp;lt;Sub Program&amp;gt; AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;b&amp;gt;Sub Program&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  ...
  IMPORT &amp;lt;whatever is needed&amp;gt; FROM MEMORY ID 'ABC'.
* Logic to generate the internal table of ABAP code
  ...
  GENERATE SUBROUTINE POOL &amp;lt;codetab&amp;gt; NAME gv_program.
  IF SY-SUBRC EQ 0.
    PERFORM &amp;lt;generated form&amp;gt; IN PROGRAM (gv_program).
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It comes down to something like this:&lt;/P&gt;&lt;P&gt;I want to be able to replace or change this call&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table
  EXPORTING
    it_fieldcatalog = lt_fieldcatalog
  IMPORTING
    ep_table        = lt_data.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;with some call to another program to not run into the GENERATE_SUBPOOL_DIR_FULL exception anymore - if this is a possible way to get around it!&lt;/P&gt;&lt;P&gt;Getting back the reference to the created table is important, because I use it as my "matrix" in my program logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this is appreciated!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2004 08:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771206#M38290</guid>
      <dc:creator>maximilian_schaufler</dc:creator>
      <dc:date>2004-11-25T08:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771207#M38291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you already tried to bypass the Subpool limitation by RFC or submits as described in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="147443"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2004 09:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771207#M38291</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2004-11-25T09:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771208#M38292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try to place the call cl_alv_table_create=&amp;gt;create_dynamic_table in a function, but this still throws the exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And trying to use the submit I'm not even able to get the sub program working, because of my lack of knowledge with subroutine pools - so I don't know if that would work or not ... does anyone have a &lt;U&gt;complete&lt;/U&gt; code sample for a sub program like this?&lt;/P&gt;&lt;P&gt;Also, how will I get back the reference to the created dynamic table into the main program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2004 09:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771208#M38292</guid>
      <dc:creator>maximilian_schaufler</dc:creator>
      <dc:date>2004-11-25T09:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771209#M38293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, should also mention that I'm running on 6.20 ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2004 10:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771209#M38293</guid>
      <dc:creator>maximilian_schaufler</dc:creator>
      <dc:date>2004-11-25T10:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771210#M38294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started working up an example, trying a few different approaches, but haven't finished yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why the function didn't make a difference is because a call to a function module executes in the same internal mode (roughly memory space) as the calling program.  To avoid the 36 subroutine pool generation limit (that CL_ALV_CREATE_TABLE uses), you must generate the internal table in a separate internal mode (which is easiest done with SUBMIT ... AND RETURN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that even with this approach, you can only use that dynamically created table in the internal mode.  It will not be possible pass that internal table back to the "main program".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether that is an acceptable restriction really depends on what your trying to do.  For example, if in your case you only need the dynamic table to generate HTML (I see your question originated in the BSP forum), then you can probably generate the internal table in the separate mode, and then just pass a HTML stream back to your "main program".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you really must have the dynamic internal table defined in your main program, then to avoid the generation limit, in my opinion, you will have no choice but to generate the internal table definitions in ABAP programs that are persisted in the repository.  I know that will work in 4.6, not so sure about 6.20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bear with me for a bit and I will try to post a code sample or weblog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2004 11:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771210#M38294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-26T11:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771211#M38295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You wrote:&lt;/P&gt;&lt;P&gt;"Reading the the weblog about Dynamic Internal Tables I thought that's the way to go, tried it, worked fine, until there are some more loop iterations, cl_alv_table_create=&amp;gt;create_dynamic_table is called more often, exception is thrown."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you read the comments as well? &lt;/P&gt;&lt;P&gt;Depending on how dynamic your internal table must be, you could sonsider the create data statement. &lt;/P&gt;&lt;P&gt;Since you are on 6.20 it should work with tables, too.&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2004 12:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771211#M38295</guid>
      <dc:creator>ChristianFi</dc:creator>
      <dc:date>2004-11-26T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771212#M38296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;thx for your effort in explaining the problem and trying to find a solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime I tried to simplify my basic algorithm problem, I was able to reduce to amount of different data types I need to just one, therefore I create my matrix like this:&lt;/P&gt;&lt;P&gt;One table to hold an index-value and another table, which represents my "column" in the matrix.&lt;/P&gt;&lt;P&gt;I think I can get my program running with just these few data types I created in the dictionary, no urgent need for dynamic tables anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, unless you're interested in finding a solution for this anyway (and create a weblog or so), I don't push you to keep working on it. Not finished with my new approach, but looking quite good atm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep it up, thx again,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2004 12:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771212#M38296</guid>
      <dc:creator>maximilian_schaufler</dc:creator>
      <dc:date>2004-11-26T12:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771213#M38297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;thx for the reminder, I did only skip through it in the beginning and then got stuck with trying to get the main code working.&lt;/P&gt;&lt;P&gt;As you can read from my previous post (we wrote at the same time obviously), I don't have to continue trying to get dynamic tables working, so I will put this problem aside for a while (or even forever, as move to 640 is planned for Q1 or Q2 next year anyway).&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2004 13:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771213#M38297</guid>
      <dc:creator>maximilian_schaufler</dc:creator>
      <dc:date>2004-11-26T13:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771214#M38298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternative..&lt;/P&gt;&lt;P&gt;this worked for me...but not sure the requirement is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of calling CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;and CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table,&lt;/P&gt;&lt;P&gt;i used the following:&lt;/P&gt;&lt;P&gt;1.   DATA: infty_tab_pointer     TYPE REF TO data.&lt;/P&gt;&lt;P&gt;  CREATE DATA infty_tab_pointer TYPE standard table of (structure). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.   ASSIGN infty_tab_pointer-&amp;gt;* TO &amp;lt;infty_tab&amp;gt;.&lt;/P&gt;&lt;P&gt; FIELD-SYMBOLS: &amp;lt;infty_tab&amp;gt;  TYPE  TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;infty_tab&amp;gt; became my internal table.&lt;/P&gt;&lt;P&gt;Will this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 15:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771214#M38298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771215#M38299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will work, however this is available only from 4.7 (WAS 6.20), so it does not work for 4.6c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 16:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771215#M38299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T16:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: getting around GENERATE_SUBPOOL_DIR_FULL and returning data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771216#M38300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 08:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-around-generate-subpool-dir-full-and-returning-data/m-p/771216#M38300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-13T08:56:36Z</dc:date>
    </item>
  </channel>
</rss>

