‎2005 Nov 09 7:44 AM
Hi All,
I need to write a program which can execute by itself if any of the conditions is met and it should not be called by any particular program.
Example: Like anti virus software when ever they detect anything(virus, etc.) they are executed by themselves.
Thanks in advance.
Regards,
Barjinder Singh.
‎2005 Nov 09 7:49 AM
A program can be excuted as a job (SM36). A job can be triggered at certain conditions: immediately, at certain time, after an event, after a job.
Svetlin
‎2005 Nov 09 7:49 AM
A program can be excuted as a job (SM36). A job can be triggered at certain conditions: immediately, at certain time, after an event, after a job.
Svetlin
‎2005 Nov 09 7:51 AM
Hi Barjinder.
1. make a program that works on certain condition.
2. define it with background job(T-code:SM36)
you can execute it periodically.(by 10 minutes or by 1 hour ...)
I wish this will help you.
Regards
kyung woo.
‎2005 Nov 09 7:54 AM
Hello Barjinder,
You can schedule a job for your report such that it starts executing after a particular condition is met. When you define a job, you will specify that the job should start off after an event.
Obviously, the report has to run in the background, since the avaialability of the SAPGUI / Dialog User cannot be guaranteed at the time the condition is met.
You might want to explore the SAP Online Help to familiarize yourself with the details - http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm.
Regards,
Anand Mandalika.
‎2005 Nov 09 8:31 AM
Hi All,
Thanks for so good replies, infect I need to have this program running along with front end on the terminals, not on the application servers.
Any ideas???
Can a zprogram be executed on presentation server by capturing any of the sap events from sap screens?
Thanks in advance for all the help.
Regards,
Barjinder Singh.
Message was edited by: Barjinder Singh