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 different function modules used in sapscript?
What loop do you code for a READ DATASET Statement
How do you set background job automatically ?
How do you delete duplicate records from internal table?
What is binary search? where it is used?
what is leave to TRANSACTION?
Can we include customizing include or an append structure with pooled or cluster tables?
Can we define our own match code id's for sap matchcodes ?
How to create secondary index ?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
How can i insert a field in script without using executable program
How can we decide weather we can enhance the standard infotype or not ? : abap hr