<?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: Internal Table formatting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-formatting/m-p/7286879#M1532284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is more or less same approach as for [creating a pivot table|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="9083783"&gt;&lt;/A&gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Sep 2010 10:35:16 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2010-09-06T10:35:16Z</dc:date>
    <item>
      <title>Internal Table formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-formatting/m-p/7286878#M1532283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an internal table with the data as discribed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal                    Name                              iteration_value&lt;/P&gt;&lt;P&gt;val0000                    abcd                                 1000&lt;/P&gt;&lt;P&gt;val0000                    efgh                                   2000&lt;/P&gt;&lt;P&gt;val0000                    ijkl                                       3000&lt;/P&gt;&lt;P&gt;val0015                    abcd                                   2500&lt;/P&gt;&lt;P&gt;val0015                    efgh                                   3000&lt;/P&gt;&lt;P&gt;val0015                    ijkl                                       2350&lt;/P&gt;&lt;P&gt;val0030                    abcd                                   2000&lt;/P&gt;&lt;P&gt;val0030                    efgh                                    2500&lt;/P&gt;&lt;P&gt;val0030                    ijkl                                        2000&lt;/P&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;&lt;P&gt;' and so on&lt;/P&gt;&lt;P&gt;i need it in a format :&lt;/P&gt;&lt;P&gt;interval                   ABCD           EFGH          IJKL&lt;/P&gt;&lt;P&gt;val0000                  1000             2000          3000&lt;/P&gt;&lt;P&gt;val0015                   2500            3000          2350&lt;/P&gt;&lt;P&gt;val0030                   2000            2500          2000&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help how can i achieve the above functionality.&lt;/P&gt;&lt;P&gt;it is also possible that the names increase in number ie. now i have names as  ABCD,EFGH,IJKL,MNOP and QRST the name is defined at runtime.&lt;/P&gt;&lt;P&gt;please advice how to achieve the above logic.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit Bajaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 10:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-formatting/m-p/7286878#M1532283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-06T10:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-formatting/m-p/7286879#M1532284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is more or less same approach as for [creating a pivot table|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="9083783"&gt;&lt;/A&gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 10:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-formatting/m-p/7286879#M1532284</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-09-06T10:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table formatting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-formatting/m-p/7286880#M1532285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use dynamic internal table for your requirement use call method &lt;STRONG&gt;cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/STRONG&gt;  to do it.&lt;/P&gt;&lt;P&gt;For this you have to sort your internal table and sort it based on the NAME. &lt;/P&gt;&lt;P&gt;now for each name you have to add a filed in dynamic field catalog table. now pass this catalog table to this method and your table is ready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you should read the value of your internal table value to dynamic internal table based on (put AT LAST on internal field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dhirendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 11:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-formatting/m-p/7286880#M1532285</guid>
      <dc:creator>dhirendra_pandit</dc:creator>
      <dc:date>2010-09-06T11:19:47Z</dc:date>
    </item>
  </channel>
</rss>

