cancel
Showing results for 
Search instead for 
Did you mean: 

What is TC/table to get list of tables with no of records it contents ?

Former Member
0 Kudos

Dear all,

I want to get list of tables with total no. of records it contents .

e.g.

Table MARA , in SE11 we can get no .of records 80,000

Table MSEG , in SE11 we can get no .of records 1,50,000...

Table AUFM , in SE11 we can get no .of records 70,000

.....................

How to find ? I there any TC or Table ?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204746
Active Contributor

at DB level, if Oracle:

select count (*) from sapr3.MARA;

Former Member
0 Kudos

Pl' give table name in which all table names with total no. of records r stored ..........

former_member204746
Active Contributor

Sorry, but no table contains this information. you must run SQL requests on every single table to get that information.

Former Member
0 Kudos

Hai,

I guess the possible way to write a sript at DB level to output all the DB tables and no.of records inside it.

You can get some readymade scripts, but use it at your own risk.

Regards,

Yoganand.V