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 to insert a line into abap internal tables?

613


What are the function modules used in a sap script driver program?

572


HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?

2404


What are the attributes of the data? : abap data dictionary

652


How to create a button in selection screen ?

1486






1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?

1414


can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list

1511


How many ways you can create table? : abap data dictionary

531


How many detail lists can be created in interactive reporting?

743


what next in SAP-ABAP/4 is it going to be change?

1655


If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?

929


How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

1704


If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary

660


What is sap script? Describe its components.

599


Differentiate between the uline and write: sy-uline statements if any?

724