<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737608#M1111573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Yes that is correct, the values that you set when you create a variant will be taken as default values while running the program in background, if you specified that variant while defining the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user can also choose a variant when running the job in foreground, and then make changes to the values and run the report in foreground or background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2008 12:51:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-03T12:51:29Z</dc:date>
    <item>
      <title>batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737604#M1111569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;  I am new to batch jobs.&lt;/P&gt;&lt;P&gt;(1)my requirement is i have to write a program, which should run only after successful completion of an existing job. how should i do this? please provide the knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one more thing &lt;/P&gt;&lt;P&gt;(2)the program that i should write is a selection screen program, with some input variants. is this possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Amarender Reddy B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 11:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737604#M1111569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T11:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737605#M1111570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Add you program as an additional step to the job and in you program &lt;/P&gt;&lt;P&gt;use FM BP_JOB_SELECT to check the status of the job on which completion you should progress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 11:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737605#M1111570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T11:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737606#M1111571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;1)my requirement is i have to write a program, which should run only after successful completion of an existing job. how should i do this? please provide the knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;simply write your program in the normal way you do otherwise. And when you schedule the job, add the programs as steps in the job in the order they should be executed. This way the steps ( programs with variants ) will be executed one by one in the same order you specified while creating the job. If there are any errors in one of the job, the entire job will fail and the remaining jobs in the chain will not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2)the program that i should write is a selection screen program, with some input variants. is this possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not clear what you mean. I'm guessing you are asking if you can schedule such a program or not. The answer is yes, if so.&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;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 11:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737606#M1111571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T11:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737607#M1111572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Advait,&lt;/P&gt;&lt;P&gt;  Thank you very much now i understood, the meaning 'adding a step ' in my FS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my second doubt is : when we have a selection screen program, if we schedule this, how the user will be able to give the input, when selection screen come up.&lt;/P&gt;&lt;P&gt;  what i understood from your point is that, we can give the variant also while adding the step, in that case always the same variant is taken, while running the job?&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plase clarify these also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Amarender Reddy B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 11:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737607#M1111572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T11:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737608#M1111573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Yes that is correct, the values that you set when you create a variant will be taken as default values while running the program in background, if you specified that variant while defining the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user can also choose a variant when running the job in foreground, and then make changes to the values and run the report in foreground or background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 12:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737608#M1111573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T12:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737609#M1111574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 08:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job/m-p/4737609#M1111574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T08:26:15Z</dc:date>
    </item>
  </channel>
</rss>

