<?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: Summarizing SAP Audit Logs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823854#M1956114</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;this guy has made some thoughts about ST03N data, maybe you can use it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="43690" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="How to read ST03N datasets from DB" href="https://community.sap.com/" modifiedtitle="true" title="How to read ST03N datasets from DB"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice weekend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2016 15:52:30 GMT</pubDate>
    <dc:creator>JanSchlichting</dc:creator>
    <dc:date>2016-09-09T15:52:30Z</dc:date>
    <item>
      <title>Summarizing SAP Audit Logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823849#M1956109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know if there is a report available that will summarize the SAP audit logs into a table? What we need is a summary of all the transactions accessed by each user over a time period. Also how many times a particular user accessed each transaction over the time period. Say time period is a day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have configured our ERP system to log transaction starts per user. This is providing us the necessary information we need, except that it is creating a massive amount of rows, which needs to be exported to create the needed report in Excel. What I would like to do is to run a summary each night to summarize the log files as mentioned above. We can then run our analysis on that particular table. Does anyone know of such a report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not , has anyone done something like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 20:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823849#M1956109</guid>
      <dc:creator>AndreC1</dc:creator>
      <dc:date>2016-09-08T20:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing SAP Audit Logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823850#M1956110</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;what is with the data you can get get via ST03N? There you can find transactions per user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 11:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823850#M1956110</guid>
      <dc:creator>JanSchlichting</dc:creator>
      <dc:date>2016-09-09T11:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing SAP Audit Logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823851#M1956111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been frustrated by this very thing for some time. The audit logs would be much more useful if they were available in the DB, and not just in external files. There are good reasons for them being external, I know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shouldn't be too hard to make a copy of the code for SM20 and get it to store the data in a custom table. It already creates an internal table to build the ALV Grid on. I've never got around to doing it though. I don't suppose it would take too long if you asked one of your local developers to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 11:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823851#M1956111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-09T11:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing SAP Audit Logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823852#M1956112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;It is true that with ST03N you can go to each user and see which transactions they ran, but you cannot view or export the data for all users. The background is that we want to redo our security profiles and so the ability to see all transactions ran by all users, will help us to group our transactions better. The only thing is that you need to cover end of month, quarter and year transactions if you really want to do it right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 14:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823852#M1956112</guid>
      <dc:creator>AndreC1</dc:creator>
      <dc:date>2016-09-09T14:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing SAP Audit Logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823853#M1956113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;thanks for the reply. It would be nice if there is a easy way to summarize the data. I will wait another day or two. Hopefully someone has gone through the trouble already. Otherwise I will need to get a developer involved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 14:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823853#M1956113</guid>
      <dc:creator>AndreC1</dc:creator>
      <dc:date>2016-09-09T14:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing SAP Audit Logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823854#M1956114</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;this guy has made some thoughts about ST03N data, maybe you can use it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="43690" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="How to read ST03N datasets from DB" href="https://community.sap.com/" modifiedtitle="true" title="How to read ST03N datasets from DB"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice weekend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 15:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823854#M1956114</guid>
      <dc:creator>JanSchlichting</dc:creator>
      <dc:date>2016-09-09T15:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing SAP Audit Logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823855#M1956115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try: 1. RSAU_SELCT_EVENTS&amp;nbsp;&amp;nbsp; 2. create Z program based on RSAU_READ_AUDITLOG_EXTERNAL&amp;nbsp;&amp;nbsp; 3.&amp;nbsp; create Z program based on ST03N as mentioned by Jan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 16:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/summarizing-sap-audit-logs/m-p/11823855#M1956115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-13T16:44:51Z</dc:date>
    </item>
  </channel>
</rss>

