<?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: ST03N - process needed for user to perform this function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612870#M1278927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am on my development system and I have entered some tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now running the function module SAPWL_AS_WORKL_GET_STATISTIC  with the following information &lt;/P&gt;&lt;P&gt;periodtype = M&lt;/P&gt;&lt;P&gt;hostid = my host id&lt;/P&gt;&lt;P&gt;startdate = 05/01/2009&lt;/P&gt;&lt;P&gt;and the FM is returning NO_DATA_FOUND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if I am entering the correct data or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried SAPWL_TABSTAT_GET_STATISTIC, and SAPWL_WORKLOAD_GET_STATISTIC and I am getting the same NO_DATA_FOUND message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 15:28:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-07T15:28:52Z</dc:date>
    <item>
      <title>ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612865#M1278922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Frequently, our auditors request ST03N information that we run for them and send to them. this information includes the number of users logged on in a certain period, the transactions that theuser has executed in the certain period, the number of times a tcode was executed in a certain period. we would like to create a process where the auditors could perform this themselves. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a way to accomplish this. I would to create a something that could call ST03N with the selction criteria by the auditors , but I am not sure if ST03N can be called in the program and pass the parameters.  I am also looking at using the CDHDR and CDPOS tables to get the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is if anyone has done anything like this before and if so, what process did you use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also looking for any others ideas on how to do this and if the ideas that I mentioned above would work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 14:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612865#M1278922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612866#M1278923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For ST03N you can call fm SAPWL_AS_WORKL_GET_STATISTIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for CDHDR/CDPOS you can use like the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  submit rsscd100 with objekt = object_class
                  with  objektid = objectid
                  with  udate    = yctc-erdat
                          and return.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 14:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612866#M1278923</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-05-07T14:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612867#M1278924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking a the CDHDR and CDPOS tables and I am not seeing the information that I thought I would. I did some transactions and then I looked in the CDHDR table and I did nto see the entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone tell me what tables store the user and the tocde information that is used for the ST03N transaction or if there are other tables that store this information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 14:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612867#M1278924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612868#M1278925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ST03N data get stored in file in OS level.( that also have limitation of some MB of filesize maintained by basis) Its not getting stored in any sap database tables. If you want to read the data you need to use function module mentioned in my earlier reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and CDHDR or CDPOS will not contain any data related to user transactions. its meant for change documents ( on field level)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 14:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612868#M1278925</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-05-07T14:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612869#M1278926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can have a look in transactions of STAU, STAH(if my memory is correctly working, these r the transactions!).....and take F1 help in these transactons.....currently i dont hv SAP access, so, i can not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 15:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612869#M1278926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T15:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612870#M1278927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am on my development system and I have entered some tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now running the function module SAPWL_AS_WORKL_GET_STATISTIC  with the following information &lt;/P&gt;&lt;P&gt;periodtype = M&lt;/P&gt;&lt;P&gt;hostid = my host id&lt;/P&gt;&lt;P&gt;startdate = 05/01/2009&lt;/P&gt;&lt;P&gt;and the FM is returning NO_DATA_FOUND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if I am entering the correct data or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried SAPWL_TABSTAT_GET_STATISTIC, and SAPWL_WORKLOAD_GET_STATISTIC and I am getting the same NO_DATA_FOUND message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 15:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612870#M1278927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T15:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612871#M1278928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been searching the SDN and I found the following FM SAPWL_STATREC_DIRECT_READ that I could get to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone have any information on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am comparing the output from the FM that I ran selecting information for my id and the output from the ST03N on my ID that I ran. In ST03N I can see the tcodes that I executed for a certain period of time. in the output from the FM I cannot see this tcode information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there something that I am missing on this or is it that this FM does not produce this type of information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 17:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612871#M1278928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T17:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612872#M1278929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this code, its working fine for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  select instshort from sapwlserv into rsystem
                                  up to 1 rows
                                where host = sy-host.
  endselect.

  data : speriod(1) type c default 'D', "Period type D, M, Y

  call function 'SAPWL_WORKLOAD_GET_STATISTIC'
        exporting
          periodtype                    = speriod
          hostid                        = rsystem
          startdate                     = sdate
          only_application_statistic    = 'X'
        tables
          application_statistic         = tt_summu
        exceptions
          unknown_periodtype            = 1
          no_data_found                 = 2
          others                        = 3.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 18:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612872#M1278929</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-05-08T18:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612873#M1278930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a®s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for sending the code.  I am working with this in a test program and I am not sure about the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; tables&lt;/P&gt;&lt;P&gt;          application_statistic         = tt_summu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tihinking that this is a internal table.&lt;/P&gt;&lt;P&gt;do you have the definition or layout for this table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 12:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612873#M1278930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T12:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612874#M1278931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data  tt_summu like sapwlustcx occurs 250 with header line.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at tt_summu.
      move tt_summu-entry_id(40) to v_tcode.  " Contains the report name or Tcode

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612874#M1278931</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-05-12T13:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612875#M1278932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a®s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the update!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is working great.   one more thing - is there a way to get the short text for the report/transaction field?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not see it in the tt_summu table after the function call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is not possible, I think I can get from the TSTCB unless you know of a better wsay to get this information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612875#M1278932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612876#M1278933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be TSTCT  table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612876#M1278933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612877#M1278934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Description of Tcode you need to select from TSTCT table using Tcode, fm will not return the Tcode description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612877#M1278934</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-05-12T13:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612878#M1278935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a®s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;okay. that is what I thought I would have to do if the FM could not send it back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I am good to go here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for all of the help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 14:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612878#M1278935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T14:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: ST03N - process needed for user to perform this function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612879#M1278936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have gone through the entire thread. I am trying to implement a similar scenario but the FM returns NO_DATA_FOUND for me.&lt;/P&gt;&lt;P&gt;Can somebody help me with why is this happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given the required parameters still its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 15:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st03n-process-needed-for-user-to-perform-this-function/m-p/5612879#M1278936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-05T15:15:29Z</dc:date>
    </item>
  </channel>
</rss>

