Answer Posted / sudhakar1207
Indexes are used for Fast access of records from database
tables.
There are two types of indexes.
1)Primary Index: these are created automatically while table
is activating. It comprised of all the primary key fields only.
2)Secondary Index: these are created manually on rare
situations. These contains combination of primary key fields
and Non-primary key fields or Only Non-primary key fields.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does the insert statement in extract datasets do? : abap modularization
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?
Explain about drill down report?
Explain what are the system fields? Explain?
What are dml commands in abap?
How to debug a script in abap?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
On which even we can validate the input fields in module progams?
What are the events in screen programming?
What will exactly the hide statement do?
wat is the difference between A-gate & W-gate?where are they used?
What are system fields for secondary lists?
Can i Have Some Realtime Examples On Modulepool programming.
What are the different functions used in sap script?
What is the difference between RETURNING and CHANGING parameters for a method?