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
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What is the difference between scrolling a table horizontally and vertically?
What are the steps in a bdc session? : abap bdc
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Explain the components of selection table?
What are the events in screen programming?
In the MM module for finding out the standard cost what is the view one has to look at?
Explain buffering
What are the user groups?
What is the difference between tables and structures?
Where can you find error log for call transaction? : abap bdc
What are pooled tables?
Can multiple abap systems connect to abap database?
What is macro? : abap hr
Explain the differences between at selection-screen and at selection-screen output?