<?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: Sorting internal table records in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770573#M1118164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;explain clearly abount your note message. Use sort syntax by req_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SORT ITAB by FIELD2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2008 10:34:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-05T10:34:53Z</dc:date>
    <item>
      <title>Sorting internal table records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770569#M1118160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want sort the internal table field records, &lt;/P&gt;&lt;P&gt;Eg: in itab have 4 fields,&lt;/P&gt;&lt;P&gt;like field1,field2,field3,field4.&lt;/P&gt;&lt;P&gt;in the field2 have some records, like &lt;/P&gt;&lt;P&gt;MCPUR,&lt;/P&gt;&lt;P&gt;MCRAW,&lt;/P&gt;&lt;P&gt;MCMOH,&lt;/P&gt;&lt;P&gt;MCRAW,&lt;/P&gt;&lt;P&gt;MCRAW,&lt;/P&gt;&lt;P&gt;MCPUR,&lt;/P&gt;&lt;P&gt; LOPCK.&lt;/P&gt;&lt;P&gt;After sort get this like &lt;/P&gt;&lt;P&gt;MCPUR&lt;/P&gt;&lt;P&gt;MCPUR&lt;/P&gt;&lt;P&gt;MCRAW&lt;/P&gt;&lt;P&gt;MCRAW&lt;/P&gt;&lt;P&gt;MCRAW&lt;/P&gt;&lt;P&gt;MCMOH&lt;/P&gt;&lt;P&gt;LOPCK.&lt;/P&gt;&lt;P&gt;(Note: the records are fields of another internal table(itab2))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 10:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770569#M1118160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T10:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting internal table records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770570#M1118161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can sort your internal table with field2 then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 10:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770570#M1118161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T10:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting internal table records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770571#M1118162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can sort your internal table with field2 then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 10:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770571#M1118162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T10:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting internal table records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770572#M1118163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone may confuse seeing our names Dude but definitely  i am not you and you are not me. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Coming to your issue try to check SORT keyword with F1 help in ABAP editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 10:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770572#M1118163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T10:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting internal table records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770573#M1118164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;explain clearly abount your note message. Use sort syntax by req_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SORT ITAB by FIELD2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 10:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770573#M1118164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T10:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting internal table records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770574#M1118165</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; Hi Venkat,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Someone may confuse seeing our names Dude but definitely  i am not you and you are not me. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Cheers!!&lt;/P&gt;&lt;P&gt;&amp;gt; VEnk@&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really i thought it was you  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; Thanks for the clarification Venkat(balu)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 11:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-internal-table-records/m-p/4770574#M1118165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T11:05:34Z</dc:date>
    </item>
  </channel>
</rss>

