<?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 Sorting the Itab in debugger in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-the-itab-in-debugger/m-p/4717685#M1107804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all.&lt;/P&gt;&lt;P&gt;I have an issue in debugging.&lt;/P&gt;&lt;P&gt;we are using ECC 6.0.&lt;/P&gt;&lt;P&gt;I want to sort the internal table in the debugging.(old or New).&lt;/P&gt;&lt;P&gt;How can I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eswar.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 10:47:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-29T10:47:41Z</dc:date>
    <item>
      <title>Sorting the Itab in debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-the-itab-in-debugger/m-p/4717685#M1107804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all.&lt;/P&gt;&lt;P&gt;I have an issue in debugging.&lt;/P&gt;&lt;P&gt;we are using ECC 6.0.&lt;/P&gt;&lt;P&gt;I want to sort the internal table in the debugging.(old or New).&lt;/P&gt;&lt;P&gt;How can I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eswar.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 10:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-the-itab-in-debugger/m-p/4717685#M1107804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting the Itab in debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-the-itab-in-debugger/m-p/4717686#M1107805</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;I dont think this would be feasible in debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-the-itab-in-debugger/m-p/4717686#M1107805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting the Itab in debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-the-itab-in-debugger/m-p/4717687#M1107806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vekat,&lt;/P&gt;&lt;P&gt;You cannot sort the Internal table during debugging. Its better to just put a condition on the code or set a flag and while debugging you can change the flag value so that it can go inside the flag and execute your sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF FLAG = 1.
  SORT ITAB BY MATNR.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Set the Flag = 0 initaially and while debugging set this value to 1 it will go inside the condition and do the sorting for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 12:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-the-itab-in-debugger/m-p/4717687#M1107806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T12:00:02Z</dc:date>
    </item>
  </channel>
</rss>

