Answer Posted / 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 |
Post New Answer View All Answers
Type casting and error handling
Can you show multiple alvs on a single screen?
What is an update type with reference to a match code id?
Explain the components of selection table?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What is an interactive report?
What is tcode se16? For what is it used.
What is an “on request field” statement?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Explain how data is stored in cluster table?
Is it possible to pass data to and from include programs explicitly? : abap modularization
What are system variable in abap?
Give an example of interface from your project explaining why you used it?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary