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

tcode

Former Member
0 Likes
771

hi to all,

wat is the use of ST01 tcode and explain?

thanx and regards,

lokanadhan.k

5 REPLIES 5
Read only

S0025444845
Active Participant
0 Likes
743

Hi,

it is for performance tuning.

regards,

sudha

Read only

Former Member
Read only

Former Member
0 Likes
743

Hi,

The tx ST01 give a datailed trace of the underlying system while executing something from sap.

For example what Authorization objects are hit by a user when he performs a tcode or what are the dbtables/sqlstatements etc are run or what kernel functions are executed .

This somewhat helps in debugging like matters.

One can even set parameters for this by using filters.Suppose u want to trace what authorization objs are hit by a specific user when he executes a specific tcode got to edit ->filter->shared and enter the user name client no and tcode. So that not all the users are traced but only this specific user for the specific tcode is traced. On analysis u can knaow what authorization objects he hitted on executing the specific tcode.

Try it with the other areas like Db access, Table Buffer, etc and u will get a more clearer picture.

http://help.sap.com/saphelp_nw2004s/helpdata/en/1f/83113f4bc511d189750000e8322d00/frameset.htm

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
743

Hi,

you can start and evaluate results of system traces from ST01.

Regs,

FS

Read only

Former Member
0 Likes
743

Hi,

st01 is the system trace and here you can see where the error lies or how a particular thing works step wise. you just need to activate your trace and carry the work say for eg., executing a program. Then get back to st01 and view the recorded details.