<?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 how to debug the program after execution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-program-after-execution/m-p/2797230#M653043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I phased this Quetion in interview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3000 line 's of code but after execution of the program i am getting result &lt;/P&gt;&lt;P&gt;"there are no components " how to handle the situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I answerd : first i will execute the program in another client and i will check the result if it is same i will put breakpoint at where the statement triggered "there are no data contents " in my program and i will check for data in database tables. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;is it corrct there is any another answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2007 06:26:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-12T06:26:16Z</dc:date>
    <item>
      <title>how to debug the program after execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-program-after-execution/m-p/2797230#M653043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I phased this Quetion in interview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3000 line 's of code but after execution of the program i am getting result &lt;/P&gt;&lt;P&gt;"there are no components " how to handle the situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I answerd : first i will execute the program in another client and i will check the result if it is same i will put breakpoint at where the statement triggered "there are no data contents " in my program and i will check for data in database tables. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;is it corrct there is any another answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 06:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-program-after-execution/m-p/2797230#M653043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T06:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug the program after execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-program-after-execution/m-p/2797231#M653044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk database tables.&lt;/P&gt;&lt;P&gt;check authorty chk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 06:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-program-after-execution/m-p/2797231#M653044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T06:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug the program after execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-program-after-execution/m-p/2797232#M653045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Ok_code   /H in the Command field to switch on the Debugger during the Execution of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 06:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-program-after-execution/m-p/2797232#M653045</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-12T06:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug the program after execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-program-after-execution/m-p/2797233#M653046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First put break point to all select statements and check what data comming&lt;/P&gt;&lt;P&gt;then check same data if there in database table or not with using same selection conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you are geting correct data then put break point on where exacly you are getting your final internal table data or say output data .&lt;/P&gt;&lt;P&gt;then debug for each record and check why data not get udated in final table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful...............&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 06:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-program-after-execution/m-p/2797233#M653046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T06:33:45Z</dc:date>
    </item>
  </channel>
</rss>

