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

Indexes

Former Member
0 Likes
1,087

Hi ALL

I am using two tables AD01DLI and AD01DLIEF , i want to set indexes on field DLINR, does any body knoz how to do that, so that the performace is increased

kind regrds

anu

Hi ALL

I am using two tables AD01DLI and AD01DLIEF , i want to set indexes on field DLINR, does any body knoz how to do that, so that the performace is increased

kind regrds

anu

8 REPLIES 8
Read only

Former Member
0 Likes
1,059

Hi

There is option called secondary index.

check whether it has secondary index or not?

if not then create secondary index by clicking that.

but make sure user agrees for that.

Read only

0 Likes
1,059

it already have an indes on objnr, shall i modify the same one or shall i create a new one

Read only

Former Member
0 Likes
1,059

Hi,

Create a secondary index for the required field.

Go to Se11, give the table name click on display.

You have a push botton "INDEXes' on application bar.

click on the button.

It will display the active indexes.

you have a create button as well. Click on it and give the desired field name. Activate it.

A sceondary index will be created for it. Do the same for other table also.

Regards,

Read only

jayanthi_jayaraman
Active Contributor
Read only

Former Member
0 Likes
1,059

Create a New one for your desired field.

Regards

Read only

Former Member
0 Likes
1,059

Hi

i tried putting the indewx with name B, but its give the warning as

Index AD01DLI~B doesnot exists in database system ORACLE

pls guide

Read only

Former Member
0 Likes
1,059

Hi,

Go to SE11 --> Give the table name as AD01DLI --> Go to change mode

Click on Right corner side 'INDEXS' -->Give index name --> and specify index fields

Another table also same only.

Regards

Bhupal Reddy

Read only

Former Member
0 Likes
1,059

Give the Index name as Z** .

Regards,