What are the various types of the Internal tables used?

Answer Posted / raju01_hi

internal tables are three types.
1. standard table.
seach is Linear search. response time is directly
proportional to no of records that are present in the it.
key is non-unique.
2. sorted table.
search: binary search. data is sorted dynamically by the
system.
key: unique or non-unique.
3. hashed table.
search: hashed algorithm.
response time is independent of records.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr

642


Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?

2326


How would you set the formatting options statically and dynamically within a report?

664


How to combine multiple order in one Delivery ( Step by Step)?

1983


What is the major difference between pool tables and transparent tables?

517






HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.

1787


What are the data types of the external layer? : abap data dictionary

798


What are base tables of an aggregate object? : abap data dictionary

610


List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr

521


did u done enhancement framework?how u implemented?

5044


How many types of views are there? : abap data dictionary

558


What is the table buffer? Which type of tables used this buffer?

563


What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary

621


What are the two ways for restricting the value range for a domain ?

711


Abstract class and interface, multiple inheritance, live example

899