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 conversion & interface programs in sap?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What is the function of a domain?
What is the modification assistant?
What is an update type with reference to a match code id? : abap data dictionary
Explain different types of attributes of function module?
If your project is support project ? when is your implementation has completed ?
Table events aNd table maintains generation
How many default tab strips are there? How to insert more tabs in it?
What are the different buffering methods?
What data is contained in data dictionary? : abap data dictionary
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
How do you populate data into a multiple line field? : abap bdc
What function does data dictionary perform?
What is roll area?