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

What are the data types of the abap/4 layer?

709


when are objects are passed from task to the change request?

1652


What primary key and foreign key relationship

877


Explain what is step-loop? Explain all the steps?

700


What is the advantage of structures?

573






What is singleton pattern in OOPS?

961


How is conversion of data types done between abap/4 & db layer?

626


Why do we use FOR ALL ENTRIES and what is the pre-requisite

915


Difference between function group and function module?

633


What is its?

654


What are the fields in a bdc_tab table? : abap bdc

605


how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.

1714


What are the functional modules used in sequence in bdc? : abap hr

584


SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul

2077


Give an example of interface from your project explaining why you used it?

880