Answer Posted / 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 |
Post New Answer View All Answers
What are the components of sapscript?
Describe data classes? : abap hr
What are the pooled and cluster tables?
What is the use of the raising exception? : abap modularization
how to track records from data dictionary?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
List some of the many different ways that the sap standard functionality can be changed by a customer?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
Differentiate between table and template ?
What are the difference between tables and structures? : abap data dictionary
What is the syntax for ‘call transaction’?
How do you use structures in the abap programs?
what is leave to TRANSACTION?
What is a transaction variant and why are they used?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?