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

Need Help in Tcode

Former Member
0 Likes
529

Hi Frnds,

I need help regarding Tcode .

I want the information of the Tcode which was last used by the user & at what time.

Do we have any table in Sap, Which updates the Tcode Used information...

ThanQ in Advance,

Murthy

4 REPLIES 4
Read only

Former Member
0 Likes
501

Hi,

try this,

tables : TSTC,TADIR

rEGARDS,

V.balaji

Read only

Former Member
0 Likes
501

Hi,

Check this too

table : TRDIR

Regards,

V.Balaji

Read only

RaymondGiuseppi
Active Contributor
0 Likes
501

These data are not stored in transparent tables but in flat files stored on the application server and statistics in a cluster table MONI.

There are function modules to read these data, look at SAPWL_STATREC_READ_FILE

(Look at program RSSTAT20 transaction STAT to see a call of this function module)

- You have to call this (RFC enabled) function on each application server, loop through the list obtained via function module TH_SERVER_LIST

- Data for transaction usage is in table parameter v2_normal_records

Regards

Read only

Former Member
0 Likes
501

hi,

check the tables CDHDR and CDPOS.

regards,

priya.