differences between the sorted ,standard, hashed tables.
Answer Posted / ektagalani
1.Standard Internal Tables: These tables have a linear index
and can be accessed using the index or the key. The response
time is in linear relationship with number of table entries.
These tables are useful when user wants to address
individual table entries using the index.
2.Sorted Internal Tables: These tables also have an index
and the key. But, the response time is in logarithmic
relationship with number of table entries, since it uses
binary search algorithm instead of linear search. These
tables are useful when user wants the table to be sorted
while additional entries have to be added.
3.Hashed Internal Tables: These tables have no index, but
have the key. The response time is constant irrespective of
number of table entries, since it uses a Hash algorithm.
These tables are useful when user wants to access the
entries with key only.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
In a loop of an internal table, what is the use of at first & at last statements?
Why do we use abstract class
What is the different between abap and ooabap? Why do we use ooabap?
What are the different buffering methods?
How do you restrict the data to be entered in the payroll area? : sap abap hr
What are the major steps will you use for tuning?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
what is code to upload cost centers through call trans. and procedure
What are the Control levels in internal tables?
What are the personnel administration related Infotypes
Where the payroll results are stored
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
How do you find if a logical database exists for your program requrements?
How the at-user command serves mainly in lists?
What is the syntex used to call a screen as dialog box (pop up)?