<?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 see data while debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424993#M541615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no need of searching for any T.Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is add a break point just after the statement where the collection of data into internal table is done.&lt;/P&gt;&lt;P&gt;as soon as the debugger starts after encountering the break point, check for SY-TFILL value.&lt;/P&gt;&lt;P&gt;There u shall come to know how many records the internal table holds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Saying thanks in SDN is by awarding points.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 13:42:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T13:42:02Z</dc:date>
    <item>
      <title>how to see data while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424990#M541612</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;    I'm running one hr report , it takes 1hr to execute. I want to see , how many lines it is executed and how many records in the internal table filled, and ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any t.code to view this data , . &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 13:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424990#M541612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T13:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to see data while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424991#M541613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the debugger screen, click on the tables button and double click on the internal table name (in the code). You can see teh table contents in the window below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just scroll down the window to see the number of records in the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 13:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424991#M541613</guid>
      <dc:creator>former_member150733</dc:creator>
      <dc:date>2007-06-29T13:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to see data while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424992#M541614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In debugging mode just click the internal table then you find bottom area with table contents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 13:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424992#M541614</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-06-29T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to see data while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424993#M541615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no need of searching for any T.Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is add a break point just after the statement where the collection of data into internal table is done.&lt;/P&gt;&lt;P&gt;as soon as the debugger starts after encountering the break point, check for SY-TFILL value.&lt;/P&gt;&lt;P&gt;There u shall come to know how many records the internal table holds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Saying thanks in SDN is by awarding points.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 13:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424993#M541615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T13:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to see data while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424994#M541616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is VERY to the power of INFINITE important to know how to use the DEBUGGING concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE:- You can give the internal table name here and check the amount of data that got fetched once the select statement got executed.&lt;/P&gt;&lt;P&gt;Fields:- You can see the what is the value that got stored in any of the fields that are used in the program.Suppose if you want to know what itab-makt has got then go to fields button and give the field name as itab-makt and press enter.This will show the data it is having when the execution point reaches this field.You can see at the maximum 8 fields in debugging.&lt;/P&gt;&lt;P&gt;Break-point:- If you want to know whether a particular syntax is getting executed or not,if getting executed what is the result,then you can select that particular synatx in the program and press the STOP button.This is what they call "put a break-point at that line".&lt;/P&gt;&lt;P&gt;Watch-Point:-Suppose you want to see what the field itab-makt is having then you can create a watch point on this field and run the program.Once the wathcpoint is reached the system will give you a message in the status bar saying that the watchpoint has reached.Thus you can run your program upto a point and see the value that got stored at that point of time.&lt;/P&gt;&lt;P&gt;Overview:- It let's us know the processing blocks in the program that is currently running&lt;/P&gt;&lt;P&gt;Call Stack-I don't know.&lt;/P&gt;&lt;P&gt;Settings:-I don't know.&lt;/P&gt;&lt;P&gt;The buttons &lt;/P&gt;&lt;P&gt;F5-Single step&lt;/P&gt;&lt;P&gt;This way you can run the debugging step by step,I mean each and every line of the program.&lt;/P&gt;&lt;P&gt;F6, F7&lt;/P&gt;&lt;P&gt;This way you can jump the performs and loops while debugging.&lt;/P&gt;&lt;P&gt; F8&lt;/P&gt;&lt;P&gt;Execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have any doubt revert it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 13:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-data-while-debugging/m-p/2424994#M541616</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-06-29T13:51:34Z</dc:date>
    </item>
  </channel>
</rss>

