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

How to create secondry index

Former Member
0 Likes
770

Any body help me.please tell me how to create secondry index.

Thanks & Regards,

Rakesh

Any body help me.please tell me how to create secondry index.

Thanks & Regards,

Rakesh

5 REPLIES 5
Read only

Former Member
0 Likes
738

Hello Rakesh,

Go to transaction SE11, enter the table name and go into change mode. Click on the Indexes button in the toolbar. Confirm the message to create an Index and enter the index name and continue. Enter a description and select the fields for the index and Save.

Regards,

Manoj

Read only

Former Member
0 Likes
738

Hi

Goto SE11 and give the table name

then click on Indexes which is in application toolbar

then on that dialog box click on CREATE

then give a name for ur index starting with Y or Z

then select the fields from that table for indexes.

then save in package

then activate it

thats all

follw the above steps for creating.

If helpful reward points

Regards

Navneet

Read only

Former Member
0 Likes
738

Hi ,

In SE11 , go to the table you want to create an index for and press the Indexes button.

If there is already an index created it will display it and you can create a new index from the the screen that is displayed .

If no index is already created then it will give a popup asking if you want to create an index or not.

Once you are there you can specify the fields which you want to specify in the index.

For e.g look at the indexes created for the table BKPF.

Regards

Arun

Read only

Former Member
0 Likes
738

Hi Rakesh,

Go to SE11 and give the table name for which you want to create the index.

In the menu, click on GOTO -> Indexes -> click Create

Give the name and description and fields for which you want to create index and select the option Non-unique index or Unique index ( inorder to store it in database).

Regards

Kannaiah

Read only

0 Likes
738

The option for creating indexes button is disable .so how i can create indexes.