What is INDEX Concept. What is Primary Index and Secondary
Index and Difference between Primary & Secondary Index
Answer Posted / uma mb
Index on a table or indexing a table can speed up record
access in the table. Index is a copy of the database table
but in its reduced form (only certain key fields exist in
the index along with a pointer)The data stored in the index
is in a sorted order of the primary key in a primary index
and secondary (alternate) key in a secondary index.
Primary index is automatically created when the table is
activated after creation. A secondary index is created
manually (by ABAP developer or admin person as per dictates
of the workshop) if it is felt that a large table is
accessed too many times based on some field (like employee
name in the EMPLOYEE MASTER) or fields that do not
participate in the primary key formation.
It is possible to specifiy while creating secondary index if
this index should be created on table activation. And then
these secondary indexes can give a performance gain only on
certain database systems and therefore these database
systems can be specified while creating the secondary index
so that such an index is created only on those specific
database systems. Also user created secondary indexes must
begin with Y or Z and can have three character position
names. Must not use 0 (zero) as this is reserved by SAP for
primary index.
| Is This Answer Correct ? | 28 Yes | 5 No |
Post New Answer View All Answers
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
How to debug rfc function module?
What is database utility?
What are the types of indexes in abap?
wat is the difference between A-gate & W-gate?where are they used?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What are the system fields?
What is meant by authorization? : sap abap hr
What are indexes? : abap hr
what is the difference between hashed & sorted internal tables?
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
How to creat transactions? : abap data dictionary
What are the different function modules used in sapscript?
What is tcode se16?
In SAP Script,How to display a single field(like matnr)at the right end of the form.