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

SAP table

Former Member
0 Likes
907

Which SAP table stores the highly used r most active programs n objects.Plz let me kno if u aware of..

Thx

Arul

9 REPLIES 9
Read only

Former Member
0 Likes
887

Hi ,

All the active programs will be stored in the table TADIR .actually this table is the directory for the repositry objects.

Thanks,

Manjunath MS

"Reward Points if it is useful"

Read only

0 Likes
887

Thx for ur reply buddies..

Ya TADIR...but it stores all the objects..I jst want to kno which are HIGHLY used r Most of the time executed in a given time period..

Rgds,

Arul

Read only

Former Member
0 Likes
887

Hi..

<b>REPOSRC - Report Source Code

TADIR - Directory of Repository Objects</b>

This is the table which stores the programs

Reward points if useful....

Suresh......

Read only

Former Member
0 Likes
887

Hi,

You can check the transaction STAT.

Thanks,

Naren

Read only

Former Member
0 Likes
887

Hi Arul Raja ....

Make the habit of closing the posted threads....

<b>

u have to reward useful answers....

i hope this helps you...</b>

Suresh.....

Read only

0 Likes
887

Hi Suresh..

This is my first thread and didnt get the ans yet...sure will close & reward once i get the ans.

Thx.

Arul

Message was edited by:

Arul Raja

Read only

Former Member
0 Likes
887

Hi,

u can use the table TRDIR , which gives the information when the object created & last changed on . u wont get the information in table as ,,, "highly used programs"

Thanks,

Manjunath MS

"Reward Points if it is udeful"

Read only

Former Member
0 Likes
887

Hi Arul Raja,

If u want see all the sap predefined programs we can see in this table TRDIR.

If ur activating the program that program also we can see in this table it self.

if u want to see the all predefined transaction code and user defined transaction code it is stored in this table 'TSTC'.

Rewards some points if it is helpful.

Rgds,

P.Nag

Read only

0 Likes
887

FM 'SAPWL_WORKLOAD_GET_STATISTIC' somewhat close to my reqmnt.This FM gives the set of Cust Pgms & Tcodes excecuted from the given date to uptodate.Somewhere it compares the given date with the excecuted r some date related to the objects...tried to find how this FM getting those objects comparing which date with our input STARTDATE but cudnt get that.Anybody used this FM before r can u help to find how this FM getting those objects within the givne date ?

thx Arul