what is sorted table and Hash table?
Answer Posted / veena
sorted table and Hash table are table types of internal
table.
Sorted internal table requires index and key. it retrieves
data based on index or key.
Hashed internal tables requires only unique key. they dont
need indexes. it retrieves data by unique key. key is
mandatory.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What does the extract statement do in extract datasets? : abap modularization
Define external layer? : abap data dictionary
What is abap?
what is user specific parameter?
What is the difference between semi-monthly and Bi-weekly payroll area
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are Tickets in Realtime ?
What does an exec sql statement do in abap?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is locking? : abap data dictionary
What are datasets in abap?
What is page window?
What are the different types of data dictionary objects? : abap data dictionary
What is the significance of delivery class?
Explain the difference between a pool table and a transparent table?