<?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: ABAP Debugger - Internal tables - multiple selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406841#M1645289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lahcen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To delete the multiple lines in internal table while debugging you need to  switch into new debugger available in ECC 6.0 or upper.&lt;/P&gt;&lt;P&gt;After entering into new debugger you will see the tab TABLES in that there is sub-tab Table Contents. In that you can see the complete data in the internal table and we have option in the left side like grid to select the row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satheesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2011 16:29:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-22T16:29:51Z</dc:date>
    <item>
      <title>ABAP Debugger - Internal tables - multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406840#M1645288</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;I am debugging a program and want to delete a big number of lines in an internal table using the internal tables tool delete rows&lt;/P&gt;&lt;P&gt;my question is how can i select multiple rows. i tried CTRL and SHIFT keys but no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 16:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406840#M1645288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger - Internal tables - multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406841#M1645289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lahcen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To delete the multiple lines in internal table while debugging you need to  switch into new debugger available in ECC 6.0 or upper.&lt;/P&gt;&lt;P&gt;After entering into new debugger you will see the tab TABLES in that there is sub-tab Table Contents. In that you can see the complete data in the internal table and we have option in the left side like grid to select the row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satheesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 16:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406841#M1645289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T16:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger - Internal tables - multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406842#M1645290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;download the table to a excel, then delete the entire table, then just add the required lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is another way of doing this as well, if you are in latest patches of ECC, in debugger you can see a tab called &lt;STRONG&gt;script&lt;/STRONG&gt;, here you can write a piece of code while debugging to change the content of the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 16:32:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406842#M1645290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-22T16:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger - Internal tables - multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406843#M1645291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Thank you very much for your fast replies.&lt;/P&gt;&lt;P&gt;i need to clarify my issue a bit.&lt;/P&gt;&lt;P&gt;Here is my case :&lt;/P&gt;&lt;P&gt;i have an internal table with 300 000 lines and i want to process 100 only.&lt;/P&gt;&lt;P&gt;my question is how to select at once the non desired rows and delete them instead of going one by one.&lt;/P&gt;&lt;P&gt;The excel suggestion is a good one but i cannnot upload the resulted excel back to the internal table in the debugger.&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;P&gt;Lahcen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 00:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406843#M1645291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-23T00:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger - Internal tables - multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406844#M1645292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why cant you filter it in your selection itself? you try to reduce your data by making condition or filter in selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 00:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406844#M1645292</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-12-23T00:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger - Internal tables - multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406845#M1645293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one of those one time action. this is unfortunately a production program and you cannot modify it for one time action.&lt;/P&gt;&lt;P&gt;That is why i am trying to do it in the debugger.&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 02:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406845#M1645293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-23T02:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger - Internal tables - multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406846#M1645294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See,if the below given documentation can give you any lead on the kind of features available in New Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/e0f0073f-3d90-2e10-a196-9ece64a7bb6f&amp;amp;overridelayout=true" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/e0f0073f-3d90-2e10-a196-9ece64a7bb6f&amp;amp;overridelayout=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 10:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406846#M1645294</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2011-12-23T10:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger - Internal tables - multiple selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406847#M1645295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is possible using the hammer and driver symbol. See this post for details...&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="918503" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="New ABAP debugger delete option" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-internal-tables-multiple-selection/m-p/8406847#M1645295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-04T16:19:35Z</dc:date>
    </item>
  </channel>
</rss>

