<?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: Tcode STAT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571450#M257951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question for FM SAPWL_WORKLOAD_GET_STATISTIC. It table parameter MEMORY_STATISTIC, may i know what are the values defined for the &amp;lt;u&amp;gt;TASKTYPE&amp;lt;/u&amp;gt;? From the desc of the data element, it stated the value is stand for DIA, BTC, UPD. But i can not determined the mapping value. Because the actual value returned is "01", "02"...etc... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Sep 2006 03:23:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-17T03:23:18Z</dc:date>
    <item>
      <title>Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571439#M257940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Question 1:&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Would like to check with you instead of using Tcode STAT(online) to pull the most recent executed program, is there a FM/any tools available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intention is, to execute my customize program in background mode to extract the list. Because im having 1000++ programs that i need to access where manual way by using TCode STAT is very+++ difficult to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Question 2:&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;May i know what is the retention period for the log that keep in the system? Is there a way to check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please comment for the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 10:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571439#M257940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T10:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571440#M257941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below FM:&lt;/P&gt;&lt;P&gt;SAPWL_READ_STATISTIC_FILES&lt;/P&gt;&lt;P&gt;SAPWL_READ_STAT_A_ASTAT_FILES&lt;/P&gt;&lt;P&gt;SAPWL_STATREC_DIRECT_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 10:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571440#M257941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T10:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571441#M257942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Function module SAPWL_WORKLOAD_GET_STATISTIC for getting the statistics of the executed programs.The data to be passed to the Function module can be retrieved using the Function module SAPWL_WORKLOAD_GET_DIRECTORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop through the dir(internal table) returned by FM SAPWL_WORKLOAD_GET_DIRECTORY and call the function module SAPWL_WORKLOAD_GET_STATISTIC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 10:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571441#M257942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T10:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571442#M257943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Imtiaz Ahmed, Prakash. Im in the midst of testing on the FMs that mentioned by you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the mean time, im checking the table(s) to stored all the customize objects where included program, sapscript, smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know table TRDIR used to stored objects for Program, but how about sapscript and smartforms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of looking for tables, do you know which FM(s) that i can use to achieve the search for customize objects for Program, Sapscript and Smartforms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls comment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 06:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571442#M257943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T06:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571443#M257944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Imtiaz Ahmed, Prakash. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After went through the FMs given by you, noticed the execution of the FM is base on Start date/time, End date/time and etc to produce the statistic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for my requirement, the key input is &amp;lt;u&amp;gt;Program name&amp;lt;/u&amp;gt;. FYI, &amp;lt;u&amp;gt;i will extract a list of customize program name and check for their most recent execution date&amp;lt;/u&amp;gt;. As compare to those FMs, Program name is not part of the IMPORT parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 10:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571443#M257944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T10:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571444#M257945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Function module SAPWL_WORKLOAD_GET_STATISTIC returns table  MEMORY_STATISTIC which will have the information regarding the reports run in the particular time period. The field &amp;lt;b&amp;gt;memory_statistic-entry_id&amp;lt;/b&amp;gt; has the report name. you can loop through the Memory_statistic internal table return and compare check the report name which we require and if it is successful append the data to one more internal table.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 10:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571444#M257945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T10:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571445#M257946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply. But there are few similar FMs like the one mentioned by Prakash: SAPWL_READ_STATISTIC_FILES&lt;/P&gt;&lt;P&gt;SAPWL_READ_STAT_A_ASTAT_FILES&lt;/P&gt;&lt;P&gt;SAPWL_STATREC_DIRECT_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and yours SAPWL_WORKLOAD_GET_STATISTIC. Im a bit confuse here after executed each of them. And found there are similar. Could you pls advice which FM is best suite me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, i notice the FM SAPWL_WORKLOAD_GET_DIRECTORY only returned statistic for &amp;lt;u&amp;gt;ONE month&amp;lt;/u&amp;gt; only, for eg: 15.08.2006 - 14.09.2006. But for my case, i need to access the statistic for the pass 3 months... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 01:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571445#M257946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T01:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571446#M257947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, futhermore do you know which TCode to used for the setting of statistic log's retention period?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 01:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571446#M257947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T01:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571447#M257948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the list that returned by FM SAPWL_WORKLOAD_GET_DIRECTORY from my system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;STARTDATE   P	HOSTID	FIRSTRECDY	LASTRECDY
				
15.08.2006  D	TOTAL	 15.08.2006	15.08.2006
16.08.2006  D	TOTAL	 16.08.2006	16.08.2006
17.08.2006  D	TOTAL	 17.08.2006	17.08.2006
18.08.2006  D	TOTAL	 18.08.2006	18.08.2006
19.08.2006  D	TOTAL	 19.08.2006	19.08.2006
20.08.2006  D	TOTAL	 20.08.2006	20.08.2006
21.08.2006  D	TOTAL	 21.08.2006	21.08.2006
22.08.2006  D	TOTAL	 22.08.2006	22.08.2006
23.08.2006  D	TOTAL	 23.08.2006	23.08.2006
24.08.2006  D	TOTAL	 24.08.2006	24.08.2006
25.08.2006  D	TOTAL	 25.08.2006	25.08.2006
26.08.2006  D	TOTAL	 26.08.2006	26.08.2006
27.08.2006  D	TOTAL	 27.08.2006	27.08.2006
28.08.2006  D	TOTAL	 28.08.2006	28.08.2006
29.08.2006  D	TOTAL	 29.08.2006	29.08.2006
30.08.2006  D	TOTAL	 30.08.2006	30.08.2006
31.08.2006  D	TOTAL	 31.08.2006	31.08.2006
01.09.2006  D	TOTAL	 01.09.2006	01.09.2006
02.09.2006  D	TOTAL	 02.09.2006	02.09.2006
03.09.2006  D	TOTAL	 03.09.2006	03.09.2006
04.09.2006  D	TOTAL	 04.09.2006	04.09.2006
05.09.2006  D	TOTAL	 05.09.2006	05.09.2006
06.09.2006  D	TOTAL	 06.09.2006	06.09.2006
07.09.2006  D	TOTAL	 07.09.2006	07.09.2006
08.09.2006  D	TOTAL	 08.09.2006	08.09.2006
09.09.2006  D	TOTAL	 09.09.2006	09.09.2006
10.09.2006  D	TOTAL	 10.09.2006	10.09.2006
11.09.2006  D	TOTAL	 11.09.2006	11.09.2006
12.09.2006  D	TOTAL	 12.09.2006	12.09.2006
13.09.2006  D	TOTAL	 13.09.2006	13.09.2006
14.09.2006  D	TOTAL	 14.09.2006	14.09.2006
&amp;lt;i&amp;gt;&amp;lt;u&amp;gt;01.07.2006  M&amp;lt;/u&amp;gt;&amp;lt;/i&amp;gt;	TOTAL	 01.07.2006	31.07.2006
&amp;lt;i&amp;gt;&amp;lt;u&amp;gt;01.08.2006  M&amp;lt;/u&amp;gt;&amp;lt;/i&amp;gt;	TOTAL	 01.08.2006	31.08.2006
&amp;lt;i&amp;gt;&amp;lt;u&amp;gt;01.09.2006  M&amp;lt;/u&amp;gt;&amp;lt;/i&amp;gt;	TOTAL	 01.09.2006	14.09.2006
31.07.2006  W	TOTAL	 31.07.2006	06.08.2006
07.08.2006  W	TOTAL	 07.08.2006	13.08.2006
14.08.2006  W	TOTAL	 14.08.2006	20.08.2006
21.08.2006  W	TOTAL	 21.08.2006	27.08.2006
28.08.2006  W	TOTAL	 28.08.2006	03.09.2006
04.09.2006  W	TOTAL	 04.09.2006	10.09.2006
11.09.2006  W	TOTAL	 11.09.2006	14.09.2006
15.08.2006  D	saprz1#1 15.08.2006	15.08.2006
16.08.2006  D	saprz1#1 16.08.2006	16.08.2006
17.08.2006  D	saprz1#1 17.08.2006	17.08.2006
18.08.2006  D	saprz1#1 18.08.2006	18.08.2006
19.08.2006  D	saprz1#1 19.08.2006	19.08.2006
20.08.2006  D	saprz1#1 20.08.2006	20.08.2006
21.08.2006  D	saprz1#1 21.08.2006	21.08.2006
22.08.2006  D	saprz1#1 22.08.2006	22.08.2006
23.08.2006  D	saprz1#1 23.08.2006	23.08.2006
24.08.2006  D	saprz1#1 24.08.2006	24.08.2006
25.08.2006  D	saprz1#1 25.08.2006	25.08.2006
26.08.2006  D	saprz1#1 26.08.2006	26.08.2006
27.08.2006  D	saprz1#1 27.08.2006	27.08.2006
28.08.2006  D	saprz1#1 28.08.2006	28.08.2006
29.08.2006  D	saprz1#1 29.08.2006	29.08.2006
30.08.2006  D	saprz1#1 30.08.2006	30.08.2006
31.08.2006  D	saprz1#1 31.08.2006	31.08.2006
01/09/2006  D	saprz1#1 01.09.2006	01.09.2006
02/09/2006  D	saprz1#1 02.09.2006	02.09.2006
03/09/2006  D	saprz1#1 03.09.2006	03.09.2006
04/09/2006  D	saprz1#1 04.09.2006	04.09.2006&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got to know that Period type D=Daily, W=Weekly, M=Monthly, and Y=Yearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Question 1:&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Im forcusing on the Period with M, thats 01.07.2006, 01.08.2006 and 01.09.2006. Since my request is to access records from the recent pass 3 months, can i just take these 3 records for the process of FM SAPWL_WORKLOAD_GET_STATISTIC? Im not sure abt this. pls comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Question 2:&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;May i know what is the meaning of HOSTID "TOTAL" and "saprz1#1". What are the diferrences between these 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Question 3:&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;If base on the Daily(D) rec above, i just have from date 15.08.2006 until 14.09.2006. But why the Month(M) rec return by FM included month July plus 1st half month of Aug? Am i save to just process the Month(M) record (pointed at question 1) ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your comment is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 06:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571447#M257948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T06:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571448#M257949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FSCHU,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;answer to question 1 - use the function module SAPWL_READ_STATISTIC_FILES&lt;/P&gt;&lt;P&gt;SAPWL_ASTAT_DIRECT_READ&lt;/P&gt;&lt;P&gt;or use tcode ST03 or ST03N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;answer to question 2 - yes you can chek the retention period and also allowed to change by default SAP maintain for 2 days 2 weeks 2 months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;runn tcode ST03n -&amp;gt; select expert mode from leftmost top coner -&amp;gt;collector and performance DB -&amp;gt; performance database -&amp;gt; Reorganization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you will get default retention setting i.e. 2-2-2&lt;/P&gt;&lt;P&gt;change according to your requirement and save the changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 07:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571448#M257949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T07:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571449#M257950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;Thanks for your suggestion. Im having problem for using FM  SAPWL_READ_STATISTIC_FILES. My intention is to read the log from the pass 3 months. But eventhough i key in the READ_START_DATE = 01.08.2006 , the FM will return nothing to me. As i noticed, statistic will only return for today's date. Pls comment if i key in the input wrongly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPWL_ASTAT_DIRECT_READ -&amp;gt; does not exist. Do you mean FM SAPWL_READ_STAT_A_ASTAT_FILES? If yes, then the problem for this FM is: always return yesterday's (14.09.2006) statistic eventhough i key in the READ_START_DATE = 01.08.2006, READ_END_DATE = 15.09.2006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls comment for the above, im just worried i key in the wrong input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;Im using 4.6C, in ST03N i can get until -&amp;gt; select expert mode from leftmost top coner -&amp;gt;collector and performance DB -&amp;gt; performance database, in my system do not have option for &amp;lt;u&amp;gt;Reorganization&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls comment for all the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 08:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571449#M257950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T08:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571450#M257951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question for FM SAPWL_WORKLOAD_GET_STATISTIC. It table parameter MEMORY_STATISTIC, may i know what are the values defined for the &amp;lt;u&amp;gt;TASKTYPE&amp;lt;/u&amp;gt;? From the desc of the data element, it stated the value is stand for DIA, BTC, UPD. But i can not determined the mapping value. Because the actual value returned is "01", "02"...etc... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 03:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571450#M257951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T03:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571451#M257952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just want to check with you further, whether i can access the statistic for the execution of Smartforms and SAPScripts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 03:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571451#M257952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T03:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571452#M257953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fschu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to read last 3 months log than try with this FM "SAPWL_WORKLOAD_GET_STATISTIC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and your input should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to read for Day/Week/Month than your &lt;/P&gt;&lt;P&gt;1.  periodtype will be D/W/M  int your case now it will   be M for months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Hostid = TOTAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Startdate = 08/01/2006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the return table - HITLIST_DBCALSS will give all statistics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 05:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571452#M257953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T05:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode STAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571453#M257954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. But may i know what are the differences for the return table HITLIST_DBCALLS and MEMORY_STATISTIC. Base on desc HITLIST_DBCALLS is reporting the hit list for DB while MEMORY_STATISTIC is reporting by the memory hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By applying to my case, where i just need to get the full list of executed program within the accessing period. &amp;lt;b&amp;gt;Which returned table do you think is best suite me?&amp;lt;/b&amp;gt; As i checked MEMORY_STATISTIC is returning more entries than HITLIST_DBCALLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 07:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-stat/m-p/1571453#M257954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T07:03:09Z</dc:date>
    </item>
  </channel>
</rss>

