<?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 problem with background job in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-background-job/m-p/7386526#M1544750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        There is one background job which runs everyday and check with the enddate of order and picks it if it is same with the program run date and extends the enddate by one month and increases the price accordingly. But sometimes it is not picking some material though the enddate is same with the program run date.For one order it has picked and changed the enddate but it did not change the price.I have checked in sm37 .I did not get any error message also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am running the program manually it is working fine. &lt;/P&gt;&lt;P&gt;Please suggest me regarding the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Trupti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Oct 2010 14:33:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-13T14:33:55Z</dc:date>
    <item>
      <title>problem with background job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-background-job/m-p/7386526#M1544750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        There is one background job which runs everyday and check with the enddate of order and picks it if it is same with the program run date and extends the enddate by one month and increases the price accordingly. But sometimes it is not picking some material though the enddate is same with the program run date.For one order it has picked and changed the enddate but it did not change the price.I have checked in sm37 .I did not get any error message also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am running the program manually it is working fine. &lt;/P&gt;&lt;P&gt;Please suggest me regarding the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Trupti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 14:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-background-job/m-p/7386526#M1544750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T14:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with background job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-background-job/m-p/7386527#M1544751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must ensure in your batch-input that the selection is correct. Check the cursor position in the bdcdata. And check also that the treatment doesn't take into account everytime the same line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 15:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-background-job/m-p/7386527#M1544751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T15:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with background job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-background-job/m-p/7386528#M1544752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christophe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Thanks for your quick reply. Actually it  is a simple report program which is running in background. in the variants we are giving some materials as input. In the report program it is picking those order having the same material and whose end date is same as the program running date .Then  it is extending the enddate and increasing the price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could  you please suggest me regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Trupti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 05:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-background-job/m-p/7386528#M1544752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T05:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with background job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-background-job/m-p/7386529#M1544753</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;What method are you using to update tha date and increase the price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the updation is done within a loop, then proper use of COMMIT WORK should be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 05:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-background-job/m-p/7386529#M1544753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T05:20:25Z</dc:date>
    </item>
  </channel>
</rss>

