Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

abap program running in Batch mode

Former Member
0 Likes
758

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

3 REPLIES 3
Read only

former_member491621
Contributor
0 Likes
502

Hi Ami,

I don't think it is possible(pop-up). User has to manually check it.

An email notification can be given though

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
502

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.

Read only

0 Likes
502

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