what is standard , sorted and hash in abap ?
Answer Posted / sudhakar1207
In ABAP we have two kinds of internal Tables.
1)Index Internal Tables
2)Hash Internal Tables
Again Indexed Internal tables further divided into two types
i) Standard Internal Tables
ii)Sorted Internal Tables
So Both Standard and Sorted Internal Tables Can be accessed
by Indexes. Whereas Hashed Internal Tables Can be accessed
By Only Key Fields. For Hashed Tables System automatically
maintain a Hash Algorithm to retrieve the records with one
time hit. For sorted Tables system automatically uses Binary
Search to retrieve the records. For Standard Tables System
Follows Linear Search.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Define the various contents of technical specifications ?
what is friend class
Explain the function module in bdc?
what is abstract classes
what are Hana Basics
difference between Valuation type and valuation category?
What are the components in sap application server?
What is exception class and test class. How to use it?
What are the check tables and value tables?
What is repository info. Systems? : abap data dictionary
What do you understand by work area and internal tables in abap? Why do we use it?
Where are you used type casting?
Module Pool Programming: Events and Table Control handling.
What is foreign key relationship? : abap hr
Explain enhancements