<?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: Using RSBTONEJOB2 with multiple reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635251#M1762328</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;&amp;nbsp; I believe you cannot achieve this just using &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RSBTONEJOB2&lt;/SPAN&gt;...in 1 job..without additional coding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 18:25:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-23T18:25:31Z</dc:date>
    <item>
      <title>Using RSBTONEJOB2 with multiple reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635248#M1762325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We currently have a job which executes RPTARQPOST and then RPTEXTPT with appropriate variants every few minutes.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The trouble is lately we've noticed that multiple copies of the job that runs them end up running at the same time as the first job hasn't finished in the allowed timeframe.&lt;/P&gt;&lt;P&gt;I have looked into&amp;nbsp; RSBTONEJOB and&amp;nbsp; RSBTONEJOB2 in Note &lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/557610" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 557610 - CUA: Lock problem with serial IDOC processing&lt;/SPAN&gt;&lt;/A&gt;. I think RSBTONEJOB2 would be the one to use but from what I can see it only allows you to run one report but I obviously want to run both the reports one after the other each time.&amp;nbsp; Is there a way to do this without splitting them into two jobs or is that my only option ?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm probably missing something somewhere, it's not uncommon, but any help/suggestions much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 10:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635248#M1762325</guid>
      <dc:creator>daniel_piggott-genge</dc:creator>
      <dc:date>2013-07-23T10:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using RSBTONEJOB2 with multiple reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635249#M1762326</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; try creating a job with 3 steps...1st step that will be running &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RSBTONEJOB2&lt;/SPAN&gt; and 2nd and 3rd steps as &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RPTARQPOST and then RPTEXTPT&lt;/SPAN&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please correct me if I misunderstood your problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 17:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635249#M1762326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-23T17:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using RSBTONEJOB2 with multiple reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635250#M1762327</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; Sorry...Correcting my earlier...reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I just checked both the programs...looks like for your requirement you have to use &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RSBTONEJOB..since it gives you the option to abort..the job...if the current job is already running..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp; otherwise...you can copy &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RSBTONEJOB2 and submit the programs one after another...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S-message is used to get a job log entry without aborting the job&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;message &lt;/SPAN&gt;s398&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;00&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Ok, exact one job is running'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;004&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;space space space&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;perform &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;submit&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 18:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635250#M1762327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-23T18:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using RSBTONEJOB2 with multiple reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635251#M1762328</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;&amp;nbsp; I believe you cannot achieve this just using &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RSBTONEJOB2&lt;/SPAN&gt;...in 1 job..without additional coding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 18:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635251#M1762328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-23T18:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using RSBTONEJOB2 with multiple reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635252#M1762329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Narendran,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; I was hoping I could have got it to work with RSBTONEJOB2 to save cancelled jobs in SM37 but it sounds like that is the best option in this case.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 08:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-rsbtonejob2-with-multiple-reports/m-p/9635252#M1762329</guid>
      <dc:creator>daniel_piggott-genge</dc:creator>
      <dc:date>2013-07-24T08:34:45Z</dc:date>
    </item>
  </channel>
</rss>

