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

Can i Have Some Realtime Examples on Badi ?

8410


How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?

720


how can you display data say "your name"in sap script without print program or driver program??

1812


How do you work with semi colon se[arated files in BDC ?

1551


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

1858






What is a data dictionary? : abap data dictionary

658


What functions does a data dictionary perform ?

650


What are the data types of the external layer?

677


What is a data element?

624


What application areas are you comfortable in?

953


What are the types of bdc s?

665


How do we assign dynamic views while creating material master and generating bdc? : abap bdc

748


How do you retrieve the data for repetitive structures ? : abap hr

738


Explain what are the events used in interactive reports?

591


Can you set up background processing using call transaction?

687