<?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: Debugging problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991703#M404468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   you can select that one record into another internal table and you can use that internal table for your use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards ,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 05:23:31 GMT</pubDate>
    <dc:creator>former_member673464</dc:creator>
    <dc:date>2007-03-14T05:23:31Z</dc:date>
    <item>
      <title>Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991702#M404467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 900 records in an internal table, I want to delete 899 records from that internal table is there any way to delete all the records except one from that internal table in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 05:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991702#M404467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T05:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991703#M404468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   you can select that one record into another internal table and you can use that internal table for your use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards ,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 05:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991703#M404468</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2007-03-14T05:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991704#M404469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant delete the records in debugging mode, however you can delete the records of the internal table before executing the report.... i.e., using DELETE statement in the report....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 05:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991704#M404469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T05:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991705#M404470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can delete the records, &lt;/P&gt;&lt;P&gt;when u display the table in table view while u r in debugging.&lt;/P&gt;&lt;P&gt;u can see a button 'delete', u can place the cursor on a single record and delete one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 05:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991705#M404470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T05:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991706#M404471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete all the records using the delete buttion, but before deleting them export them to an excel file. Now in the excel file you can delete all those which you don't want, let the single record be and then import the excel back to internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 05:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991706#M404471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T05:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991707#M404472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u display the table in table view while u r in debugging mode.&lt;/P&gt;&lt;P&gt;There is one button DELETE . First u must select record wich u want to delete the press DELETE button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome with reward points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navin k.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 05:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991707#M404472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T05:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991708#M404473</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;    Even i had requirement like this the only way which i got in response from experts of our team Regarding this is that u can delete the entries in table when u go to table view while debugging and select the records and there will be a button delete u can delete pressing this button.No other way as perr my knowledge gathered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.Ravi Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 05:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991708#M404473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T05:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991709#M404474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur Inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever i click on excel to export i am getting the messgae called authorisation problem. if u find other solution please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 06:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991709#M404474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T06:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991710#M404475</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 have solved my self. I have change logic in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;chandra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 06:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/1991710#M404475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T06:07:49Z</dc:date>
    </item>
  </channel>
</rss>

