<?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: Dynamic Internal Table &amp; Alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535163#M1751216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the belwo SAP standard report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_TEST_FB_CREATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Test Report for Dynamic Generation of Tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2013 06:53:27 GMT</pubDate>
    <dc:creator>p291102</dc:creator>
    <dc:date>2013-07-04T06:53:27Z</dc:date>
    <item>
      <title>Dynamic Internal Table &amp; Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535159#M1751212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to create a Dynamic ALV Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The number of Material columns in the output of the ALV should depend upon the&lt;/P&gt;&lt;P&gt; selection criteria entered by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if there are 5 material the 5 columns should be displayed,&lt;/P&gt;&lt;P&gt; if 150 materials are found then dynamically 150 colums for material should be build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can anyone please give me some sample code if available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Chintan Doshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 12:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535159#M1751212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-03T12:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal Table &amp; Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535160#M1751213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you start with the Search tool of SCN forum ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the limit of ALV Grid is 99 columns &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1581/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 12:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535160#M1751213</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-07-03T12:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal Table &amp; Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535161#M1751214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-42525" title="http://scn.sap.com/docs/DOC-42525"&gt;http://scn.sap.com/docs/DOC-42525&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 12:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535161#M1751214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-03T12:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal Table &amp; Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535162#M1751215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chintan,&lt;/P&gt;&lt;P&gt;To control the coloumn in display you need to control the Fieldcatalog table.&lt;/P&gt;&lt;P&gt;Populate the fieldcatalog table inside the loop of your material table. This will generate only required no. of coloumns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;Jyoti Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 14:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535162#M1751215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-03T14:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal Table &amp; Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535163#M1751216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the belwo SAP standard report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_TEST_FB_CREATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Test Report for Dynamic Generation of Tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 06:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535163#M1751216</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2013-07-04T06:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal Table &amp; Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535164#M1751217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chintan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just my two cents:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to make it simple, create a structure with the maximum of possibly displayed columns, set all columns to no-display (or technical) except the ones you want to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really want to use a dynamic table created at run time: Please &lt;STRONG&gt;do not use &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: blue; background: white;"&gt;METHOD&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; color: black; background: white;"&gt; cl_alv_table_create=&amp;gt;create_dynamic_table as mentioned in the link posted by &lt;/SPAN&gt;&lt;/P&gt;&lt;H5 class="simple"&gt;Susmitha Susan Thomas. This method triggers an unwanted and intransparent database commit and limits the number of dynamically created tables.&lt;/H5&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use RTTS run time type services instead, see my entry in the thread &lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/thread/1679004" title="http://scn.sap.com/thread/1679004"&gt;&lt;/A&gt;&lt;A href="http://scn.sap.com/thread/1679004" target="test_blank"&gt;http://scn.sap.com/thread/1679004&lt;/A&gt; as a start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: there is no such thing as a 99 fields limit in ALV. This is just an outdated warning that can be ignored. For my own amusement, I tried 20000 columns what makes the ALV really slow, but no other impacts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If you use SALV output you don't need a field catalog as it is created internally. But you should use fully DDIC-referenced fields only with each field connected to a data element and a DDIC domain. Otherwise the field catalog is not created correctly.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 07:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-alv/m-p/9535164#M1751217</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2013-07-04T07:15:02Z</dc:date>
    </item>
  </channel>
</rss>

