Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Do you know how to create secondary index?

Answer Posted / guest

-> goto to se11 & enter table name & display(f7),

->then press indexes.. button on the application toolbar,

->if secondary indexes already exist, a list of them will
be displayed in a dialog box named indexes for table
xxxxx.to create an index,press the create(f5) button.the
create index dialog box will be displayed.

->if no secondary indexes exist,you will not see a list of
indexes.Instead, you will see the create index dialog box
immediately.

->enter an index id in the index id field.customer indexes
should begin with y or z,although the system does not
enforce this.

->press the continue button.the abap/4 dictionary:table
maintain index screen is displayed.

->in the short text field,type a description of the index.

->in the fld name column,type the fields that should
comprise the index in the order that they should be sorted.

->if the values in these fields when taken together must
always be unique be unique,tickmark the unique index check
box.

->press the save button on the application toolbar.the
values in the status fields are now NEW & SAVED & directly
below them the message Does not exist in the database
appears.Also, the message Index xxx to table xxxxx was
SAVED appears at the bottom of the window in the status bar.

->press the Activate button on the Application toolbar.The
system generates SQL & sends it to the RDBMS,creating the
index in the database.If successful,the status fields read
ACTIVE & SAVED, & below the satus fields the message EXISTS
IN THE DATABASE appears.The DB Index Name field will
contain the name of the index in the database.Also, in the
status bar, the message INDEX xxxxx was successfully
activated , is displayed.

->press Back. The Indexes for Table xxxxx screen is
displayed.

->press Cancel to return to the Dictionary:
Table/Structure: Display Fields screen.


CAUTION: if you tickmark the Unique Index checkbox, the
combination of fields in the index is guaranteed to be
uniwue; this is enforced by the RDBMS. An insert or modify
statement will fail if the combination of values in index
fields is already present in the table.

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?

1315


Name the abap/4 modularization techniques?

1030


Is there any method apart from bdc for data upload to sap? : abap bdc

1046


1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?

2809


What is the lock object?

1003


What are the two different ways of building a match code object?

984


Where can you find error log for call transaction? : abap bdc

1194


How is conversion of data types done between abap/4 & db layer?

1122


What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc

1099


What is the collect statement?

1085


How can I get ascii value of any letter? Is there any function?

1138


What are types of select statements?

998


Does the call transaction method allow multiple transactions to be processed by sap?

947


What is sap locking?

992


How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?

2124