<?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 regarding debbugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080279#M431510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts ,&lt;/P&gt;&lt;P&gt;having doubt i.e how to fined related tables by debugging transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs &lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2007 10:17:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-17T10:17:32Z</dc:date>
    <item>
      <title>regarding debbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080279#M431510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts ,&lt;/P&gt;&lt;P&gt;having doubt i.e how to fined related tables by debugging transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs &lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080279#M431510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: regarding debbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080280#M431511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that by using Break-point on SELECT statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why u want to find out in debugging. You can directly find them using the FIND button on Main Program of that transaction. In find use 'SELECT' as keyword.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080280#M431511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: regarding debbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080281#M431512</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;U can find out all the tables used in a transaction using SQL Trace .&lt;/P&gt;&lt;P&gt;Go to --st05.&lt;/P&gt;&lt;P&gt;select ---Traceon option&lt;/P&gt;&lt;P&gt;run the  tcode completely.&lt;/P&gt;&lt;P&gt;come back to ST05 &lt;/P&gt;&lt;P&gt;select TRACE OFF option&lt;/P&gt;&lt;P&gt;then have a look at tracelist OPtion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it will give list of all tables affected by that tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080281#M431512</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2007-04-17T10:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding debbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080282#M431513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fine you want to find related tables but where??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont know where the queries are being used then you need to be patient during debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080282#M431513</guid>
      <dc:creator>Sathish</dc:creator>
      <dc:date>2007-04-17T10:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: regarding debbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080283#M431514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just i need to find at a particular tab that which table&lt;/P&gt;&lt;P&gt; gets populated into the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards narayanamurthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080283#M431514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T11:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding debbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080284#M431515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a customized transtion how can we do this,&lt;/P&gt;&lt;P&gt;if go into a program it gives a error that its not an online report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Narayana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080284#M431515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T11:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: regarding debbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080285#M431516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As 'Enter the Dragon' says you can search the source code without executing. Not an online report doesn't mean that you cannot see the code just that you cannot execute from se38. Search the source code for the field name you are looking for. If it is a FM sapl+&amp;lt;func group&amp;gt; gives the program name or go to se37 &lt;/P&gt;&lt;P&gt;-&amp;gt; main program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080285#M431516</guid>
      <dc:creator>alison_lloyd</dc:creator>
      <dc:date>2007-04-18T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: regarding debbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080286#M431517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto debugging and choose breakpoints at, in the breakpoint at statement write select and enter. wherever there is select query it will stop there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one of so many options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 18:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-debbugging/m-p/2080286#M431517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T18:45:35Z</dc:date>
    </item>
  </channel>
</rss>

