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

Standard Table Name

Former Member
0 Likes
628

Hi,

I need the standard table name where the transaction or program details are stored.

I mean i want the table where the details like which transaction is executed and how many times tat is executed in a particular login are stored.

Regards

Madhu

Hi,

I need the standard table name where the transaction or program details are stored.

I mean i want the table where the details like which transaction is executed and how many times tat is executed in a particular login are stored.

Regards

Madhu

4 REPLIES 4
Read only

former_member195383
Active Contributor
0 Likes
603

TADIR --- table for program name

TSTC-- transactions

Read only

0 Likes
603

Hi,

Transaction SM04 gives you the lsit of users... maybe from there you van get it...

Read only

Former Member
0 Likes
603

Hi,

Check the following tables :

TSTC

TSTC_LOG

TSTC_SM

TSTC_SRT

TSTCA

TSTCA_C

TSTCCLAS

TSTCIACS

TSTCP

TSTCT

Regards

Read only

GauthamV
Active Contributor
0 Likes
603

The same topic is discussed many more times here.

You cannot get any direct solution.

Instead you can create a Z table and capture those results.