<?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: createing a self exectuing program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049347#M88758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Barjinder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to explore the SAP Online Help to familiarize yourself with the details - &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2005 07:54:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-09T07:54:59Z</dc:date>
    <item>
      <title>createing a self exectuing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049344#M88755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 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.&lt;/P&gt;&lt;P&gt;Example: Like anti virus software when ever they detect anything(virus, etc.) they are executed by themselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barjinder Singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 07:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049344#M88755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T07:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: createing a self exectuing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049345#M88756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 07:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049345#M88756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T07:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: createing a self exectuing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049346#M88757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barjinder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. make a program that works on certain condition.&lt;/P&gt;&lt;P&gt;2. define it with background job(T-code:SM36)&lt;/P&gt;&lt;P&gt;   you can execute it periodically.(by 10 minutes or by 1 hour ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kyung woo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 07:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049346#M88757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: createing a self exectuing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049347#M88758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Barjinder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to explore the SAP Online Help to familiarize yourself with the details - &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 07:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049347#M88758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T07:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: createing a self exectuing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049348#M88759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 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. &lt;/P&gt;&lt;P&gt; Any ideas???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can a zprogram be executed on presentation server by capturing any of the sap events from sap screens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for all the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barjinder Singh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Barjinder Singh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 08:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/createing-a-self-exectuing-program/m-p/1049348#M88759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T08:31:02Z</dc:date>
    </item>
  </channel>
</rss>

