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


Please Help Members By Posting Answers For Below Questions

How does the interface between the dynpro and the abap/4 modules take place?

812


hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp

3447


Is sap xi intended to replace ale?

844


How to create a link between modified form and modified print program?

821


what is user specific parameter?

1888


When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization

852


after creating lock object if does n't access record by second user what should we do?

1796


What are the arithmetic operators in the sap abap?

855


How do you use structures in the abap programs?

836


what is the process of creating quotation using BAPIs.

1843


What are base tables of an aggregate object?

881


What is filter dependent BADI?

1185


What two statements are required in an abap program to output an icon using a written statement?

914


Explain enhancements

1121


What is foreign key relationship? : abap hr

845