<?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 degub the module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327873#M797112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt; could anyone tell me "How to degub the module pool program"...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2008 06:40:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-04T06:40:45Z</dc:date>
    <item>
      <title>How to degub the module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327873#M797112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt; could anyone tell me "How to degub the module pool program"...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 06:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327873#M797112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T06:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to degub the module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327874#M797113</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;just use break-point statement.Module pool debug is same as report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 06:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327874#M797113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T06:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to degub the module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327875#M797114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can do in 2 ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. After exceuting the program put "/h" on command&lt;/P&gt;&lt;P&gt;    fields exceute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.add in code  "break-point" statement from where(which code) you want to debug then execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 08:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327875#M797114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T08:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to degub the module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327876#M797115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging module pool porgramming is similar to a report but you can't keep breakpoint in the screen painter(SE51) directly. &lt;/P&gt;&lt;P&gt;Instead you need to keep break point in the modules of either PBO or PAI and the debugging will continue from the point where you kept the breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 16:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327876#M797115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T16:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to degub the module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327877#M797116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Debugging of module pool is same as reports, use /h or put breakpoint&lt;/P&gt;&lt;P&gt;but u shud know what u want to check&lt;/P&gt;&lt;P&gt;there are generally two event used in module pool&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PBO&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;This event is used before displaying the screen,It is used to clear fields table, show table control, tabstrip &lt;STRONG&gt;and most important conditionally modify the scrren .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PAI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;is used to validate the fields which are entered on the screen with database values and then fetch records from table.&lt;/P&gt;&lt;P&gt;i mean all values to make available in internal table &lt;/P&gt;&lt;P&gt;now u would be sure which part u want to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if helpful..............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 09:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327877#M797116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T09:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to degub the module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327878#M797117</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;When you executing module pool program write &lt;STRONG&gt;'\h'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Tcode to degub the dialog programing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if Usefull&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fareedas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 11:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-degub-the-module-pool-program/m-p/3327878#M797117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T11:05:50Z</dc:date>
    </item>
  </channel>
</rss>

