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
Can i Have Some Realtime Examples on Badi ?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
how can you display data say "your name"in sap script without print program or driver program??
How do you work with semi colon se[arated files in BDC ?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What is a data dictionary? : abap data dictionary
What functions does a data dictionary perform ?
What are the data types of the external layer?
What is a data element?
What application areas are you comfortable in?
What are the types of bdc s?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
How do you retrieve the data for repetitive structures ? : abap hr
Explain what are the events used in interactive reports?
Can you set up background processing using call transaction?