<?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: how to debug an internal table in ecatt scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802547#M654512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually we have made the code.BUt we are unable to check whether the internal table is populated or not.&lt;/P&gt;&lt;P&gt;in order to correct our output i want to know that how can i check the contents of internal table in an ecatt script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2007 13:31:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-30T13:31:46Z</dc:date>
    <item>
      <title>how to debug an internal table in ecatt scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802545#M654510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to debug an internal table in ecatt scripts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 11:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802545#M654510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T11:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug an internal table in ecatt scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802546#M654511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sumiti,&lt;/P&gt;&lt;P&gt;Could you please be a little more explicit?&lt;/P&gt;&lt;P&gt;What do you want to do?&lt;/P&gt;&lt;P&gt;You can debug an ecatt script and see the content of your table. (create a breakpoint in your script or directly start it in the debugger). Then double click on your parameter/table and you will see it and be able to edit it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 12:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802546#M654511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T12:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug an internal table in ecatt scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802547#M654512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually we have made the code.BUt we are unable to check whether the internal table is populated or not.&lt;/P&gt;&lt;P&gt;in order to correct our output i want to know that how can i check the contents of internal table in an ecatt script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802547#M654512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T13:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug an internal table in ecatt scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802548#M654513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's like the normal debugger:&lt;/P&gt;&lt;P&gt;In the script, set a breakpoint at the point where you table should be populated (select a line in your code and  click on the breakpoint icon or ctrl + shift + F12) then start the script. When the breakpoint is reached, the debugger will start and you can see the content of your table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802548#M654513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T13:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug an internal table in ecatt scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802549#M654514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot for the reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 05:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802549#M654514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T05:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug an internal table in ecatt scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802550#M654515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sumiti,&lt;/P&gt;&lt;P&gt;Could you please then mark the post as answered if it answered your question?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 07:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802550#M654515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T07:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug an internal table in ecatt scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802551#M654516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Created few Parameters as Variables.&lt;/P&gt;&lt;P&gt;I have Declared the Internal table within the Editor in ECATT.&lt;/P&gt;&lt;P&gt;I need 2 Know the Values in My Internal Table.&lt;/P&gt;&lt;P&gt;is there a way as to How i Can Include the Declared Internal table in the Parameter place.&lt;/P&gt;&lt;P&gt;So That i Could See whts Actually getting populated in my Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Awaiting,&lt;/P&gt;&lt;P&gt;Essam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 11:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802551#M654516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-30T11:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug an internal table in ecatt scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802552#M654517</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 the editor itself , you can write, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP.&lt;/P&gt;&lt;P&gt;BREAK &amp;lt;username&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDABAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And check your internal table values . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I think, in the parameters you can add your internal table with type Local (V) or exporting (E), when you define your table in the editor .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Seema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 06:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-internal-table-in-ecatt-scripts/m-p/2802552#M654517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-04T06:37:29Z</dc:date>
    </item>
  </channel>
</rss>

