<?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: Running job along with variant programatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-job-along-with-variant-programatically/m-p/5608198#M1277979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the function JOB_OPEN you could use the submit_statment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit &amp;lt;Reportname&amp;gt; user &amp;lt;user&amp;gt; via job &amp;lt;jobname&amp;gt; number &amp;lt;jobnumber&amp;gt; using selection-set &amp;lt;variant&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the jobname and jobnumber you would get from the JOB_OPEN-Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At last there would be a call function JOB_CLOSE or JOB_SUBMIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2009 11:03:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-04T11:03:29Z</dc:date>
    <item>
      <title>Running job along with variant programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-job-along-with-variant-programatically/m-p/5608196#M1277977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to run a report (which have selection screen) through job from the module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is the user will click on a button which triggers the execution of the report in back ground.&lt;/P&gt;&lt;P&gt;this report have a selection screen.I am creating the variant programatically &amp;amp; I have to use the same varinat in the job.But when I checked the job_open fm , it is not taking any input parametrs for variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please note creating the variant &amp;amp; job before the execution of the module pool program is not possible because I have to ceate the variant with the values from the module pool screen &amp;amp; I need to use the job &lt;/P&gt;&lt;P&gt;because the foreground process takes huge amount of time hence going for back ground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please tell how to cretae a job with varinat programatically?&lt;/P&gt;&lt;P&gt;creating a job with out variant is possible through job_open but I want to create a job with variant so that I can run the repor from module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 10:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-job-along-with-variant-programatically/m-p/5608196#M1277977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T10:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running job along with variant programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-job-along-with-variant-programatically/m-p/5608197#M1277978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check FM : BP_JOBVARIANT_SCHEDULE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: I039643 on May 4, 2009 4:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 11:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-job-along-with-variant-programatically/m-p/5608197#M1277978</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-05-04T11:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Running job along with variant programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-job-along-with-variant-programatically/m-p/5608198#M1277979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the function JOB_OPEN you could use the submit_statment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit &amp;lt;Reportname&amp;gt; user &amp;lt;user&amp;gt; via job &amp;lt;jobname&amp;gt; number &amp;lt;jobnumber&amp;gt; using selection-set &amp;lt;variant&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the jobname and jobnumber you would get from the JOB_OPEN-Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At last there would be a call function JOB_CLOSE or JOB_SUBMIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 11:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-job-along-with-variant-programatically/m-p/5608198#M1277979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T11:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Running job along with variant programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-job-along-with-variant-programatically/m-p/5608199#M1277980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the variant using the SUBMIT statement or JOB_SUBMIT function module.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 11:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-job-along-with-variant-programatically/m-p/5608199#M1277980</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-05-04T11:03:43Z</dc:date>
    </item>
  </channel>
</rss>

