ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
What are indexes?
 Question Submitted By :: Paramjeet
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are indexes?
Answer
# 1
Indexes are described as a copy of a database table reduced
to specific fields. This data exists in sorted form. This
sorting form ease fast access to the field of the tables. In
order that other fields are also read, a pointer to the
associated record of the actual table are included in the
index. the indexes are activated along with the table and
are created automatically with it in the database.
 
Is This Answer Correct ?    0 Yes 0 No
Paramjeet
 
  Re: What are indexes?
Answer
# 2
Indexes - What are they and how can I use them? 


An index helps to speed up selection from the database. An 
index is a sorted copy of selected database table fields. 

The primary index is always automatically created in an 
ABAP-based SAP system. It consists of the primary key 
fields of the database table. This means, for each 
combination of the index fields exists a maximum of one 
record in the table. This kind of index is called a UNIQUE 
index. 

If the primary index cannot be used to determine selection 
result, (for example, the WHERE condition does not contain 
any primary index fields), the system searches the whole 
table. To prevent this, and determine the selection result 
by searching through a restricted number of database 
records, you can create a secondary index. 

However, you should not define an index for all possible 
fields in the WHERE condition. 

Creating a secondary index : 


You can use the transaction ABAP Dictionary Change → 
Indexes... → Create to create an index. To make the index 
unique, select UNIQUE. To specify the fields that will 
comprise the index, choose "Choose fields". Then save and 
activate the index. 


Optimal number of indexes for a table : 


You should not create more than five indexes for any one 
table because: 

Whenever you change table fields that occur in the index, 
the index itself is also updated. 
The amount of data increases. 
The optimizer has too many chances to make mistakes by 
using the 'wrong' index. 


If you are using more than one index for a database table, 
ensure that they do not overlap. 

Thank's and Regards
Shreeshail Diggi
SAP Technical Consultant Infinite India
 
Is This Answer Correct ?    0 Yes 0 No
Shreeshaildiggi
[IBM]
 
 
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
Do you know how to manage the sequence of passes in a Form?  1
After the SESSION is created where is it stored? Satyam3
how to invoke smart forms from a program ?  1
What is WEB Dynpro Comp. / intf?  1
what is vbeln?  1
What is SQL Trace, how would you carried out performance analysis of ABAP code using SQL Trace? Give the steps?  1
how do put the data in the application server in BDC EDS1
what will you do in Recording method? Keane-India-Ltd4
can any one tell me the types of smartforms Cap-Gemini1
what if F4 key for? TCS2
what is Bapi?what is the functionality of Bapi?why we go for Bapi?  2
How to validate the entry in Screen & dialog proframming?? Is there any way to send the error?? TCS2
in an interactive report i want to trigger both 'at line selection' and 'user command'....if possible then how?  1
Performance techniques? Bristle-Cone2
what are the fields in BDC Data? Satyam4
What is ITS? What are the merits of ITS?  1
what is Primary key and unique key and what is the Difference?  4
how to upload open purchase order through BDC  1
6. wat is pf status interactine report?  2
If One session is processed, where can You see the processed session? IBM1
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com