https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3f66ba90-0201-0010-ac8d-b61d8fd9... Hope it helps! Bye, RobertoAsk a Question Type your question here...Recommendations St03N (BI Workload)
Is you SAP system time zone is same as OS time zone? In SAP we have tcode STZAC. Regards, Sujit. Former Member 2011 Mar 10 0 Kudos Time settings at SAP and OS level all set. Problem is specific time interval during 10:00pm EST to midnight. Rest of the time no issue. For...
In 4.6x, you can also try the new Workload Analysis tcode 'ST03N'. The SAP standard retention period is 3 months. You can change the Standard Statistics via clicking :- Goto -> Parameters -> Perfomance Database To analyze the Statistics by users for transactions and programs use transacti...
U can delete u r audit log files when ever u needed through t-code "SM18" or manually at OS level. Now a days it's compulsory to enable the Audit log files they can be used in our Audit. Regards, Anil KaushalShah Active Contributor 2014 Apr 17 0 Kudos Absolute life saving ...
The function SAPWL_WORKLOAD_GET_STATISTIC provides almost all the tables used by ST03N. This API is available for SAP_BASIS 640 (NW2004) and previous releases (with small changes). Implementing a small program you can read the data, and extract whatever you are interested in. The code sn...
As told by Pankaj, please schedule the job SAP_COLLECTOR_FOR_PERFMONITOR on hourly basis in client 000 through user DDIC. But the most important thing is if you database is not DB2 then delete the entries RSDB_DAILY and RSDB_HOURLY from the table TCOLL using tcode SE16. Refer to the...
Raymond Reply Former Member In response to RaymondGiuseppi 2016 Apr 18 3:29 PM 0 Kudos 733 Raymond, Thank you for the help, I will try solve. I read this discussion and it was post in Abap dev. what is the use of the tcode ST03N? | SCN BR, Bruno Tiago Reply ...
As I see in our systems it should be started every 3 hours and TCOLL looks like this: If TCOLL in your system does contain these entries and you can execute SWNCTOTAL without problems, then you should find out, if SAP_COLLECTOR_FOR_PERFMONITOR starts this report or not. Under ST03 ...
SAP Managed Tags: SAP NetWeaver Application Server Hi gurus, Is there a way to exclude a specific transaction from ST03N statistics so it won't appear in all sections of that transaction ? (not filtering ! I need the collecting engine to ignore a specific transaction so it won't effect...