<?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: Debugging problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484729#M1745236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post the data and screenshots. I assume since you are not entering proper data on screen it is unable to break at the breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ankit Maskara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 09:04:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-22T09:04:16Z</dc:date>
    <item>
      <title>Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484717#M1745224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;BR /&gt;while debugging a standard report i encoutered a problem &lt;BR /&gt;In initilization Event &lt;BR /&gt;there is get parameter ID. doing F5 on it take me inside loop at screen&lt;BR /&gt;after loop finishes debugger comes out of report.&lt;BR /&gt;it does not go inside Start of selection event that is exactly after get parameter statement&lt;BR /&gt;since i have to debug a perform that is called in Start of selection event&lt;/P&gt;&lt;P&gt;how can i go to that perform.&lt;BR /&gt;i tried setting up breakpoint at perform, it does not go there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484717#M1745224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T10:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484718#M1745225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initialization event is called before the selection screen comes up. Therefore correct not to go to start-of-selection (unless you do not have a selection screen, in that case please supply us with the code)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 11:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484718#M1745225</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2013-05-21T11:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484719#M1745226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you start the debugger for the first time, give breakpoint at START-OF-SELECTION. If you don't have any input fields, then start of selection should get triggered automatically. If you have input parameters, after providing input execute, then it goes to start of selection, and then end of selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 11:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484719#M1745226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T11:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484720#M1745227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishabh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you provide the standard program name that you are trying to debug? It is possible that the perform you are trying to debug is called in a condition check (if else block) and the condition is not getting satisfied when you execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;~Athreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 11:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484720#M1745227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T11:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484721#M1745228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Events occurance order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization.&lt;/P&gt;&lt;P&gt;at selection-screen output&lt;/P&gt;&lt;P&gt;at selection-screen&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;top-of-page.&lt;/P&gt;&lt;P&gt;end-of-page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so from initialization it will go to at selection screen in your case. Initialization triggers&lt;/P&gt;&lt;P&gt;before screen is displayed.give some screen input and start debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 11:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484721#M1745228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T11:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484722#M1745229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am using SAP FS-CD,&lt;BR /&gt;T-code FPB7&lt;BR /&gt;report-RFKKKA01&lt;BR /&gt;need to get to perform BANK_STATEMENT_PROCESS&lt;BR /&gt;altough there are check inside start of selection but while debugging pointer does not come to Check statement it directly goes out after GET PARAMETER statement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 11:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484722#M1745229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T11:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484723#M1745230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open code create break point at &lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt;perform BANK_STATEMENT_PROCESS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt;execute program give selection screen entries execute break point will stop at perform then debug ur code&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 12:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484723#M1745230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T12:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484724#M1745231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have TC FPB7 but I do have program RFKKKA01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in this program in my system there is no initialization event. There is also no statement get parameter id in this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore this program has a selection screen and therefore the initialization event (where you say the get parameter id is called) is called before the selection screen comes up and therefore (with the version in my system) the behevior of your program is correct. Sorry that I can't be of any more help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the code in the initialization event ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 12:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484724#M1745231</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2013-05-21T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484725#M1745232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The step by step procedure to set breakpoint and reach the perform &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;BANK_STATEMENT_PROCESS&lt;/SPAN&gt; is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/220150" width="450" /&gt;&lt;/P&gt;&lt;P&gt;2) &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/220196" width="450" /&gt;&lt;/P&gt;&lt;P&gt;3) &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/220197" width="450" /&gt;&lt;/P&gt;&lt;P&gt;4) &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/220198" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ankit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 15:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484725#M1745232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T15:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484726#M1745233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ankit,&lt;/P&gt;&lt;P&gt;thanks for the screenshots.&lt;/P&gt;&lt;P&gt;i tried setting breakpoint following your steps but doing F8 &lt;BR /&gt;breakpoint didnt reach and report was executed fully.&lt;BR /&gt;report RFKKKA01, where i want to debug is called by submit statement in perform SUBMIT_JOB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report RFKKKA01,starts with:&lt;/P&gt;&lt;P&gt;3 include&lt;/P&gt;&lt;P&gt;initilization&lt;BR /&gt;get parameter id ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;check ''&lt;BR /&gt;perform BANK_STATEMENT_PROCESS&lt;/P&gt;&lt;P&gt;(this perform contains code to update table entries).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so while debugging i reached Submit statement inside perform SUBMIT_JOB, and then debugger goes to above report and then to &lt;STRONG&gt;get parameter&lt;/STRONG&gt; after it goes to some loop at screen.&lt;/P&gt;&lt;P&gt;after loop some function job_submit and then to main Perform SUBMIT_JOB.&lt;/P&gt;&lt;P&gt;database table are updated. couldnt reachd to perform BANK_STATEMENT_PROCESS&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>Wed, 22 May 2013 07:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484726#M1745233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-22T07:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484727#M1745234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your code has a statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check ''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it check. Is that condition fullfilled, because if not, program stops and that would be exactly the behavior you are describing. That is the nature of the CHECK statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 08:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484727#M1745234</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2013-05-22T08:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484728#M1745235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi peter,&lt;BR /&gt;yes condition gets fullfilled&lt;BR /&gt;but atleast debugger pointer should got to that check statement and then check the condition.&lt;BR /&gt;but it didnt go. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 08:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484728#M1745235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-22T08:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484729#M1745236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post the data and screenshots. I assume since you are not entering proper data on screen it is unable to break at the breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ankit Maskara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 09:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484729#M1745236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-22T09:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484730#M1745237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization event only calls when we start the report i.e. while executing the tcode it goes in initialization event first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to go in debugging after start-of-selection first input and then again start debugger using /h and then you will get into start of selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still facing problem then place the static breakpoint here after start-of-selection and then on debugger and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : your program contains the check statement, kindly please clarify this statement and if it define clearly according to it if the condition fullfiled by check then it will go further other wise it terminates further execution due to false return by check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It will be more better for me if you place here code clearly to resolve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Many Thanks / Himanshu Gupta&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 09:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484730#M1745237</guid>
      <dc:creator>himanshu_gupta13</dc:creator>
      <dc:date>2013-05-22T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484731#M1745238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide the code in intialization event, get parameter-id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basicaly all code that is called directly before perform BANK_STATEMENT_PROCESS from a moment where you still saw the debugger pass it (get parameter id ? initialization ?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I won't be able to help you w/o this code, because my version of this program does not have initialization, get parameter-id .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 10:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem/m-p/9484731#M1745238</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2013-05-22T10:04:57Z</dc:date>
    </item>
  </channel>
</rss>

