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 are the aggregate objects in data dictionary? : sap abap data dictionary
How do you Export a session ?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
Which transaction code can I use to analyze the performance of abap program?
What is the maximum number of structures that can be included in a table or structure
Can we create field without data element? If yes, how?
What is bdc? : abap bdc
What are the payroll related infotypes? : abap hr
What is a batch input session? : abap hr
Can you assign a matchcode object to a parameter? If so how?
What are the advantages of different types of bdc's?
What are differences between at selection-screen and at selection-screen output?
Can i have some Realtime Scenarios on Reports.
What is size category?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization