<?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 select stmt going to dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211366#M1716402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Hello Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0033cc; font-size: 10pt;"&gt;This is a &lt;SPAN style="color: #0033cc;"&gt;simple select &lt;/SPAN&gt;query in STD SAP Function Module&amp;nbsp; /1PWB/20020120307183419. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0033cc; font-size: 10pt;"&gt;This&amp;nbsp; should actually fail as there are no matching entries between the tables DFKKKO &amp;amp; DFKKOP. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0033cc; font-size: 10pt;"&gt;But, c&lt;/SPAN&gt;&lt;SPAN style="color: #0033cc; font-size: 10pt;"&gt;ode stops here, does not go thru and is taking 2 hrs and finally dumps.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L1S31"&gt;* Select any collective document cleared after the previous invoice &lt;SPAN class="L1S31"&gt;and before or during the current collective invoice.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;&lt;SPAN class="L1S31"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN class="L1S52"&gt;select&lt;/SPAN&gt;&amp;nbsp; *&amp;nbsp; &lt;SPAN class="L1S52"&gt;appending&lt;/SPAN&gt; corresponding &lt;SPAN class="L1S52"&gt;fields&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;of&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;table&lt;/SPAN&gt; lt_abwbl_docs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;from&lt;/SPAN&gt;&amp;nbsp; dfkkko &lt;SPAN class="L1S52"&gt;as&lt;/SPAN&gt; h&amp;nbsp; inner &lt;SPAN class="L1S52"&gt;join&lt;/SPAN&gt;&amp;nbsp; dfkkop &lt;SPAN class="L1S52"&gt;as&lt;/SPAN&gt; l&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;on &lt;/SPAN&gt;&amp;nbsp; h~opbel = l~augbl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; &lt;SPAN class="L1S52"&gt;where&lt;/SPAN&gt;&amp;nbsp; augst = &lt;SPAN class="L1S32"&gt;9&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt;&amp;nbsp; abwtp = &lt;SPAN class="L1S33"&gt;' '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt;&amp;nbsp; ( vkont = x_cdoc_head-vkont &lt;SPAN class="L1S52"&gt;or&lt;/SPAN&gt; abwkt = x_cdoc_head-vkont )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt;&amp;nbsp; ( cpudt &amp;gt; wa_cprev_doch-cpudt&amp;nbsp; &lt;SPAN class="L1S52"&gt;or&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; ( cpudt = wa_cprev_doch-cpudt &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; cputm &amp;gt; wa_cprev_doch-cputm ) )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt;&amp;nbsp; ( cpudt &amp;lt; gt_ccurr_doch-cpudt&amp;nbsp; &lt;SPAN class="L1S52"&gt;or&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; ( cpudt = gt_ccurr_doch-cpudt &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; cputm &amp;lt;= gt_ccurr_doch-cputm ) ).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31" style="color: #0000ff;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31" style="color: #0000ff;"&gt;Please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2012 06:08:14 GMT</pubDate>
    <dc:creator>ricky_shaw</dc:creator>
    <dc:date>2012-12-27T06:08:14Z</dc:date>
    <item>
      <title>select stmt going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211366#M1716402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Hello Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0033cc; font-size: 10pt;"&gt;This is a &lt;SPAN style="color: #0033cc;"&gt;simple select &lt;/SPAN&gt;query in STD SAP Function Module&amp;nbsp; /1PWB/20020120307183419. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0033cc; font-size: 10pt;"&gt;This&amp;nbsp; should actually fail as there are no matching entries between the tables DFKKKO &amp;amp; DFKKOP. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0033cc; font-size: 10pt;"&gt;But, c&lt;/SPAN&gt;&lt;SPAN style="color: #0033cc; font-size: 10pt;"&gt;ode stops here, does not go thru and is taking 2 hrs and finally dumps.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L1S31"&gt;* Select any collective document cleared after the previous invoice &lt;SPAN class="L1S31"&gt;and before or during the current collective invoice.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;&lt;SPAN class="L1S31"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN class="L1S52"&gt;select&lt;/SPAN&gt;&amp;nbsp; *&amp;nbsp; &lt;SPAN class="L1S52"&gt;appending&lt;/SPAN&gt; corresponding &lt;SPAN class="L1S52"&gt;fields&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;of&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;table&lt;/SPAN&gt; lt_abwbl_docs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;from&lt;/SPAN&gt;&amp;nbsp; dfkkko &lt;SPAN class="L1S52"&gt;as&lt;/SPAN&gt; h&amp;nbsp; inner &lt;SPAN class="L1S52"&gt;join&lt;/SPAN&gt;&amp;nbsp; dfkkop &lt;SPAN class="L1S52"&gt;as&lt;/SPAN&gt; l&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;on &lt;/SPAN&gt;&amp;nbsp; h~opbel = l~augbl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; &lt;SPAN class="L1S52"&gt;where&lt;/SPAN&gt;&amp;nbsp; augst = &lt;SPAN class="L1S32"&gt;9&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt;&amp;nbsp; abwtp = &lt;SPAN class="L1S33"&gt;' '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt;&amp;nbsp; ( vkont = x_cdoc_head-vkont &lt;SPAN class="L1S52"&gt;or&lt;/SPAN&gt; abwkt = x_cdoc_head-vkont )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt;&amp;nbsp; ( cpudt &amp;gt; wa_cprev_doch-cpudt&amp;nbsp; &lt;SPAN class="L1S52"&gt;or&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; ( cpudt = wa_cprev_doch-cpudt &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; cputm &amp;gt; wa_cprev_doch-cputm ) )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt;&amp;nbsp; ( cpudt &amp;lt; gt_ccurr_doch-cpudt&amp;nbsp; &lt;SPAN class="L1S52"&gt;or&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt; ( cpudt = gt_ccurr_doch-cpudt &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; cputm &amp;lt;= gt_ccurr_doch-cputm ) ).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31" style="color: #0000ff;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31" style="color: #0000ff;"&gt;Please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 06:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211366#M1716402</guid>
      <dc:creator>ricky_shaw</dc:creator>
      <dc:date>2012-12-27T06:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211367#M1716403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricky,&lt;/P&gt;&lt;P&gt;I suggest you to open an OSS Note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 06:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211367#M1716403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T06:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211368#M1716404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide details about the dump, especially title and error analysis.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 14:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211368#M1716404</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-12-27T14:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211369#M1716405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;Its a time out dump.&lt;/P&gt;&lt;P&gt;Title:&lt;/P&gt;&lt;P&gt;The program "/1PWB/SAPL23120121219072017" has exceeded the maximum permitted&lt;/P&gt;&lt;P&gt;runtime without nterruption and has therefore been terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Analysis:&lt;/P&gt;&lt;P&gt;After a specific time, the program is terminated to make the work area&lt;BR /&gt;available to other users who may be waiting.&lt;BR /&gt;This is to prevent a work area being blocked unnecessarily long by, for&lt;BR /&gt;example:&lt;BR /&gt;- Endless loops (DO, WHILE, ...),&lt;BR /&gt;- Database accesses with a large result set&lt;BR /&gt;- Database accesses without a suitable index (full table scan)&lt;/P&gt;&lt;P&gt;The maximum runtime of a program is limited by the system profile&lt;BR /&gt;parameter "rdisp/max_wprun_time". The current setting is 1200 seconds. If this&lt;BR /&gt; time limit is&lt;BR /&gt;exceeded, the system attempts to cancel any running SQL statement or&lt;BR /&gt;signals the ABAP processor to stop the running program. Then the system&lt;BR /&gt;waits another 60 seconds maximum. If the program is then still active,&lt;BR /&gt;the work process is restarted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 15:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211369#M1716405</guid>
      <dc:creator>ricky_shaw</dc:creator>
      <dc:date>2012-12-27T15:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211370#M1716406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ricky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be due to large size of internal table it go for a dump,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rather than using select * condition, define structure with required fields and select the records from&amp;nbsp; table &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;Sinagam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 13:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211370#M1716406</guid>
      <dc:creator>venkatapavan_sinagam</dc:creator>
      <dc:date>2013-01-08T13:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211371#M1716407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ricky,&lt;/P&gt;&lt;P&gt;There are several option eo avoid this timeout dump from select queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Check how much data is there into those 2 tables and actually how much it is going to select .&lt;/P&gt;&lt;P&gt;2. Use index and data base hint to make it faster.&lt;/P&gt;&lt;P&gt;3. You can use open cursor and try to fetch a chunk of data at one go and multiple times&lt;/P&gt;&lt;P&gt;4. check the select stmt and where condition is anything possible to add over there or not. &lt;/P&gt;&lt;P&gt;5. some time it works like remove the greater than less than option from select stmt, and after select 'delete itab where field1 GT ......'&amp;nbsp; - try this. sometime it works. But it will select more than so may be it will not work in your case.&lt;/P&gt;&lt;P&gt;6. remove appending corresponding fields of, take a fresh new itab after sleection you can append those data into this itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it. it may work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 13:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211371#M1716407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-09T13:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211372#M1716408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to open the FM name provided by you, but could not find it in system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As, you have stated that its a Standard FM, so kindly try to search for some Note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some basis activities can also help you, pls take take from your Basis people, activities like Table Statistics Update , or chack whether the table actually exists in Database, may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, pls provide the FM name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 09:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211372#M1716408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-10T09:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211373#M1716409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ricky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the coding seems to be generated.&lt;/P&gt;&lt;P&gt;There is no index for the table DFKKKO that could help database to select required data. No surprise that it dumps due to timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest trying to create an index for the table DFKKKO with fields:&lt;/P&gt;&lt;P&gt;MANDT, AUGST, ABWTP, CPUDT, VKONT, ABWKT&lt;/P&gt;&lt;P&gt;Fields VKONT and ABWKT are unfortunately specified with OR condition. I have included them into index to avoid table access for checking them and you don't get the ultimate improvement, but hopefully your program does not dump anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Yuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 16:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt-going-to-dump/m-p/9211373#M1716409</guid>
      <dc:creator>yuri_ziryukin</dc:creator>
      <dc:date>2013-01-10T16:10:09Z</dc:date>
    </item>
  </channel>
</rss>

