<?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: Creating Dynamic Internal tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-dynamic-internal-tables/m-p/2792330#M651520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you'll have to do is to loop at the select-option and for each entry dynamically create an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creation of a dynamic internal table, try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a class called cl_alv_table_create.&lt;/P&gt;&lt;P&gt;This has a static method called create_dynamic_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method requires a field catalog as an input and based on this it will return an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you have to use fields symbols in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&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, 18 Sep 2007 09:55:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T09:55:03Z</dc:date>
    <item>
      <title>Creating Dynamic Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-dynamic-internal-tables/m-p/2792328#M651518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have to work on this scenario which involves a selection screen where user can enter multiple values for a department. For each department I have to display the different set of data based on the business logic. The same data also needs to be downloaded in different sheets of the same Excel file meaning different tab for each department.&lt;/P&gt;&lt;P&gt;The number of departments will be determined at the run time, therefore the tabs will also be determined during run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we need to create different internal tables dynamically.&lt;/P&gt;&lt;P&gt;Can anyone Please help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-dynamic-internal-tables/m-p/2792328#M651518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dynamic Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-dynamic-internal-tables/m-p/2792329#M651519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at my sample reports &amp;lt;b&amp;gt;ZUS_SDN_RTTI_CREATE_STRUC...&amp;lt;/b&amp;gt; in thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="416210"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps they may be useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-dynamic-internal-tables/m-p/2792329#M651519</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-09-18T09:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dynamic Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-dynamic-internal-tables/m-p/2792330#M651520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you'll have to do is to loop at the select-option and for each entry dynamically create an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creation of a dynamic internal table, try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a class called cl_alv_table_create.&lt;/P&gt;&lt;P&gt;This has a static method called create_dynamic_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method requires a field catalog as an input and based on this it will return an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you have to use fields symbols in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&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, 18 Sep 2007 09:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-dynamic-internal-tables/m-p/2792330#M651520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dynamic Internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-dynamic-internal-tables/m-p/2792331#M651521</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;link :&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/dynamic%2binternal%2btable" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/dynamic%2binternal%2btable&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out this blog :&lt;/P&gt;&lt;P&gt;/people/rich.heilman2/blog/2005/07/27/dynamic-internal-tables-and-structures--abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;jaideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 10:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-dynamic-internal-tables/m-p/2792331#M651521</guid>
      <dc:creator>jaideeps</dc:creator>
      <dc:date>2007-09-18T10:15:37Z</dc:date>
    </item>
  </channel>
</rss>

