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
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What are the disadvantages of different types of bdc's?
Differentiate between table and template ?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What are the different buffering methods?
When the top-of-page event does get triggered?
What is human resource information systems (chris)? : sap abap hr
What is the difference between the function module and a normal abap/4 subroutine?
what are the two methods of modifying sap standard tables ?
What is meant by slab? How is indian slab and us slab? : sap abap hr
Explain the disadvantages of different types of bdc's?
State the system field for the current date?
What are the steps in a bdc session? : abap bdc
What is meant by stacked list?
What is pass by value and what is pass by reference? Which is better?