<?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: When was a program/ transaction last run? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760203#M36895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only issue with STAT is that this file is overwritten from time to time depending on the transaction volume your system has.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2004 13:49:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-06-14T13:49:01Z</dc:date>
    <item>
      <title>When was a program/ transaction last run?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760199#M36891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been asked if it is possible to determine when an ABAP program or SAP transaction was last run. Does anyone know if this information is held on the system and if so where?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2004 14:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760199#M36891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-19T14:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: When was a program/ transaction last run?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760200#M36892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    That data is stored in a statistics file.  To get to it, try using function module SAPWL_STATREC_READ_FILE.  Before calling the function, you will need to get the path of the statistics file, and to do that try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL 'C_SAPGPARAM' ID 'NAME'  FIELD 'stat/file'&lt;/P&gt;&lt;P&gt;                      ID 'VALUE' FIELD WS_PATH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to use WS_PATH on the STATISTIC_FILE  exporting parameter on the call to SAPWL_STATREC_READ_FILE.  You should get the data back in the V2 records (releases over 4.0) and in V1 (releases &amp;lt; 4.0).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2004 20:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760200#M36892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-19T20:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: When was a program/ transaction last run?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760201#M36893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your reply. I'll give it a go!&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;KB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2004 07:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760201#M36893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-05-20T07:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: When was a program/ transaction last run?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760202#M36894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this tcode&lt;/P&gt;&lt;P&gt;STAT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2004 17:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760202#M36894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-07T17:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: When was a program/ transaction last run?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760203#M36895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only issue with STAT is that this file is overwritten from time to time depending on the transaction volume your system has.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2004 13:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760203#M36895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-14T13:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: When was a program/ transaction last run?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760204#M36896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we configure our system, so that the file can be overwritten after desired period of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2004 04:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760204#M36896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-09-08T04:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: When was a program/ transaction last run?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760205#M36897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering which function I should use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use SAPWL_STATREC_READ_FILE on UNIX and it fails in the same time &lt;/P&gt;&lt;P&gt;I am running the same code on windows and it receives the information.&lt;/P&gt;&lt;P&gt;Can you help me figure out why do I get exception WRONG_PARAMETER_COMBINATION?&lt;/P&gt;&lt;P&gt;While it seems that my information is acceptable on windows&lt;/P&gt;&lt;P&gt;I am using 47 App servers &lt;/P&gt;&lt;P&gt;This code used to work against 46c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10x&lt;/P&gt;&lt;P&gt;Assaf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 23:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760205#M36897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T23:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: When was a program/ transaction last run?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760206#M36898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your TRACE is switched on (ST05) you will be able to list out the transactions and programs that gets executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 03:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760206#M36898</guid>
      <dc:creator>Private_Member_17805</dc:creator>
      <dc:date>2006-03-02T03:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: When was a program/ transaction last run?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760207#M36899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPAU tcode also may help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STAT too check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 04:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-was-a-program-transaction-last-run/m-p/760207#M36899</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-03-02T04:16:03Z</dc:date>
    </item>
  </channel>
</rss>

