<?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: stop multiple execution of program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-multiple-execution-of-program/m-p/6456543#M1414889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to maintain a new Z table, but you are better off maintaining some existing table like Dave suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can probably use some other method, but just make sure that there is a work-around when you really need to run the problem multiple times in a month. By using TVARV (or some other existing table), you (or basis) can clear the date field so the program can be run again when there is a legitimate need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2010 20:39:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-11T20:39:43Z</dc:date>
    <item>
      <title>stop multiple execution of program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-multiple-execution-of-program/m-p/6456540#M1414886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus,&lt;/P&gt;&lt;P&gt;I have a requirement , I want to restrict the user to execute a particular z program only once a month ,but i don't want to maintain the any ztable for that .&lt;/P&gt;&lt;P&gt;kindly sugust the way.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padamaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 06:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-multiple-execution-of-program/m-p/6456540#M1414886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T06:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: stop multiple execution of program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-multiple-execution-of-program/m-p/6456541#M1414887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try some thing like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use FM - &lt;STRONG&gt;SAPWL_WORKLOAD_GET_STATISTIC&lt;/STRONG&gt; to get statistics of Transaction.. &lt;/P&gt;&lt;P&gt;also check &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8457000"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;2. Check whether report executed in last one month and proceed accordingly.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 06:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-multiple-execution-of-program/m-p/6456541#M1414887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: stop multiple execution of program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-multiple-execution-of-program/m-p/6456542#M1414888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set a date-type parameter field in table TVARVC for your program.  Update it when the program runs to completion, at start of program retrieve the row and if the date (or month subset) matches criteria, inform user that the report cannot be run again in the same calendar month, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 13:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-multiple-execution-of-program/m-p/6456542#M1414888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T13:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: stop multiple execution of program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-multiple-execution-of-program/m-p/6456543#M1414889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to maintain a new Z table, but you are better off maintaining some existing table like Dave suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can probably use some other method, but just make sure that there is a work-around when you really need to run the problem multiple times in a month. By using TVARV (or some other existing table), you (or basis) can clear the date field so the program can be run again when there is a legitimate need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 20:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-multiple-execution-of-program/m-p/6456543#M1414889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T20:39:43Z</dc:date>
    </item>
  </channel>
</rss>

