‎2013 Jan 21 9:13 AM
Hi
I am running an abap program in a BATCH mode - is there a way to get an indication that the program ended ?
i want that something like popup will apper when the program is ended or if anyone has other ideas .
Thanks
Ami
‎2013 Jan 21 9:15 AM
Hi Ami,
I don't think it is possible(pop-up). User has to manually check it.
An email notification can be given though
‎2013 Jan 21 9:18 AM
Hi Ami,
May be you can do one thing.
When the Job is completed you can send a SAP Email/ Trigger Workflow / Trigger another Program.
Check the Program Event in the Job STEPS SM36
Also check the SAP Standard Batch program helps like RSBDCBTC. Search with RSBDC* in SE38.
hope this helps.
‎2013 Jan 21 10:04 AM
Hi Ami,
create a tiny program that invokes a popup, e.g. by using FM TH_POPUP
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.
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).
If you like it really sofisticated you can fire an event and let the notifyer-job start on that event.
Loads of possibilities, if you don't mind a bit of research.
Regards
Jörg