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
Explain the difference between get and get late?
What will you code in start-of-selection & end-of-selecton & why?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
How can we create callable modules of program code within one abap/4 program? : abap modularization
please give the remaining answers.
what is call back in alv?
What is the differences between structure and table in the data dictionary in abap?
what are the important fields while preparing sales order,inquiry?
How can you find the field/data underlying a transaction?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What are the two methods for modifying sap standard tables?
What is alv programming in abap? When is this grid used in abap? : abap hr
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What is sapnet?
what is defference between repository and non repository Object?