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
What are the different functions used in sap script? What are the parameters used in each function?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
How can we upload a text file having delimiters in to legacy system?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What is the function of the correction system? : abap data dictionary
What is a table cluster? : abap data dictionary
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What is difference between check table and value table ?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
Why do we use abstract class
Do we have to migrate all sapscript forms to smart forms?
Define dispatcher?
Why are insert and append statement used in sap abap?
What are the 3 types of tables in sap? : abap data dictionary
What will you code in start-of-selection & end-of-selecton & why?