Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TABLE NAME for STAD

Former Member
0 Likes
3,201

Hi guys,

What is the table name which stores the details of transaction codes,users and date for STAD?

I referred STAD,but it serves only for last two days.also i could not select a date range.Is there any other transaction code to serve as STAD? otherwise can we modify STAD in such a way that DATE is in select-options(not a parameter)?

Warm Regards,

Mohandoss P.

Hi guys,

What is the table name which stores the details of transaction codes,users and date for STAD?

I referred STAD,but it serves only for last two days.also i could not select a date range.Is there any other transaction code to serve as STAD? otherwise can we modify STAD in such a way that DATE is in select-options(not a parameter)?

Warm Regards,

Mohandoss P.

4 REPLIES 4
Read only

Former Member
0 Likes
2,031

hi Mohan,

Check out STAT transaction even ..

Regards,

Santosh

Read only

Former Member
0 Likes
2,031

Hi Mohan,

If you are looking to track tcodes that are used when a particular user

logs inn and start working you can use ST01 to do that.

STAT and STAD statistics records

SAP transactions STAT and STAD enable the analysis of individual dialog step statistic records (STAT records) to gain furhter understanding of the nature of the performance of the SAP system. At the completion of every step (which can include dialog, batch, spool, update, and so on) SAP writes a corresponding record in a file on the application server, detailing the response time characteristics of the step. Subsequently, these statistics are analysed by SAP jobs to become the statistical data behind transaction ST03, which is commonly used for SAP performance analysis.

Transaction STAT operates on the stat file of the application server where it is executed, whereas transaction STAD searches the stat files of multiple application servers via RFC calls to those servers. As such, STAD is a superset of transaction STAT, and it commonly is used for gaining an overall picture of the SAP system in question, as well as searching for records where the application server of execution is unknown. Transaction STAT is used when the search of stat records is to be limited to the application server in question. When displaying results, both transactions give the same data from the same source, namely the stat file.

These individual stat records can be used to determine various performance problems that can be remedied by a variety of means. It should also be noted that because individual stat records are the lowest granularity of statistics, they are subject to one-off effects in the system that result in spikes affecting single transactions. Generally, before starting to conduct more thorough efforts to improve performance, it should be determined it the problem in question is more than a one-time occurrence. Additionally, the information about whether the problem is seen on all application servers in an SAP system or is limited to one or a few of the application servers is valuable in planning a course of action to determine the solution required.

Cheers

Mohinder

Edited by: Mohinder Singh Chauhan on May 12, 2008 6:50 AM

Read only

Former Member
0 Likes
2,031

hi mohan

The full list of t-codes is maintained in the tables

TSTC and TSTCT

plz chk this link..

http://www.easymarketplace.de/transactions-p-t.php

regards

Manas