<?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 Column Arrangement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459353#M831139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not display the table as an ALV GRID (OO please not SLIS) and then you can re-arrange the fields dynamically to your hearts content with the standard GRID functionality. You can also exclude fields from the display (dynamically) as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not quite the answer you want but otherwise I can't see any reason for re-arranging an internal table at run time other than by sorting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need generally to re-arrange the structure at run time then normally your application design probably needs to be looked at again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jimbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 12:54:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-19T12:54:52Z</dc:date>
    <item>
      <title>Dynamic Column Arrangement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459352#M831138</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;does any one knows how to Re-arrange the sequence of columnes in the internal table during RUNTIME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Table contains the Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: tableA has Col1 Col2 Col3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During Runtime i want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA Col2 Col1 Col3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help with with a code example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 19, 2008 2:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 12:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459352#M831138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T12:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Column Arrangement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459353#M831139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not display the table as an ALV GRID (OO please not SLIS) and then you can re-arrange the fields dynamically to your hearts content with the standard GRID functionality. You can also exclude fields from the display (dynamically) as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not quite the answer you want but otherwise I can't see any reason for re-arranging an internal table at run time other than by sorting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need generally to re-arrange the structure at run time then normally your application design probably needs to be looked at again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jimbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 12:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459353#M831139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Column Arrangement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459354#M831140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. I know. that users can change while displaying the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thats not my requrirment. The table is generated but what i want is that sequence of the internal table columns to be changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 13:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459354#M831140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T13:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Column Arrangement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459355#M831141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm, why at runtime?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont you just declare the itab the way you need it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or are col1 and col2 of same type and you just wish to swap their values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 13:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459355#M831141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T13:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Column Arrangement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459356#M831142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can  you please explain for give a small code example of the statement that you made please :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ALV GRID (OO please not SLIS) and then you can re-arrange the fields dynamically to your hearts content with the standard GRID functionality. You can also exclude fields from the display (dynamically) as well..&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 13:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459356#M831142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Column Arrangement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459357#M831143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None... &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is please send reply to &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 19, 2008 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 15:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-arrangement/m-p/3459357#M831143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T15:02:00Z</dc:date>
    </item>
  </channel>
</rss>

