<?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: Converting Dynamic Field Catelog into Dynamic Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605886#M1758992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Hi Philip,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;I did go through the 2nd link, which is good but not much helpful to my situation. 1st link is not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Steps to Create Dynamic ITAB&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;To create a dynamic internal table, we need to:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;1. Gather all the Components&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;2. Generate a Type from these components&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;3. Generate a Table Type from this created type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;4. Create a Data reference of this Table Type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;5. Assign this data reference to the Field-Symbol of table type. This Field-symbol will act as our dynamic internal table.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;I think I have the challenge to gather all the Components from the Field Catalog. I have the field Catalog already build dynamically. From this field catalog i need to build the dynamic internal table. I have all the fields and its attributes in the field catalog. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;I would need some help on how to translate the field catalog into a dynamic type. Can you please provide me with some sample code? Appreciate your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Kannan.&lt;/SPAN&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jul 2013 15:04:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-18T15:04:22Z</dc:date>
    <item>
      <title>Converting Dynamic Field Catelog into Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605884#M1758990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Hi ABAP Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;I have a program that uses method: CREATE_DYNAMIC_TABLE, but it is giving run time error when the dynamic table creation exceeds 36 times. I need to create dynamic internal table about 5000 times (For different customer) so as to create 5000 different files (Customer Specific). Since my program is short dumping with Exception condition "GENERATE_SUBPOOL_DIR_FULL" raised, I think I need to have a different approach due to the limitation with this method. I am not sure how to proceed further. I did search through SDN but not getting the right help. I am new to this dynamic programing and appreciate your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Current Program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s52"&gt;data&lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="l0s52"&gt;it_tab type ref to data&lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="l0s52"&gt;data&lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="l0s52"&gt;it_line type ref to data&lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s52"&gt;field-symbols&lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="l0s52"&gt;&amp;lt;lt_cnpr&amp;gt; type standard table&lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="l0s52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ls_cnpr&amp;gt; type any.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="l0s52"&gt;call method cl_alv_table_create&lt;/SPAN&gt;&lt;SPAN class="l0s70"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="l0s52"&gt;create_dynamic_table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="l0s52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exporting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="l0s52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_fieldcatalog &lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;= tab&lt;/SPAN&gt;&lt;SPAN class="l0s52"&gt;_fieldcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="l0s52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; importing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="l0s52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ep_table&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;= it_tab.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&amp;nbsp; &lt;SPAN class="l0s52"&gt;assign it_tab&lt;/SPAN&gt;&lt;SPAN class="l0s70"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="l0s52"&gt;* to &amp;lt;lt_cnpr&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="l0s52"&gt;&amp;nbsp; create data it_line like line of &amp;lt;lt_cnpr&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="l0s52"&gt;&amp;nbsp; assign it_line&lt;/SPAN&gt;&lt;SPAN class="l0s70"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="l0s52"&gt;* to &amp;lt;ls_cnpr&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="l0s55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;I have the FIELD CATALOG that needs to be converted into an internal table within a loop for about 5000 times. Can you please suggest me with a suitable solution? Appreciate if you could provide me with some sample code for quick help. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;Kannan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 03:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605884#M1758990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-18T03:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Dynamic Field Catelog into Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605885#M1758991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kannan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The subroutine pool has a generation limit of 36 which is also applied when you call &lt;/P&gt;&lt;P&gt;cl_alv_table_create=&amp;gt; create_dynamic_table. You have to use RTTS. For a good understanding of the RTTS concept, you can refer the below links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/1725739"&gt;http://scn.sap.com/thread/1725739&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://zevolving.com/2008/09/dynamic-internal-table-creation/" title="http://zevolving.com/2008/09/dynamic-internal-table-creation/"&gt;http://zevolving.com/2008/09/dynamic-internal-table-creation/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 04:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605885#M1758991</guid>
      <dc:creator>philipdavy</dc:creator>
      <dc:date>2013-07-18T04:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Dynamic Field Catelog into Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605886#M1758992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Hi Philip,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;I did go through the 2nd link, which is good but not much helpful to my situation. 1st link is not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Steps to Create Dynamic ITAB&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;To create a dynamic internal table, we need to:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;1. Gather all the Components&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;2. Generate a Type from these components&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;3. Generate a Table Type from this created type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;4. Create a Data reference of this Table Type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;5. Assign this data reference to the Field-Symbol of table type. This Field-symbol will act as our dynamic internal table.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;I think I have the challenge to gather all the Components from the Field Catalog. I have the field Catalog already build dynamically. From this field catalog i need to build the dynamic internal table. I have all the fields and its attributes in the field catalog. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;I would need some help on how to translate the field catalog into a dynamic type. Can you please provide me with some sample code? Appreciate your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Kannan.&lt;/SPAN&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 15:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605886#M1758992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-18T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Dynamic Field Catelog into Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605887#M1758993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the structure of all 5000 internal tables same ? If&amp;nbsp; yes, then why dont you try to use the same internal table instead of creating it so many times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 15:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605887#M1758993</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2013-07-18T15:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Dynamic Field Catelog into Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605888#M1758994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Hi Kartik, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;It may be 5000 or 50,000, in fact i never know how many different table in an execution that is determined by the selection criteria and sap data. The structure is likely to be different for every other table. Do you have any idea how to create a dynamic internal table from the field catalog I already have created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Kannan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 15:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605888#M1758994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-18T15:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Dynamic Field Catelog into Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605889#M1758995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kannan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the below mentioned link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/Snippets/Creating%20Flat%20and%20Complex%20Internal%20Tables%20Dynamically%20using%20RTTI" title="https://wiki.sdn.sap.com/wiki/display/Snippets/Creating%20Flat%20and%20Complex%20Internal%20Tables%20Dynamically%20using%20RTTI"&gt;https://wiki.sdn.sap.com/wiki/display/Snippets/Creating%20Flat%20and%20Complex%20Internal%20Tables%20Dynamically%20using%20RTTI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 04:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605889#M1758995</guid>
      <dc:creator>philipdavy</dc:creator>
      <dc:date>2013-07-19T04:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Dynamic Field Catelog into Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605890#M1758996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kannan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Obviously you have a memory overflow problem here. Though I had created dynamic tables before, never have I come across a situation wherein I have to build tables more than 36 times in a loop. To get around this problem can you please try to deallocate the memory space used up for your dynamic table using the FREE statement i.e. just before your ENDLOOP statement, use the FREE &lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s55"&gt;it_tab statement to remove the created table from memory so that the next LOOP pass would start with a new table in memory. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s55"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;&lt;SPAN class="l0s55"&gt;Sarath.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 06:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605890#M1758996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-19T06:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Dynamic Field Catelog into Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605891#M1758997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;FIELD-SYMBOLS: &amp;lt;dyn_table&amp;gt; &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;STANDARD &lt;/SPAN&gt;TABLE.&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;DATA: dy_table &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;TO &lt;/SPAN&gt;data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; Unassaign &lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;&amp;lt;dyn_table&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; * Create dynamic internal table structure&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp; CREATE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;DATA &lt;/SPAN&gt;dy_table &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;OF &lt;/SPAN&gt;(p_table).&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;ASSIGN &lt;/SPAN&gt;dy_table-&amp;gt;* &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;TO &lt;/SPAN&gt;&amp;lt;dyn_table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;* p_table required Table name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;Use Above code for creating&amp;nbsp; internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 11.818181991577148px; background-color: #ffffff; color: #333333;"&gt;satish sudani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 07:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-dynamic-field-catelog-into-dynamic-internal-table/m-p/9605891#M1758997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-23T07:21:17Z</dc:date>
    </item>
  </channel>
</rss>

