<?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 report run date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516893#M237804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; is there a way to get the last run date and time of a report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;poitns assured to all the replies..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2006 11:11:34 GMT</pubDate>
    <dc:creator>madan_ullasa</dc:creator>
    <dc:date>2006-08-01T11:11:34Z</dc:date>
    <item>
      <title>report run date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516893#M237804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; is there a way to get the last run date and time of a report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;poitns assured to all the replies..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 11:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516893#M237804</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-08-01T11:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: report run date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516894#M237805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;v can query the Table TVAVRV as follows:

select single low
from tvarv into last_date
where name = 'LAST_RUN_DATE_END'
and type = 'P' "variable
and numb = 0. "variable

* Assign last run date to variable 
last_date_end = last_date."variable

* update the run date in TVARV table
clear tvarv.
move 'LAST_RUN_DATE_END' to tvarv-name.
move 'P' to tvarv-type.
move 0 to tvarv-numb.
move sy-datum to tvarv-low.
modify tvarv.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 11:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516894#M237805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T11:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: report run date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516895#M237806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the SAP system does not store a timestamp of the last execution by default. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume the Coverage Analyser (SCOV) / Release 6.40+ may store such an information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 11:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516895#M237806</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2006-08-01T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: report run date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516896#M237807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use transaction STAT to find out, but the information you will get depends on the number of statistical records kept (probably only a limited number of time...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can check this thread as well.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1532372"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 11:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516896#M237807</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-08-01T11:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: report run date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516897#M237808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked SCOV meanwhile. I found no trace of the last exec timestamp. It seems like I was wrong in my assumption.&lt;/P&gt;&lt;P&gt;Sorry&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 11:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-run-date/m-p/1516897#M237808</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2006-08-01T11:40:52Z</dc:date>
    </item>
  </channel>
</rss>

