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

T-code or programme to get below mentioned details

Former Member
0 Likes
507

Hello ABAPERS,

first of all , HAPPY NEW YEAR to u all,

my question is : is there any transaction or programme to get Dialogsteps Response time total (s) avg (ms) CPU time total (s) avg (ms) DB timetotal (s) avg (ms) RequestedkBytes Wait time total (s) avg (ms) etc of a Z programme?

Hope to get reply fast.

I will reward points for any help provide by u.

1 ACCEPTED SOLUTION
Read only

Kanagaraja_L
Active Contributor
0 Likes
479

Check with the Following TCODES

SM51 – App. Servers Overview

STAT – Display Statistical Records

ST05 – SQL Trace

SE30 – Runtime Analysis

ST03 – Analysis of Workload

DB02 – Database Performance : Tables and Indexes.

DB05 – Analysis of Table w.r.t. Indexed Fields

ST04 – Database Performance Analysis : Oracle View

SM66 – Global Work Process Overview (Over All App Servers)

SM50 – Process Overview

Kanagaraja L

Hello ABAPERS,

first of all , HAPPY NEW YEAR to u all,

my question is : is there any transaction or programme to get Dialogsteps Response time total (s) avg (ms) CPU time total (s) avg (ms) DB timetotal (s) avg (ms) RequestedkBytes Wait time total (s) avg (ms) etc of a Z programme?

Hope to get reply fast.

I will reward points for any help provide by u.

3 REPLIES 3
Read only

Kanagaraja_L
Active Contributor
0 Likes
480

Check with the Following TCODES

SM51 – App. Servers Overview

STAT – Display Statistical Records

ST05 – SQL Trace

SE30 – Runtime Analysis

ST03 – Analysis of Workload

DB02 – Database Performance : Tables and Indexes.

DB05 – Analysis of Table w.r.t. Indexed Fields

ST04 – Database Performance Analysis : Oracle View

SM66 – Global Work Process Overview (Over All App Servers)

SM50 – Process Overview

Kanagaraja L

Read only

stefan_koehler
Active Contributor
0 Likes
479

Hello Amresh,

>> is there any transaction or programme to get Dialogsteps Response time total (s) avg (ms) CPU time total (s) avg (ms) DB timetotal (s) avg (ms) RequestedkBytes Wait time total (s) avg (ms) etc of a Z programme?

To get this information for every dialog step there is only one transaction which provide this information:

- TCODE: STAD

For more information have a look here:

http://help.sap.com/saphelp_nw04s/helpdata/en/ec/af4ddc0a1a4639a037f35c4228362d/content.htm

The "only" problem with STAD - you can only go back one hour .. after a hour the data is aggregated and written into MONI for ST03 (and ST03n).

Regards

Stefan

Read only

Former Member
0 Likes
479

Thans a lot every one for you helpfull answers.