<?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: abap program running in Batch mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-running-in-batch-mode/m-p/9231959#M1718676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it is possible(pop-up). User has to manually check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An email notification can be given though &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2013 09:15:02 GMT</pubDate>
    <dc:creator>former_member491621</dc:creator>
    <dc:date>2013-01-21T09:15:02Z</dc:date>
    <item>
      <title>abap program running in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-running-in-batch-mode/m-p/9231958#M1718675</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;I am running an abap program in a BATCH mode - is there a way to get an indication that the program ended ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want that something like popup will apper when the program is ended or if anyone has other ideas .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 09:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-running-in-batch-mode/m-p/9231958#M1718675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-21T09:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: abap program running in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-running-in-batch-mode/m-p/9231959#M1718676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it is possible(pop-up). User has to manually check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An email notification can be given though &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 09:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-running-in-batch-mode/m-p/9231959#M1718676</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-01-21T09:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: abap program running in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-running-in-batch-mode/m-p/9231960#M1718677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can do one thing.&lt;/P&gt;&lt;P&gt;When the Job is completed you can send a SAP Email/ Trigger Workflow / Trigger another Program.&lt;/P&gt;&lt;P&gt;Check the Program Event in the Job STEPS SM36&lt;/P&gt;&lt;P&gt;Also check the SAP Standard Batch program helps like RSBDCBTC. Search with RSBDC* in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 09:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-running-in-batch-mode/m-p/9231960#M1718677</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2013-01-21T09:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: abap program running in Batch mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-running-in-batch-mode/m-p/9231961#M1718678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ami,&lt;/P&gt;&lt;P&gt;create a tiny program that invokes a popup, e.g. by using FM TH_POPUP&lt;/P&gt;&lt;P&gt;addressed to the user that started the Job or any one that should know about it beeing finished. Of cause you would want to check first, if the user is currently logged in. &lt;/P&gt;&lt;P&gt;This program can be either appended to the job as last step or in a separate job linked to the one in question by sequence (start after job).&lt;/P&gt;&lt;P&gt;If you like it really sofisticated you can fire an event and let the notifyer-job start on that event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loads of possibilities, if you don't mind a bit of research.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jörg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 10:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-running-in-batch-mode/m-p/9231961#M1718678</guid>
      <dc:creator>jrg_wulf</dc:creator>
      <dc:date>2013-01-21T10:04:41Z</dc:date>
    </item>
  </channel>
</rss>

