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
Rp_provide_from_last contains how many parameters ? : abap hr
What are the differences between a database index and a match code? : abap data dictionary
What is match code? : sap abap hr
What is the difference between the exits created in M.M and S&D?
What is the purpose of at first and at last?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
SM35 transaction, How to automate BDC ?
Concepts of OO ABAP and why we are using it?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
Difference between sy-tabix and sy-index?
In sap script how to print bar code in vertical manner
Explain the systems fields used for interactive lists and lists?
Why do we use dynamic where conditions?
What is a type group?
Final class