<?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: Inserting multiple rows in internal table in debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717812#M1297620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tested all the options. It seems there is no option for inserting multiple rows in an internal table from local file while debugging. Hope newer version of debugger will contains this facility as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Jun 2009 12:34:15 GMT</pubDate>
    <dc:creator>former_member195202</dc:creator>
    <dc:date>2009-06-07T12:34:15Z</dc:date>
    <item>
      <title>Inserting multiple rows in internal table in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717807#M1297615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to insert multiple records from an excel sheet to an intenal table while debugging. I can see there is an option for "append row" in debugging but not for multiple rows. Can anybody help in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2009 11:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717807#M1297615</guid>
      <dc:creator>former_member195202</dc:creator>
      <dc:date>2009-06-07T11:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting multiple rows in internal table in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717808#M1297616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In other words - like for an internal table we have "Save to Local file" option in debugging, I need to have opposite operation, something like - "Load data from file".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2009 11:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717808#M1297616</guid>
      <dc:creator>former_member195202</dc:creator>
      <dc:date>2009-06-07T11:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting multiple rows in internal table in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717809#M1297617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to append Rows one by one in OLD debugger.&lt;/P&gt;&lt;P&gt;New Debugger (ECC 6.0) has functionality to add multiple rows in one shot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2009 11:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717809#M1297617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-07T11:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting multiple rows in internal table in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717810#M1297618</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 am using new debugger for ECC 6.0..but could not find that option..Can you please indicate where exactly this option lies in the debugger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2009 11:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717810#M1297618</guid>
      <dc:creator>former_member195202</dc:creator>
      <dc:date>2009-06-07T11:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting multiple rows in internal table in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717811#M1297619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check under &lt;STRONG&gt;Tables&lt;/STRONG&gt; tab. Looks like you can Edit multiple rows at a time but can append only on at a time. Sorry for confusion in first answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2009 12:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717811#M1297619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-07T12:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting multiple rows in internal table in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717812#M1297620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tested all the options. It seems there is no option for inserting multiple rows in an internal table from local file while debugging. Hope newer version of debugger will contains this facility as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2009 12:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717812#M1297620</guid>
      <dc:creator>former_member195202</dc:creator>
      <dc:date>2009-06-07T12:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting multiple rows in internal table in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717813#M1297621</link>
      <description>&lt;P&gt;There is one option to upload from file. You may create a notepad file with tabs, and upload it.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 15:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717813#M1297621</guid>
      <dc:creator>manasi_b</dc:creator>
      <dc:date>2020-07-01T15:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting multiple rows in internal table in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717814#M1297622</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;you can upload data in tables while debugging by using "&lt;STRONG&gt;Upload From File"&lt;/STRONG&gt;  option   .&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1822503-debugger.png" /&gt;&lt;/P&gt;&lt;P&gt;If this option is not there in your case then , you need  full debug access in the system . &lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 12:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-multiple-rows-in-internal-table-in-debugging/m-p/5717814#M1297622</guid>
      <dc:creator>navneeta</dc:creator>
      <dc:date>2020-07-02T12:08:02Z</dc:date>
    </item>
  </channel>
</rss>

