what is index and types in indexes?
Answers were Sorted based on User's Feedback
Answer / naveen
index is to avoid duplicate data and for good performance while extracting data from dbtab, these are of 2 types
1> primary: it is created by system by considering all key fields
2> secondary: this are created by abap consultants using key or non key fields up to 9 indexes can be maintained
Is This Answer Correct ? | 20 Yes | 0 No |
Answer / deepthi
index : Indexes are associated with tables for data retrieval.
E.g.) read table itab index 1. This means the 1st record is read.
2 types :
Primary key index : automatically created in sap when ever a table is created with number 0.
Secondary index : a Key which is Created other than primary keyto speed up the process
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / anu
indexes are used for qick search of data
two types of indexes
primay index: is default index, created by sap with the help of primary key
secondary index: is userdefined index created with primary and non primary keys
Is This Answer Correct ? | 3 Yes | 0 No |
what are the tools you are using for performance tuning in a object?
Module Pool Programming: Events and Table Control handling.
How to create MEDRUCK form?
What is a BAdi? How to implement a BAdi?
by which function module we are going to put data into sapscript ?
What are the differences between domain and data element?
how to transport request give step/producer of transport request give step?
what will happen if called program is not executable ?
What is the table & field to identify the no of items (bottles) stored in one case?
0 Answers iQuest, SAP Labs, Yash Technologies,
can we call a dialog module(Type M) into the executable program(Type E).If it yes then how ?
For particular transaction you want to upload the data using any of bdc method...if the transaction contains any of pop window functionaliy and having radio button in the window..Any one of the radio button must be selected then only the next data can be inserted how will you handle this scenario in your program
How to find the return code of an stmt in abap programs?