<?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: regarding sorted tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376933#M1236806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare that internal table as t_resb like standard table,Type table of...in the declarations and then pass it to &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY&lt;/STRONG&gt;&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;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2009 10:13:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-26T10:13:07Z</dc:date>
    <item>
      <title>regarding sorted tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376932#M1236805</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;          i have declared  sorted internal tables but when i try to pass it in ALV fm REUSE_ALV_GRID_DISPLAY,under table parameter i get a error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'T_RESB' is not a "STANDARD TABLE". non standard tables can only be passed to &lt;STRONG&gt;importing&lt;/STRONG&gt; ,&lt;STRONG&gt;exporting&lt;/STRONG&gt; or &lt;STRONG&gt;changing&lt;/STRONG&gt; parameters............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Narendar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 10:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376932#M1236805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T10:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sorted tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376933#M1236806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare that internal table as t_resb like standard table,Type table of...in the declarations and then pass it to &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY&lt;/STRONG&gt;&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;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 10:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376933#M1236806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sorted tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376934#M1236807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message is obvious, so all you have to do is define this table NOT as sorted, but as standard table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 10:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376934#M1236807</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-03-26T10:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sorted tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376935#M1236808</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;As of my knowledge you cannot pass the sort table to the ALV. You can pass only the standard table to ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorted tables cannot be sorted using SORT statement as ALV use inside these statments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 10:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376935#M1236808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T10:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sorted tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376936#M1236809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 10:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376936#M1236809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sorted tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376937#M1236810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all,&lt;/P&gt;&lt;P&gt;so there is no other way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 11:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sorted-tables/m-p/5376937#M1236810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T11:14:06Z</dc:date>
    </item>
  </channel>
</rss>

