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

createing a self exectuing program

Former Member
0 Likes
423

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
402

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

4 REPLIES 4
Read only

Former Member
0 Likes
403

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

Read only

Former Member
0 Likes
402

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.

Read only

Former Member
0 Likes
402

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.

Read only

Former Member
0 Likes
402

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