<?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: Background Job creation (Using multiple variants) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235448#M481415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Thanks for your early reply. Do you have any model Interface program which creates files and send to Legacy system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 16:07:54 GMT</pubDate>
    <dc:creator>former_member297642</dc:creator>
    <dc:date>2007-05-08T16:07:54Z</dc:date>
    <item>
      <title>Background Job creation (Using multiple variants)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235445#M481412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           I have a requirement that I need to send 3 different files from SAP to Legacy system.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    First file       ---&amp;gt; at 1:30 PM &amp;amp; 6:30 PM  (Daily twice).&lt;/P&gt;&lt;P&gt;    Second file  -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; at 2:30 AM (Daily).&lt;/P&gt;&lt;P&gt;    Third file      -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; at 1:00 Am (Daily). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I need to write a Interface Report program to create these three files and send to Legacy system. So can I create a job according to the mentioned timings above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Note : Each file will be using different variant) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you understand my problem. Appreciated your early inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know that you want more explanation......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235445#M481412</guid>
      <dc:creator>former_member297642</dc:creator>
      <dc:date>2007-05-08T14:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Background Job creation (Using multiple variants)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235446#M481413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ranjith_T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i undestood you right, you want your interface to run twice with one variant (say variant 1), and once with variant 2 and 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating your interface, there are several options to schedule that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One very simple would be (in SM37):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Create a daily job (var1) at 1:30 PM&lt;/P&gt;&lt;P&gt;- Create a daily job (var1) at 6:30 PM&lt;/P&gt;&lt;P&gt;- Create a daily job (var2) at 2:30 AM&lt;/P&gt;&lt;P&gt;- Create a daily job (var3) at 1:00 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's not it explain a little better the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use FM JOB_OPEN and FM JOB_CLOSE but in this scenario i dont't think it's necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward usefull ideias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235446#M481413</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2007-05-08T14:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Background Job creation (Using multiple variants)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235447#M481414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ranjith_T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i undestood you right, you want your interface to run twice with one variant (say variant 1), and once with variant 2 and 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating your interface, there are several options to schedule that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One very simple would be (in SM37):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Create a daily job (var1) at 1:30 PM&lt;/P&gt;&lt;P&gt;- Create a daily job (var1) at 6:30 PM&lt;/P&gt;&lt;P&gt;- Create a daily job (var2) at 2:30 AM&lt;/P&gt;&lt;P&gt;- Create a daily job (var3) at 1:00 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's not it explain a little better the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use FM JOB_OPEN and FM JOB_CLOSE but in this scenario i dont't think it's necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward usefull ideias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 14:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235447#M481414</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2007-05-08T14:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Background Job creation (Using multiple variants)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235448#M481415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Thanks for your early reply. Do you have any model Interface program which creates files and send to Legacy system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 16:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235448#M481415</guid>
      <dc:creator>former_member297642</dc:creator>
      <dc:date>2007-05-08T16:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Background Job creation (Using multiple variants)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235449#M481416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you want to send the files to that Legacy system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 16:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235449#M481416</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2007-05-08T16:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Background Job creation (Using multiple variants)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235450#M481417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include a field on the selection screen for the name of the File that you want to send.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 4 Variants (One for Each File Type &amp;amp; Time Combination)&lt;/P&gt;&lt;P&gt; Var1A  &amp;amp; Var1B - First File &lt;/P&gt;&lt;P&gt; Var2 - Second File &lt;/P&gt;&lt;P&gt; Var3 - Third File &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Transaction SM36 to create 4 Background Jobs:&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 : Var1 (For 1st File)&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. Specify Schedule Start date (Todays Date) - Dont specify end date so it will execute everyday&lt;/P&gt;&lt;P&gt;3. Give the Time that u want to start the processing (1:30 PM as 13:30:00 for 1st variant)&lt;/P&gt;&lt;P&gt;4. 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;5. Select Periodic Value as Daily &amp;amp; Save &lt;/P&gt;&lt;P&gt;6. Save the Job &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the other 3 jobs similarly with the required variant &amp;amp; Time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should hopefully solve your problem !!&lt;/P&gt;&lt;P&gt;Kindly be generous with points if you find the solution useful....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav Parashar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 05:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235450#M481417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T05:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Background Job creation (Using multiple variants)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235451#M481418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this ranjith tavidisetty.... if yes please call me on 09974440499...&lt;/P&gt;&lt;P&gt;need to speak to you.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 04:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-creation-using-multiple-variants/m-p/2235451#M481418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T04:17:45Z</dc:date>
    </item>
  </channel>
</rss>

