<?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: Function Module showing Transparent Table access?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049209#M967934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Transaction ST10. It gives the details of the table Access.  &lt;/P&gt;&lt;P&gt;(No need of creating a program for that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fyi. -&amp;gt; Since your requirement is to Archive the table which are becoming full, you can also use transaction DB02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On detailed analysis you can check the tables whose growth rate is high and also the tables which are very huge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 12:45:40 GMT</pubDate>
    <dc:creator>former_member195698</dc:creator>
    <dc:date>2008-07-07T12:45:40Z</dc:date>
    <item>
      <title>Function Module showing Transparent Table access??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049205#M967930</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'm in the process of writing some programs that will archive some of our Custom tables (they are getting very full!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, instead of going through ALL the custom tables we created, I'm trying to write a small program that will bring me tables that have certain criteria...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the criteria is Tables Access.  I'm trying to see when last a table has been accessed (by a program, for example).  Im not talking about the last Change Date (as per table DD02L entries) as I presume this actually indicates technical changes to the table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im looking for a Function Module that can actually give me the last date any given transparent table's data has been accessed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of such a Function Module/Class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;POINTS WILL BE REWARDED FOR USEFULL AWNSERS&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 11:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049205#M967930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T11:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module showing Transparent Table access??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049206#M967931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christiaan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look whether the flag for "Log data changes" has been set for any of those custom tables (Technical settings).&lt;/P&gt;&lt;P&gt;If so, have a look at transaction SCU3 where the logs can be viewed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 12:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049206#M967931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T12:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module showing Transparent Table access??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049207#M967932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not 100% but maybe speak to your basis or DB admin team - they might be able to access DB logs that will give you this sort of information quicker than writing an ABAP to find it out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 12:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049207#M967932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T12:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module showing Transparent Table access??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049208#M967933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out his FM iam not sure about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WUSL_CREATE_TRANSPARENT_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 12:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049208#M967933</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-07T12:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module showing Transparent Table access??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049209#M967934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Transaction ST10. It gives the details of the table Access.  &lt;/P&gt;&lt;P&gt;(No need of creating a program for that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fyi. -&amp;gt; Since your requirement is to Archive the table which are becoming full, you can also use transaction DB02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On detailed analysis you can check the tables whose growth rate is high and also the tables which are very huge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 12:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049209#M967934</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-07-07T12:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module showing Transparent Table access??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049210#M967935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been looking for something like this in the past, and found that there is no simple way to answer this question.&lt;/P&gt;&lt;P&gt;When you say table access, do you mean changes or also reads?&lt;/P&gt;&lt;P&gt;The closest I found was transaction ST10 table call statistics, but it shows totals only, no timestamps.&lt;/P&gt;&lt;P&gt;For your purpose here I rather recommend analyzing the last runtime of programs that use those large Z-tables.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 12:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049210#M967935</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-07-07T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module showing Transparent Table access??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049211#M967936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your question, it is normally obtained through ST04 (DB Performance Monitor).&lt;/P&gt;&lt;P&gt;However, the inherent information pertinent to Table Access made by application programs depends on the underlying Database involved. In case of DB server being ORACLE...you may use the program RSORASCC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I would like to make a further recommendation about your methodology to identify custom transparent tables. Besides studying the table accesses, it is very important to consider the current size and the growth rate over a period of time. For doing this, use DB02 (Space Statistics for Tables and indexes) and workout the list of tables which you have to concentrate from archiving perspective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info helps you and resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Vijay Gajavalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 12:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-showing-transparent-table-access/m-p/4049211#M967936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T12:56:20Z</dc:date>
    </item>
  </channel>
</rss>

