<?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: Modify internal table in dubug mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331467#M1031987</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;if ur using ECC 6.0  u will be finding the tabstrup called Structure..their u can pass the values at runtime..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SAP 4.7 you will be finding the tab Tables here u can pass the values...for internal table..at runtime..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raghunath.S&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2008 12:53:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-19T12:53:05Z</dc:date>
    <item>
      <title>Modify internal table in dubug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331462#M1031982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, Sorry for my bad english.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm processing a debug for a program to correct some problems. My internal table is composed by about 16000 lines. I need just 20 lines having the same account number. The table is not sorted by that criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dot have possibility to madify code, so no sort modification is possible. I just have to find the problem, not to correct it !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+ QUESTION (1)&lt;/STRONG&gt; : Is there any way to delete all lines having different account number ? &lt;/P&gt;&lt;P&gt;.............................&lt;STRONG&gt;SOLUTION I FOUND&lt;/STRONG&gt; : In Structure Editor it is possible to delete line using (Ctrl + F9).&lt;/P&gt;&lt;P&gt;.............................&lt;STRONG&gt;PROBLEM&lt;/STRONG&gt;               : With 16000 Lines it takes a lot of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+ QUESTION (2)&lt;/STRONG&gt; : Is it possible to delete many internal table lines in only once ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 11:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331462#M1031982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Modify internal table in dubug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331463#M1031983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Debug mode, put Cursor on internal table and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto&lt;DEL&gt;-&amp;gt;Display Data Object&lt;/DEL&gt;-&amp;gt;Structure editor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 11:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331463#M1031983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T11:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modify internal table in dubug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331464#M1031984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you can't delete many line items in one go in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only option is one needs to delete line by ine in debugging mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 11:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331464#M1031984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T11:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Modify internal table in dubug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331465#M1031985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR &lt;STRONG&gt;Saket Sharma&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure Editor is a solution i have used (see post : part SOLUTION I FOUND)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 11:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331465#M1031985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T11:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Modify internal table in dubug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331466#M1031986</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; If you are using the new debugger you can delete lines of an internal table as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) select the internal table to see the table contents&lt;/P&gt;&lt;P&gt;2) Select the lines which you want to delete .&lt;/P&gt;&lt;P&gt;3) On the right hand side you can see a symbol "Services of the tool". Double click it , there u can see the option to delete lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a classic debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) select the internal table to see the table contents&lt;/P&gt;&lt;P&gt;2) Select the lines which you want to delete .&lt;/P&gt;&lt;P&gt;3) Press on the 'Delete' butto at the bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 11:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331466#M1031986</guid>
      <dc:creator>soumya_jose3</dc:creator>
      <dc:date>2008-08-19T11:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Modify internal table in dubug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331467#M1031987</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;if ur using ECC 6.0  u will be finding the tabstrup called Structure..their u can pass the values at runtime..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SAP 4.7 you will be finding the tab Tables here u can pass the values...for internal table..at runtime..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raghunath.S&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 12:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331467#M1031987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T12:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modify internal table in dubug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331468#M1031988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;       Debugger allows you to save the entries to a spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you only need 20 entries to be in the internal table, you download the entries to first to EXCEL and filter using the required conditions. Then delete the entire contents from the Internal table using Table services icon  &lt;EM&gt;Delete Table(FREE)&lt;/EM&gt; &amp;amp; , enter the required entries one by one from the Excel using &lt;EM&gt;APPEND Row&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 13:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331468#M1031988</guid>
      <dc:creator>antony_paul2</dc:creator>
      <dc:date>2008-08-19T13:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Modify internal table in dubug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331469#M1031989</link>
      <description>&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;In new debugger you can just open the internal table in debugging mode. &lt;/P&gt;&lt;P&gt;Then go to Services of the tool on the right and there select last option Delete whole table/ Row area and there you can select no of lines that you want to delete.&lt;/P&gt;&lt;P&gt;You can delete multiple lines in this way.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2177466-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 09:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-internal-table-in-dubug-mode/m-p/4331469#M1031989</guid>
      <dc:creator>whonikita</dc:creator>
      <dc:date>2023-06-12T09:33:13Z</dc:date>
    </item>
  </channel>
</rss>

