‎2007 Jul 02 1:34 PM
hi to all,
wat is the use of ST01 tcode and explain?
thanx and regards,
lokanadhan.k
‎2007 Jul 02 1:36 PM
‎2007 Jul 02 1:36 PM
HI,
see these two links may be useful for u.
http://help.sap.com/saphelp_nw04/helpdata/en/5a/7ab677cd3311d194b600a0c94260a5/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/1f/83114c4bc511d189750000e8322d00/content.htm
<b>reward if helpful</b>
rgds,
bharat.
‎2007 Jul 02 1:37 PM
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
‎2007 Jul 02 1:37 PM
Hi,
you can start and evaluate results of system traces from ST01.
Regs,
FS
‎2007 Jul 02 1:37 PM
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.