<?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: How to archive Workload analysis data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387135#M1238495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Have u checked the tcodes ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SARA tcodes u can archive the data from table also by using the pushbutton database tables,&lt;/P&gt;&lt;P&gt;in tcode st03 check from which tables data is coming,&lt;/P&gt;&lt;P&gt;(or) then write a zprogram to display the reqired&lt;/P&gt;&lt;P&gt;data form the tables and insert the data zdbtable or schedule it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2009 05:00:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-03T05:00:06Z</dc:date>
    <item>
      <title>How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387131#M1238491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all my friends,&lt;/P&gt;&lt;P&gt;I need to check the workload data(who execute which t-code on when) in R/3 system.&lt;/P&gt;&lt;P&gt;as i know, there are only 3 months historical data is archived.&lt;/P&gt;&lt;P&gt;so, i want to copy workload data into Ztable for archived purpose.&lt;/P&gt;&lt;P&gt;currently, i only know table MONI, but i don't where the workload data is stored ?&lt;/P&gt;&lt;P&gt;please help to show me the table name.&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, 02 Apr 2009 10:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387131#M1238491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387132#M1238492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I can't the get the exact requirement of yours,&lt;/P&gt;&lt;P&gt;but check the tcodes SARA and FILE for archiving purposes.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387132#M1238492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T13:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387133#M1238493</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;What do you mean be Workload data? &lt;/P&gt;&lt;P&gt;My understanding with your question, Archiving of data is happening regularly considering 3 months of residence time. &lt;/P&gt;&lt;P&gt;1. Now you want to keep all the data that are archived into custom table and then tell the archiving team to archive the data from the custom table not from the standard tables? &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;2. You will copy a data that are archived into custom table and tell your business team to work on custom table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Question no1. You can't do it, all the archiving object that are in the progress are very well tested with the all standard tables that are been archived. &lt;/P&gt;&lt;P&gt;If you force them to do archiving by custom table not from standard table then they have to come with Custom archiving object.. More over there will be no point in archiving of data. Because Data Archiving is implemented to take care of your database and to reduce the cost of new hardware, and to maintain performance. &lt;/P&gt;&lt;P&gt;In this scenario, basic principle of archiving will be failed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question no2. From the business side, it requires lot of development of programs so it is also not advisable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To overcome this type of situation SAP has provided Archiving Information system &lt;/P&gt;&lt;P&gt;This helps in retrieving archived data from your archive server. Talk to your archiving team to fetch all the required data when ever it is required. This archive data can be displayed only but not changeable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know, if it answers your question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks, &lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 02:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387133#M1238493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T02:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387134#M1238494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ajay and R.K&lt;/P&gt;&lt;P&gt;your answer is very helpfull for me.&lt;/P&gt;&lt;P&gt;from my point of view "workload data" mean : the log data of which user id, execute which t-code, on when ?&lt;/P&gt;&lt;P&gt;i can see the data by t-code ST03 -&amp;gt; database peformance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my concern is : my current system only allow me to view last 3 months data only.&lt;/P&gt;&lt;P&gt;but i want to see the data from last 2 years --&amp;gt; can we make any configuration to change ?&lt;/P&gt;&lt;P&gt;if not, i plan to create Ztable to archive data by 3 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help to show me to right way !&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 03:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387134#M1238494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T03:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387135#M1238495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Have u checked the tcodes ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SARA tcodes u can archive the data from table also by using the pushbutton database tables,&lt;/P&gt;&lt;P&gt;in tcode st03 check from which tables data is coming,&lt;/P&gt;&lt;P&gt;(or) then write a zprogram to display the reqired&lt;/P&gt;&lt;P&gt;data form the tables and insert the data zdbtable or schedule it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 05:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387135#M1238495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T05:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387136#M1238496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear my friend,&lt;/P&gt;&lt;P&gt;The most important thing i need you to help me is :&lt;/P&gt;&lt;P&gt;i don't know where the workload data is stored !&lt;/P&gt;&lt;P&gt;example of workload data :&lt;/P&gt;&lt;P&gt;my userid : Luc, today 03-Apr-2009, i have executed t-code SE38.&lt;/P&gt;&lt;P&gt;i think, there is a table store this log data. i call it workload data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, please help to show me the table name or how system store workload data.&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 06:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387136#M1238496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T06:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387137#M1238497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow the step were you can mention 24 months &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto- ST03 &amp;gt;&amp;gt;Collector and Performance database &amp;gt;&amp;gt; Performance Database &amp;gt;&amp;gt;Monitor database &amp;gt;&amp;gt; Reorganization &lt;/P&gt;&lt;P&gt;In this place if you mention retention period as 24 months then after 2 years your Workload data will be deleted from the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this has answered your question. &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;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 06:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387137#M1238497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T06:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387138#M1238498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ajay,&lt;/P&gt;&lt;P&gt;thank you so much for your sharing !&lt;/P&gt;&lt;P&gt;it's right,&lt;/P&gt;&lt;P&gt;I am now using R/3 4.6C version, so i can not find the path as you talk.&lt;/P&gt;&lt;P&gt;do you have document on this section, please share me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;addition on this, our end user need to copy workload data into Ztable because they afraid that standard data can be deleted by other team who they can not control them.&lt;/P&gt;&lt;P&gt;so, i need to find out which table do i need to copy data from too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 07:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387138#M1238498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T07:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387139#M1238499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;execute st03,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;system ---&amp;gt;status&lt;/P&gt;&lt;P&gt;in that u can see program name try to find out from which tables the data is coming.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 09:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387139#M1238499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T09:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387140#M1238500</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;Sorry, In 4.6c version i don't have idea, belive that it should be easy to identify. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have tables information related to this program or transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many ways to check the related tables, however Tracer will provide you better information of the related tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. Please run Tracer, when you execute the ST03 transaction and try to identify the related table that are being affected. &lt;/P&gt;&lt;P&gt;2. Then check all the table entries to know major or main information sits &lt;/P&gt;&lt;P&gt;3. Cross check with user is that table information is sufficient or they want to have more information from different tables &lt;/P&gt;&lt;P&gt;4. For those tables you can think of Creating custom tables of all the relevant tables &lt;/P&gt;&lt;P&gt;5. Create custom archiving object to archive these information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you know there are many way to check the tables related to a proram so i prefer you to go with new posting of asking specific question to trace tables, then you may get lot of useful &amp;amp; helpful answers for our forum mates. Then plan custom table and custom archiving objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards, &lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ajay Kumar on Apr 3, 2009 1:25 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 11:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387140#M1238500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to archive Workload analysis data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387141#M1238501</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;Steps to follow in a 4.6 system...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST03 -&amp;gt; Performance Database -&amp;gt; Choose server name will pop up -&amp;gt; Choose the period you want -&amp;gt;  Choose the profiles you want, in this case transaction profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Jatin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 05:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-archive-workload-analysis-data/m-p/5387141#M1238501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T05:44:16Z</dc:date>
    </item>
  </channel>
</rss>

