<?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 include files in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413043#M1408217</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;Is it possible to debug include files ? If possible please tell me how to debug?&lt;/P&gt;&lt;P&gt;the program is saved as "F" type (function pool) .please tell me how to debug this program?&lt;/P&gt;&lt;P&gt;In this program lot of include files are there.How to debug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 04:42:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-16T04:42:19Z</dc:date>
    <item>
      <title>how to debug include files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413043#M1408217</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;Is it possible to debug include files ? If possible please tell me how to debug?&lt;/P&gt;&lt;P&gt;the program is saved as "F" type (function pool) .please tell me how to debug this program?&lt;/P&gt;&lt;P&gt;In this program lot of include files are there.How to debug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 04:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413043#M1408217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T04:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug include files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413044#M1408218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        You can place the breakpoint in the include and execute the main program of the include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 04:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413044#M1408218</guid>
      <dc:creator>former_member206377</dc:creator>
      <dc:date>2009-12-16T04:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug include files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413045#M1408219</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;Type F is nothing but Function Group and its cannot executed or debugged directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have locate the function module concerned with the include and put break point and test the function module to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 05:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413045#M1408219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T05:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug include files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413046#M1408220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the flow of execution and place the breakpoint from where execution starts in include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you are using new debugger , just put breakpoint on any keyword that exist in include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 05:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413046#M1408220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T05:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug include files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413047#M1408221</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;Check the flow of excecution.&lt;/P&gt;&lt;P&gt;Put a breakpoint in the include file and execute the main program where this particular include exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of function pool, find out the exact function module which you want to test and put a breakpoint for the statement to &lt;/P&gt;&lt;P&gt;be tested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 07:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413047#M1408221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T07:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug include files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413048#M1408222</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;Put the breakpoint in the function module before the statement you want to debug.and debug it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Tanmaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 09:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413048#M1408222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T09:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug include files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413049#M1408223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open the include file by double clicing on the name of include file.&lt;/P&gt;&lt;P&gt;Place the break point in it. i.e &lt;/P&gt;&lt;P&gt;break &amp;lt;username&amp;gt;.&lt;/P&gt;&lt;P&gt;later save and activate the code and run the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 11:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-include-files/m-p/6413049#M1408223</guid>
      <dc:creator>Private_Member_743607</dc:creator>
      <dc:date>2010-01-19T11:11:04Z</dc:date>
    </item>
  </channel>
</rss>

