difference between primary index and secondary index.when we
use secondary index in reports?
Answers were Sorted based on User's Feedback
Answer / sivaramakrishna
when we want to get the details based on a field in select
statement we should use always primary key fields to
improve the performence. but in any case needed to get
detais based on non primary key fields then we go for
secondary index . ie based on which non primary key fields
we need to fetch the data using select st for those fields
we create secondary index in sell.
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / abaprajaram
For Perfomance perspective to use two keys to read the data
in to the internal tables
Is This Answer Correct ? | 1 Yes | 3 No |
What are the steps in a bdc session? : abap bdc
how to invoke smart forms from a program ?
What are different data types in abap/4?
What are the diferent types of internal table available? How can we know the size of the internal tables?
What is use of transparent table in abap? How it is different from pool tables?
What are base tables of an aggregate object?
Can you call a subroutine of one program from another program?
give examples of pool,cluster tables
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
what is text symbol and standard symbol?
I have more than one layout in a form, would You handle?
How many lists can a program can produce?