<?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: sort an internal table witout header line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187151#M1519304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;If you are using a Table node or loop node to display the data in the internal table  , then you can use the Sort criteria of the table or loop node. In sort criteria , you can specify the field name on which you want to sort the internal table used for table or loop nodes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Debaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 12:50:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-19T12:50:30Z</dc:date>
    <item>
      <title>sort an internal table witout header line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187147#M1519300</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'm inside a smartform wiht in input an an iternal table witout header line: I want to sort it by a field. How can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    Gino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 08:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187147#M1519300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T08:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: sort an internal table witout header line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187148#M1519301</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;- Go to "Global Definitions"  &amp;gt; "Initilazion" Tab in your smartform.&lt;/P&gt;&lt;P&gt;- Enter the name of your internal table to "Input Parameters"  and "Output Parameters" parts&lt;/P&gt;&lt;P&gt;- write the sort code  SORT itab BY field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need header line to sort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 08:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187148#M1519301</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-08-19T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: sort an internal table witout header line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187149#M1519302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bulent,&lt;/P&gt;&lt;P&gt;               thank you for your replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't write you that the internal table that I want to sort is a standard table  of type  LE_T_DLV_IT_GEN.&lt;/P&gt;&lt;P&gt;The message that appears is the following one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may only read from table "IS_DLV_DELNOTE-IT_GEN" . reading. reading. reading. reading. reading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;            Gino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 09:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187149#M1519302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T09:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: sort an internal table witout header line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187150#M1519303</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;We will perform the sort operation on the Table it self, not on the header line..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow this link it helps you..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3800358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3800358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answer will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 09:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187150#M1519303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T09:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: sort an internal table witout header line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187151#M1519304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;If you are using a Table node or loop node to display the data in the internal table  , then you can use the Sort criteria of the table or loop node. In sort criteria , you can specify the field name on which you want to sort the internal table used for table or loop nodes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Debaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 12:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187151#M1519304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: sort an internal table witout header line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187152#M1519305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the table type carefully ?? &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table type is Sorted with non-unique key components DELIV_NUMB &amp;amp; ITM_NUMBER. It's already sorted based on the key fields. And not to mention you can't SORT sorted table !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 13:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187152#M1519305</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-08-19T13:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: sort an internal table witout header line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187153#M1519306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved my problem: maybe you didn'ty see well how is made the input strucure IS_DLV_DELNOTE: it is a structure with structures and internal tables. I had to sort the data of one of this tables by field STGE_BIN!&lt;/P&gt;&lt;P&gt;I removed the error I received creating an internal table Txxx with structure equal to LEDLV_IT_GEN and sorting this one the goal was reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            thank to all&lt;/P&gt;&lt;P&gt;                                   Gino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 13:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-an-internal-table-witout-header-line/m-p/7187153#M1519306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T13:18:13Z</dc:date>
    </item>
  </channel>
</rss>

