<?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 for creating column for rows in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863033#M1321897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the requirement is like i have data in one internal table &lt;/P&gt;&lt;P&gt;whose first 3 column are holding same values but 4th and 5th column have different values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to arrange the data in such a manner that it appears in one single row&lt;/P&gt;&lt;P&gt;which holds those changing values as column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;available data in my itab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1a 1b 1c 1d 1e&lt;/P&gt;&lt;P&gt;2a 2b 2c 2d 2e&lt;/P&gt;&lt;P&gt;3a 3b 3c 3d 3e&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;number of rows is also not fixed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;required format&lt;/P&gt;&lt;P&gt;1a 1b 1c 1d 1e 2d 2e 3d 3e........ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible reply with some working code....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2009 10:59:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-24T10:59:24Z</dc:date>
    <item>
      <title>dynamic internal table for creating column for rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863028#M1321892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello ABAP gurus&lt;/P&gt;&lt;P&gt;i want to know how can i create an internal table dynamically and then move data into it.&lt;/P&gt;&lt;P&gt;i already have data in one internal table which is coming from more than one table and having say 5 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to move data of that table into a dynamic internal table.&lt;/P&gt;&lt;P&gt;which has only one row, two fields from row 2 3 and 4 are added as column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help...&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;&lt;/P&gt;&lt;P&gt;thanks and regards in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863028#M1321892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T12:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table for creating column for rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863029#M1321893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain clearly on these below statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to move data of that table into a dynamic internal table.&lt;/P&gt;&lt;P&gt;which has only one row, two fields from row 2 3 and 4 are added as column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863029#M1321893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table for creating column for rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863030#M1321894</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;check this link and try to execute it .this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sap-img.com/ab030.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any issues on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rajeshwar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rajeshwar on Jul 23, 2009 2:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863030#M1321894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T12:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table for creating column for rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863031#M1321895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is preety basic quetion which you will certainly yourself find anwser for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples from wiki code gallery&lt;/P&gt;&lt;P&gt;[dynamic internal table all fields|http://wiki.sdn.sap.com/wiki/x/LgHlAw]&lt;/P&gt;&lt;P&gt;[How to create internal table dynamically|http://wiki.sdn.sap.com/wiki/x/j4E_Bg]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also a number of results you would get when exploring forum. Example result for query [creating dynamic table|https://www.sdn.sap.com/irj/scn/advancedsearch?query=creat&lt;EM&gt;dynamic&lt;/EM&gt;table#sdn_content_category_value_forums]&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>Thu, 23 Jul 2009 12:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863031#M1321895</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-07-23T12:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table for creating column for rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863032#M1321896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search it here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;link:[code gallery|https://wiki.sdn.sap.com/wiki/display/Snippets/Home?showChildren=true#children]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863032#M1321896</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-23T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table for creating column for rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863033#M1321897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the requirement is like i have data in one internal table &lt;/P&gt;&lt;P&gt;whose first 3 column are holding same values but 4th and 5th column have different values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to arrange the data in such a manner that it appears in one single row&lt;/P&gt;&lt;P&gt;which holds those changing values as column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;available data in my itab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1a 1b 1c 1d 1e&lt;/P&gt;&lt;P&gt;2a 2b 2c 2d 2e&lt;/P&gt;&lt;P&gt;3a 3b 3c 3d 3e&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;number of rows is also not fixed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;required format&lt;/P&gt;&lt;P&gt;1a 1b 1c 1d 1e 2d 2e 3d 3e........ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible reply with some working code....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 10:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863033#M1321897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T10:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table for creating column for rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863034#M1321898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; if possible reply with some working code....&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible try to Code with the help of existing sample code. if you are facing any issues then you post the issue here, every one ready to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 11:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863034#M1321898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T11:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table for creating column for rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863035#M1321899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the example program BCALV_TABLE_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 12:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-for-creating-column-for-rows/m-p/5863035#M1321899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-24T12:55:58Z</dc:date>
    </item>
  </channel>
</rss>

