<?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: Available tables during debug in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087074#M732152</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;Have you tried the steps which i gave above? it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2007 23:23:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-03T23:23:11Z</dc:date>
    <item>
      <title>Available tables during debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087069#M732147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way in debug mode to see all the tables available to display and change?  For example, I know there is a table that is storing data that I would like to output to a local file.  However, I can't find the internal table name while in debug mode.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to list all "active" internal tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 22:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087069#M732147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T22:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Available tables during debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087070#M732148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this facility is not avaliable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go to the top inlucde or the data declaration section of the program and check all the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 22:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087070#M732148</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-03T22:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Available tables during debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087071#M732149</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;For debugging, the minimum thing is you should know what are Internal Tables, Variable, Structures, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can save the data of the internal table to the local file while debugging as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1 -- From menu bar use GOTO -&amp;gt;display data object -&amp;gt; structure editor.&lt;/P&gt;&lt;P&gt;Step 2 -- From menu bar use OBJECT -&amp;gt;display entire list&lt;/P&gt;&lt;P&gt;Step 3 -- From menu bar use SYSTEM -&amp;gt; list-&amp;gt; save -&amp;gt; Local file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 22:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087071#M732149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T22:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Available tables during debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087072#M732150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BWS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While debugging goto Goto-&amp;gt;System Areas-&amp;gt;SAP Memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the input field, type ITAB, then it will display the internal tables used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for all the available options type ? in the input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 22:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087072#M732150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T22:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Available tables during debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087073#M732151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean in the "Area" field?  When I enter ITAB in the Area field, it doesn't come back with anything.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;BWS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 23:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087073#M732151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T23:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Available tables during debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087074#M732152</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;Have you tried the steps which i gave above? it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 23:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087074#M732152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T23:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Available tables during debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087075#M732153</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 don't have structure editor as an option.  I do have structure field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a function module that is being called.  When I first step into the function module, table error_msg is already filled.  That has the data I need.  But, I don't want to have to modify the function module.  It looks like that data is already in a table when the function module is called.  I can't tell what table it is in in the main program.  I wanted to get a list of the tables with data then I could look at each one until I find the data.  Then I would know the name of the table.  Does that make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;BWS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 23:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/available-tables-during-debug/m-p/3087075#M732153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T23:31:23Z</dc:date>
    </item>
  </channel>
</rss>

