<?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: Job getting failed - CD Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496292#M563768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pritam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error might be at the first SELECT, SAP often shows the next statement as the one it stops at. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at DELETEing ADJACENT DUPLICATES on table T_ITAB1- you may be reading the same data more than once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2007 07:23:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-12T07:23:08Z</dc:date>
    <item>
      <title>Job getting failed - CD Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496291#M563767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I'm finding an issue in Prod systems where one of the jobs is getting failed frequently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a program which selects data from the table DFKKKO. I'm pasting the portion of the code, where the job is actually geting cancelled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************************************************&lt;/P&gt;&lt;P&gt;005600       DATA: BEGIN OF t_dfkkko occurs 0,                         &lt;/P&gt;&lt;P&gt;005610               opbel  like  dfkkko-opbel,                        &lt;/P&gt;&lt;P&gt;005620               storb  like  dfkkko-storb,                        &lt;/P&gt;&lt;P&gt;005630               cputm  like  dfkkko-cputm,                        &lt;/P&gt;&lt;P&gt;005640            END OF t_dfkkko.                                     &lt;/P&gt;&lt;P&gt;005650                                                                 &lt;/P&gt;&lt;P&gt;005660       DATA: t_dfkkko2 like t_dfkkko occurs 0 with header line.  &lt;/P&gt;&lt;P&gt;005670                                                                 &lt;/P&gt;&lt;P&gt;005680       select opbel                                              &lt;/P&gt;&lt;P&gt;005690              storb                                              &lt;/P&gt;&lt;P&gt;005700              from dfkkko                                        &lt;/P&gt;&lt;P&gt;005710              into table t_dfkkko                                &lt;/P&gt;&lt;P&gt;005720              for all entries in t_itab1                         &lt;/P&gt;&lt;P&gt;005730              where opbel = t_itab1-doc1r+0(12).                 &lt;/P&gt;&lt;P&gt;005740                                                                 &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;&amp;gt;      select                                                    &lt;/P&gt;&lt;P&gt;005760              opbel                                              &lt;/P&gt;&lt;P&gt;005770              cputm                                              &lt;/P&gt;&lt;P&gt;005780              from dfkkko                                        &lt;/P&gt;&lt;P&gt;005790              into corresponding fields of table t_dfkkko2       &lt;/P&gt;&lt;P&gt;005800              for all entries in t_dfkkko                        &lt;/P&gt;&lt;P&gt;005810              where opbel = t_dfkkko-storb.                      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="80" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;In ST22, I'm getting the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime errors         &amp;lt;b&amp;gt;TSV_TNEW_BLOCKS_NO_ROLL_MEMORY&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it has something to do with the low memory issue. But I dont know how to tackle it. Will refreshing all the internal tables do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody has a suitable answer for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you want me to send the whole code as a word doc file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Pritam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 20:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496291#M563767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Job getting failed - CD Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496292#M563768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pritam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error might be at the first SELECT, SAP often shows the next statement as the one it stops at. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at DELETEing ADJACENT DUPLICATES on table T_ITAB1- you may be reading the same data more than once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 07:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496292#M563768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T07:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Job getting failed - CD Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496293#M563769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before both SELECTs, you have to make sure that the tables used in FOR ALL ENTRIES has values. For the first SELECT:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CHECK NOT t_itab1[] IS INITIAL.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and for the other one:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CHECK NOT t_dfkkko[] IS INITIAL.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 20:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496293#M563769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T20:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Job getting failed - CD Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496294#M563770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pritam,&lt;/P&gt;&lt;P&gt;Did you checked the buffer size, is it enough big.&lt;/P&gt;&lt;P&gt;And also try clearing buffer memory before running ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - Hitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 10:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496294#M563770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T10:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Job getting failed - CD Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496295#M563771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the other hints already given: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Trace the program with ST05 to see the SQL code generated (select line and press "Explain").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if the query is fine but the amount of data is simply too big, use the PACKAGE SIZE statement and process your data in chunks. 50.000 is usually a good package size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 10:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496295#M563771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T10:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Job getting failed - CD Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496296#M563772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was a memory issue and the basis guys were able to reolve it. Thanks a lot for your inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 07:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-getting-failed-cd-module/m-p/2496296#M563772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-19T07:10:33Z</dc:date>
    </item>
  </channel>
</rss>

