<?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: Batch Job scheduling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233893#M480952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  Use the transaction SM 37 and give your required time interval for scheduled the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 03:21:45 GMT</pubDate>
    <dc:creator>sreeramkumar_madisetty</dc:creator>
    <dc:date>2007-05-10T03:21:45Z</dc:date>
    <item>
      <title>Batch Job scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233891#M480950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I want to schedule 1 programs with one background job.&lt;/P&gt;&lt;P&gt;My requirement is like this:&lt;/P&gt;&lt;P&gt;My job always runs after every minute.&lt;/P&gt;&lt;P&gt;If first time, my job is not yet finished, i dont want to start my job again(same job) until the first one gets completed.How do i keep track of this scenario and how to schedule this?&lt;/P&gt;&lt;P&gt;Kindly let me know if this is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 03:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233891#M480950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T03:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Job scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233892#M480951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can schdule the job every minute ,please see the transaction SM36 or Sm37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did but i do not remember the steps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 03:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233892#M480951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T03:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Job scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233893#M480952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  Use the transaction SM 37 and give your required time interval for scheduled the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 03:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233893#M480952</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-10T03:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Job scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233894#M480953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You uhave write a program for this.&lt;/P&gt;&lt;P&gt;In Table TBTCO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the column "status"   by JOBname &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATUS = 'F'  --- Finished.&lt;/P&gt;&lt;P&gt;STATUS = 'A'  --- Cancelled.&lt;/P&gt;&lt;P&gt;STATUS = 'R'  --- Active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  tbtco-status  = 'F'.------finished&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; Use the FM to schedule the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  'JOB_OPEN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     SUBMIT abaphtml_maintain USER sy-uname&lt;/P&gt;&lt;P&gt;                             WITH go eq 'X'&lt;/P&gt;&lt;P&gt;                             VIA JOB 'ABAPHTML_MAINTAIN' NUMBER n&lt;/P&gt;&lt;P&gt;                             AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  'JOB_CLOSE'.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 03:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233894#M480953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T03:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Job scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233895#M480954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;       You can schedule the job using the transaction SM36 . You have a wizard which will take you through all the steps for the creation of a job.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 03:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233895#M480954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T03:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Job scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233896#M480955</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;Use Transaction SM36 to create Backgroung job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Job Name : Z_JOB_1&lt;/P&gt;&lt;P&gt;Job class : (Priority - As per your choice)&lt;/P&gt;&lt;P&gt;Goto Define Steps (Function Key F6)&lt;/P&gt;&lt;P&gt;Provide the following &lt;/P&gt;&lt;P&gt;Name : (Name of Program)&lt;/P&gt;&lt;P&gt;Variant : (Specify Variant)&lt;/P&gt;&lt;P&gt;Language : EN (or whatever)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify Start Condition: (Function Key F5)&lt;/P&gt;&lt;P&gt;1. Press Date/Time Pushbutton&lt;/P&gt;&lt;P&gt;2. At the botton left hand corner of the screen you will find a checkbox for Periodic Job - Select that &amp;amp; Press Function Key F5&lt;/P&gt;&lt;P&gt;3. Select Periodic Value as Other Period - 1 MINUTE&lt;/P&gt;&lt;P&gt;4. Save the Job &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Program itself put in check to verify if the previous job has finished.&lt;/P&gt;&lt;P&gt;if yes .. continue else.. exit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points if useful&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 04:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-scheduling/m-p/2233896#M480955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T04:54:16Z</dc:date>
    </item>
  </channel>
</rss>

