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 is singleton pattern in OOPS?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is meant by a schema? : sap abap hr
What are the different types of abap reports in sap?
Difference between domain and data element? What are aggregate object?
Define external layer? : abap data dictionary
Setting up a BDC program where you find information from?
Difference between Insert, Update and Modify?
pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?
In sap script how to print bar code in vertical manner
How can we handle table control in bdc? : abap bdc
Explain what is sequence of event triggered in report?
What is a database view? : abap data dictionary
The max number of calling modes stacked at one time is?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary