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
What are your ways to performance optimization?
What are conversion & interface programs in sap?
How to call other programs?
Which table stores the programs created?
When the top-of-page event does get triggered?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
Table events aNd table maintains generation
Explain the use of insert and append statement in sap abap?
What is the differences between abap and ooabap. In which situation we useooabap?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Explain read dataset in sap abap?
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
What are the 2 other types of views, which are not allowed in release 3.0?
What are the advantages of abap query tool?
Can we include customizing include or an append structure with pooled or cluster tables?