<?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: Repeat  Scheduling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271645#M493473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,,&lt;/P&gt;&lt;P&gt;while scheduling the job,,u can give the three steps...right??&lt;/P&gt;&lt;P&gt;It means all the 3 steps will be executed sequentially..&lt;/P&gt;&lt;P&gt;So whats ur problem now??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 10:48:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T10:48:55Z</dc:date>
    <item>
      <title>Repeat  Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271644#M493472</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 we have option of repeat scheduling in SM37, in the same way&lt;/P&gt;&lt;P&gt;i have a job with three different steps and each step is assigned to one variant each i.e.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;1 A(Job Name)&lt;/P&gt;&lt;P&gt;               A.Step1 (Variant 1)&lt;/P&gt;&lt;P&gt;               B.Step2 (Variant 2)&lt;/P&gt;&lt;P&gt;               C Step3 (Variant 3)&lt;/P&gt;&lt;P&gt;i want to code such that ... once my job(Repeat Sheduling) is called through my program it should call the Job for all the Steps  ?????&lt;/P&gt;&lt;P&gt;Can anyone suggest the process.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 10:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271644#M493472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T10:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat  Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271645#M493473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,,&lt;/P&gt;&lt;P&gt;while scheduling the job,,u can give the three steps...right??&lt;/P&gt;&lt;P&gt;It means all the 3 steps will be executed sequentially..&lt;/P&gt;&lt;P&gt;So whats ur problem now??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 10:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271645#M493473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T10:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat  Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271646#M493474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Where do  i need to specify the steps in code for which Function Module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 11:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271646#M493474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T11:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat  Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271647#M493475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,,&lt;/P&gt;&lt;P&gt;Those steps are related to job creation...(not in FM)..&lt;/P&gt;&lt;P&gt;Usually Jobs contains a single program and a variant(1 step)...But in ur case u have 3 steps(which will be executed one by one)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once ur jopb is triggered..job will run with 1st tep..aftre completeing that it runs for second step..and so on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 11:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271647#M493475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T11:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat  Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271648#M493476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when we are trying to submit the Job using JOB_submit FM there we have only one option to specify the varaint for one step how do i specify for multiple steps with there respective varinats&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 11:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271648#M493476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat  Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271649#M493477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohho...i thought that u r creating the job in SM36....&lt;/P&gt;&lt;P&gt;Y dont u try that..&lt;/P&gt;&lt;P&gt;goto sm36 click on job wizard tab...and then u can creat a job having multiple steps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 12:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeat-scheduling/m-p/2271649#M493477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T12:07:24Z</dc:date>
    </item>
  </channel>
</rss>

