<?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 Mode ( its Urgent ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924334#M939983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;select Tables button in debugging mode enter internal table name and click on enter  all the records of internal table will be displayed select a record and click on delete button which exists in the last part of the screen.&lt;/P&gt;&lt;P&gt;To extrct the contents of internal table on to excel sheet click on save as excel sheet icon or invoke ctrl+f11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 06:34:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T06:34:16Z</dc:date>
    <item>
      <title>Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924330#M939979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abapers ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new in ABAP....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me soem question regarding Debugging Mode .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) How can delete entire record from internal table in Debugging Mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) How can comment the code at Debugging Mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) How can downlaod the internal table as excel sheet on Debugging Mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regard , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924330#M939979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924331#M939980</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;1) How can delete entire record from internal table in Debugging Mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the table name then go to individual record and press delete button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) How can comment the code at Debugging Mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) How can downlaod the internal table as excel sheet on Debugging Mode?&lt;/P&gt;&lt;P&gt;Function modules are used for this purpose. You cannot see actual data transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aditya Mitaal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924331#M939980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924332#M939981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Abaper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to delete record bt not get success... i am using Client 190.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924332#M939981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924333#M939982</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;1) How can delete entire record from internal table in Debugging Mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can place the cursor that perticular record  right click delete line item.&lt;/P&gt;&lt;P&gt;it delkete record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) How can downlaod the internal table as excel sheet on Debugging Mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can right click on itab then it dshows Save as excel work shhet press and specify the location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) How can comment the code at Debugging Mode?&lt;/P&gt;&lt;P&gt;I tried but i can't found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924333#M939982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924334#M939983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;select Tables button in debugging mode enter internal table name and click on enter  all the records of internal table will be displayed select a record and click on delete button which exists in the last part of the screen.&lt;/P&gt;&lt;P&gt;To extrct the contents of internal table on to excel sheet click on save as excel sheet icon or invoke ctrl+f11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924334#M939983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924335#M939984</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;In Tables give u r internal table name .&lt;/P&gt;&lt;P&gt;It shows table and all the fields.&lt;/P&gt;&lt;P&gt;u select what ever record u want and right click and delete line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924335#M939984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924336#M939985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete button not working.... and no menu pop up after clcking right button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924336#M939985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924337#M939986</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;Select record what ever u required.Place the curcur on that record right ckick - click on   Delete Table Line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924337#M939986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924338#M939987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Not Working!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 06:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924338#M939987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T06:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924339#M939988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Other Idea???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924339#M939988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924340#M939989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi parul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whatever u asked is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can detele the record in debugging mode and it works there only.&lt;/P&gt;&lt;P&gt;it will not effect the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can not comment in dubugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can not download even.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924340#M939989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924341#M939990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is their no solution exist for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924341#M939990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Mode ( its Urgent )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924342#M939991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cb5e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cb5e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode-its-urgent/m-p/3924342#M939991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:53:33Z</dc:date>
    </item>
  </channel>
</rss>

