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 |
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
How do you copy the script from source alert?
how to invoke smart forms from a program ?
What are the uses of secondary indexes?
variant attached in the report. can be transportable from one server to another server
Suppose i have table with 2 columns say 1st with Numerics and 2nd with words like 1 for one and 2 for two......so.if i want to change the 9 numeric word as some twenty...how?
what is Transport Request? why it is needed for us?
What are the data classes in abap?
what is advantages and disadvantages in call by value and call by reference
10 Answers College School Exams Tests, Wipro,
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
WHAT IS DIFFERENCE BETWEEN BATCH INPUT MEHTOD AND DIRECT INPUT
i have two purchase orders in smartform.i need to print them in two different pages.how to do that.