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

db Indexes

manubhutani
Active Contributor
0 Likes
720

Hi Guru's

Can any body tell me whether we can see the indexes created by the system for a db table?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
704

hi Manu,

go the required table via SE11 and press 'Indexes' button to display the indexes that are already crated for that table ...

Regards,

Santosh

Hi Guru's

Can any body tell me whether we can see the indexes created by the system for a db table?

4 REPLIES 4
Read only

Former Member
0 Likes
705

hi Manu,

go the required table via SE11 and press 'Indexes' button to display the indexes that are already crated for that table ...

Regards,

Santosh

Read only

0 Likes
704

that is fine they are created by sap

but i have heard that system automatically created indexes based on primary keys

can we see that?

Read only

0 Likes
704

Hi,

All the Primary keys of a table are the Primary indexes...You cannot see them..

For all the secondary indexes/creation of indexes, You can see in SE11->Index Button on the tool bar.

Regards

Shiva

Read only

Former Member
0 Likes
704

hi Manu,

In the index section it shows both the system created indexes and user created indexes ... You can create upto 9 secondary indexes ...

Primary key indexes can be viewed ... at it is define at runtime ...

Regards,

Santosh