<?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 mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544231#M1428569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey friends pllease try to solve the actual problem istead of starting some other discussion in between.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2010 11:55:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-18T11:55:55Z</dc:date>
    <item>
      <title>Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544210#M1428548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frends we are facing an TIME_OUT runtime error.In the SOURCE CODE EXTRACT , we gt the code bcz of which it is happening.It is a select statement .:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF NOT WF_BSEG[] IS INITIAL.
      SELECT DOCNR BUZEI BELNR MSL RACCT BUDAT
        FROM FAGLFLEXA 
        INTO CORRESPONDING FIELDS OF TABLE T_FAGLFLEXA2
                              FOR ALL ENTRIES IN WF_BSEG
                                       WHERE RBUKRS = '9009'
                                       AND RYEAR = E_FYEAR
*                                       AND RBUSA = P_WERKS
                                       AND RACCT IN P_KSTAR
                                       AND DOCNR = WF_BSEG-BELNR
                                       AND BUZEI = WF_BSEG-BUZEI.
    ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to know  that  what condition in the where clause it is nt able to satisfy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Jan 17, 2010 8:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2010 09:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544210#M1428548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-16T09:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544211#M1428549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Achal , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With TIME OUT error it means that , number of records fetched from this database table are many and hence the query execution takes more time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should try to optimize this query. Check that all the parameters used in where clause are having correct data type and try to increase the parameters in where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can reduce number of records fetched from tables by making selection screen fields Mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proceed with runtime analysis and use trace to check the index used.&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>Sat, 16 Jan 2010 16:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544211#M1428549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-16T16:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544212#M1428550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to pass the key fields available or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use OPEN CURSOR addition with the select statement.&lt;/P&gt;&lt;P&gt;Please search in SCN or Google  for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2010 17:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544212#M1428550</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-16T17:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544213#M1428551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; You can use OPEN CURSOR addition with the select statement.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;@Keshav.T - how does OPEN CURSOR help here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 01:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544213#M1428551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T01:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544214#M1428552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi fiends....this TIME_OUT is nt bcz of any performance issue.actuallly it is only a report in which we are obtaining data from different standard tables then store it into a z table,internal table and then just display it.actually i have checked a z table used in this report  from which we display the data, it does nt contain the entry which is entered by user in selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;actually it is a performance report of  equipments like their fuel cnsmptn,ideal hours,working hours etc for PM module in which user has to enter only month and the plant name for which he wants to see the report. the problem is only for few plants and that too for particular months.I think there is some functional problem bcz for one of our plants it is working perfectly fine.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to trace that entry which causes the error and in debugging mode this was the select statement at which it keeps on processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: achalmehra on Jan 18, 2010 5:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 04:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544214#M1428552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T04:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544215#M1428553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Achal ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to trace your code using first by ST05 and then by SE30 .&lt;/P&gt;&lt;P&gt;This is the best method and recommended by SAP Experts for performance tuning of your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need more help in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 04:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544215#M1428553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T04:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544216#M1428554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nikhil&lt;/P&gt;&lt;P&gt;in ST05 it is shwing table RFBLG and in se30 it is showing the select statement given by me before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 05:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544216#M1428554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T05:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544217#M1428555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Achal ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFBLG is a Cluster  for accounting document . Its clear that this is refered somewhere in your code or in one of the select query in standard tables. It will be of great help if you could share the trace file so that I can recommend you something that will help you in incresing the Performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 06:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544217#M1428555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T06:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544218#M1428556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to share.is there nay option to attach a file here..bcz the report has exceeded limit of max charators allowed here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 07:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544218#M1428556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T07:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544219#M1428557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more thing nikhil i wanna tell u.the report is working fine for the plants created earlier for all months.only for some of our plants, it is not working for the month after sept.,2009. I mean we are facing TIME_OUT for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like if for a new plant i use the month and year(mm/yy) : 10/09 then we face error&lt;/P&gt;&lt;P&gt;and if i use 10/10(mm/yy) : then we dont face error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 07:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544219#M1428557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T07:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544220#M1428558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing achal i wanna ask you Can we have any updates on &lt;SPAN __jive_macro_name="thread" id="1570874"&gt;&lt;/SPAN&gt;  long discussion thread, Please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 07:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544220#M1428558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T07:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544221#M1428559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 07:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544221#M1428559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T07:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544222#M1428560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;There is only two approach for the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Try to improve performance of select statement (You can  check if it is possible to create an index, it will improve the performance)&lt;/P&gt;&lt;P&gt;- If not possible  you can run the program in background. When program is running in background there will not be any time restriction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 07:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544222#M1428560</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2010-01-18T07:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544223#M1428561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; hey amit....&lt;STRONG&gt;srry&lt;/STRONG&gt; friend as i was &lt;STRONG&gt;nt&lt;/STRONG&gt; receiving any further comments and solutions for that thread so i just closed it.I am still &lt;STRONG&gt;lukng&lt;/STRONG&gt; for a solution of that problem. but let us &lt;STRONG&gt;nt&lt;/STRONG&gt; disscuss that problem in this thread....so &lt;STRONG&gt;plz&lt;/STRONG&gt;...i am &lt;STRONG&gt;srry&lt;/STRONG&gt;.yeah if i will have the solution for that problem i will intimate &lt;STRONG&gt;u&lt;/STRONG&gt;.&lt;STRONG&gt;gve&lt;/STRONG&gt; me &lt;STRONG&gt;ur&lt;/STRONG&gt; id if &lt;STRONG&gt;u&lt;/STRONG&gt; come to know &lt;STRONG&gt;anythng&lt;/STRONG&gt; &lt;STRONG&gt;abt&lt;/STRONG&gt; that &lt;STRONG&gt;plz&lt;/STRONG&gt; tell mee..thnxxxxxxxxxxxxx&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like vowels are not functioning on your keyboard? Is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 07:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544223#M1428561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T07:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544224#M1428562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not as much as you know &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesnt open cursor with hold avoids the time out error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544224#M1428562</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-18T08:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544225#M1428563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Doesnt open cursor with hold avoids the time out error.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So are you suggesting OP to use Native SQL instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544225#M1428563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544226#M1428564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No not native sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen so many discussions in forum related to this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to use cursor with hold concept, so that there won't be time out error while fetching data from DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be im wrong &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 08:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544226#M1428564</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-18T08:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544227#M1428565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends i have tried to run it in the background.The duration for it has reached 2200 seconds and the count is still on.I mean stilll the job is in active state nd not finished&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: achalmehra on Jan 18, 2010 11:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 10:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544227#M1428565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T10:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544228#M1428566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the report is running well for some plants.only &lt;STRONG&gt;it is not working for newly created plants and for period (mm/yy) 10/2009 to 03/2010&lt;/STRONG&gt;.could there be some problem related to the configuration of these plants.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 10:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544228#M1428566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T10:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544229#M1428567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; No not native sql.&lt;/P&gt;&lt;P&gt;&amp;gt; I have seen so many discussions in forum related to this,&lt;/P&gt;&lt;P&gt;&amp;gt; to use cursor with hold concept, so that there won't be time out error while fetching data from DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;??? open cursor is no Native SQL, but can see no advantage here. The OPEN CURSOR WITH HOLD is  interesting if changes &lt;/P&gt;&lt;P&gt;to the db follow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is not really explained, how long does the actual SELECT need? I see no data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many records are in the driver table of the FAE, how many in the database table, what are the indices?&lt;/P&gt;&lt;P&gt;I am not familiar with that table but is does not make sense, to look up the settings in an other system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 11:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-mode/m-p/6544229#M1428567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T11:37:09Z</dc:date>
    </item>
  </channel>
</rss>

