<?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 Function Module for Job reschedule in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251005#M1527563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function module for job rescheduling as i need to create a automation program where i need to select all jobs from excel sheet and reschedule at different time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Nikhil Kanegaonkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Sep 2010 10:30:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-15T10:30:16Z</dc:date>
    <item>
      <title>Function Module for Job reschedule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251005#M1527563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function module for job rescheduling as i need to create a automation program where i need to select all jobs from excel sheet and reschedule at different time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Nikhil Kanegaonkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 10:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251005#M1527563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-15T10:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Job reschedule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251006#M1527564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   As far as I know, there is no FM to reschedule the same job again in SAP. But what you can do is for automating the program to submit the job. Check the job status in TBTCO table, if that particular job is failed then schedule the job with same variant. but you can't schedule the same job again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Selva M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 10:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251006#M1527564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-15T10:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Job reschedule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251007#M1527565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I don't understand what you need exactly, but you can start by reading the code of FORM repeat_job_definition in include LBTCHF14, which is the form used in order to repeat the scheduling of a job in SM37...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 13:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251007#M1527565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-15T13:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Job reschedule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251008#M1527566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the following FM&lt;/P&gt;&lt;P&gt;- [BP_JOB_READ|http://www.sdn.sap.com/irj/scn/advancedsearch?query=bp_job_read] (read first from TBTCO to fill field JOBCOUNT)&lt;/P&gt;&lt;P&gt;- [BP_JOB_CREATE|http://www.sdn.sap.com/irj/scn/advancedsearch?query=bp_job_create] (change schedule parameters first)&lt;/P&gt;&lt;P&gt;- for recent versions [BP_JOB_COPY|http://www.sdn.sap.com/irj/scn/advancedsearch?query=bp_job_copy]&lt;/P&gt;&lt;P&gt;You should take a look at FM of the FG BTCH and SAP documentation like [Programming with the Background Processing System (BC-CCM-BTC)|http://help.sap.com/saphelp_nwpi71/helpdata/en/fa/096c53543b11d1898e0000e8322d00/frameset.htm]&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;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 13:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251008#M1527566</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-09-15T13:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Job reschedule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251009#M1527567</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 I need to do is we usually reschedule jobs to a different time when we have a outage during end of the month,so we take up job manually and run them,i am creating a automated program where i pick up all the jobs from excel sheet, than we reschedule those jobs on a particular time and date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this i need a FM any idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikhil Kanegaonkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 14:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251009#M1527567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-15T14:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Job reschedule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251010#M1527568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try [BP_START_DATE_EDITOR|http://www.sdn.sap.com/irj/scn/advancedsearch?query=bp_start_date_editor]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 14:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-job-reschedule/m-p/7251010#M1527568</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-09-15T14:34:11Z</dc:date>
    </item>
  </channel>
</rss>

