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 |
Some Realtime Objects on Bdc.
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What is example class
what is the standard program to check the consistency of the partner profiles?
What are different abap/4 editors?
Can you define a field without a data element?
3. After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?
How do you take care of performance issues in your ABAP programs?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
how to handle events in classical reports?
what is the difference between data: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp. and types: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp.
What is table buffer? Which type of tables used this buffer?