<?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 Debugging info req?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332173#M798514</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;I need to ask is there any way,so that in my debugging if the itab hv 500 records,&amp;amp; i just want to test for &lt;/P&gt;&lt;P&gt;2-3 records,i can delete rest from my itab,&amp;amp; go ahead with the 2-3 records.&lt;/P&gt;&lt;P&gt;As i am facing a prob now,my itab is filled with 500 records,even i don;t want them,so i m trying to delete them,but now finding any way to delete at once.&lt;/P&gt;&lt;P&gt;if any one had any idea abt this..plz tell me?&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 09:39:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-23T09:39:13Z</dc:date>
    <item>
      <title>Debugging info req??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332173#M798514</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;I need to ask is there any way,so that in my debugging if the itab hv 500 records,&amp;amp; i just want to test for &lt;/P&gt;&lt;P&gt;2-3 records,i can delete rest from my itab,&amp;amp; go ahead with the 2-3 records.&lt;/P&gt;&lt;P&gt;As i am facing a prob now,my itab is filled with 500 records,even i don;t want them,so i m trying to delete them,but now finding any way to delete at once.&lt;/P&gt;&lt;P&gt;if any one had any idea abt this..plz tell me?&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332173#M798514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging info req??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332174#M798515</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;just do like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort your itab by acending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then,&lt;/P&gt;&lt;P&gt;delete itab where record(key field) NE '2' and record NE '3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332174#M798515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T09:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging info req??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332175#M798516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can do dat.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the table and it ll show the entries in it ..............at the right extreme ull have services of a tool button(hammer and spanner symbol).......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the lines u want to delete and press dat button.........in that ull hav many options even delete..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332175#M798516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T09:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging info req??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332176#M798517</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;  Do this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE itab WHERE &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332176#M798517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T09:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging info req??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332177#M798518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the below process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;short the ITAB either in ascending or descending order and than use the statement&lt;/P&gt;&lt;P&gt;delete itabl where (condition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the condition should be refer to a unique field value among the number of fields dispalying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332177#M798518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T09:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging info req??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332178#M798519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guy,this is for them who not understand my prob?&lt;/P&gt;&lt;P&gt;i am testing the report,i am in debugging.&lt;/P&gt;&lt;P&gt;my itab is filled with 500-600 records,i don't hv time to testt all records,so i am thinking if this itab can be reduced with 2-3 records,i can test the report easily.&lt;/P&gt;&lt;P&gt;so am asking is there any way in b/w debugging that my itab can be redecused with the records of my choice.&lt;/P&gt;&lt;P&gt;i am in QAS,so i can even code,the only way left with me is to hardcode the vaules in DEV &amp;amp; than transport it to QAS,even its a quite long process,thuus i was seeking any help if i can do any thing with my itab in debuging only for the current QAS code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 10:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-info-req/m-p/3332178#M798519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T10:00:29Z</dc:date>
    </item>
  </channel>
</rss>

