differences between the sorted ,standard, hashed tables.
Answer Posted / ektagalani
1.Standard Internal Tables: These tables have a linear index
and can be accessed using the index or the key. The response
time is in linear relationship with number of table entries.
These tables are useful when user wants to address
individual table entries using the index.
2.Sorted Internal Tables: These tables also have an index
and the key. But, the response time is in logarithmic
relationship with number of table entries, since it uses
binary search algorithm instead of linear search. These
tables are useful when user wants the table to be sorted
while additional entries have to be added.
3.Hashed Internal Tables: These tables have no index, but
have the key. The response time is constant irrespective of
number of table entries, since it uses a Hash algorithm.
These tables are useful when user wants to access the
entries with key only.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Explain what is the difference between primary key and unique key?
What is singleton pattern in OOPS?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What is meant by authorization? Did you ever work on it? : sap abap hr
what is code to upload cost centers through call trans. and procedure
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
Explain get cursor field?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What are the basic functions of database utility?
What is the purpose of sum statement?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
Did you use buffering?
what is friend class