what is sorted table and Hash table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mahender achhe
In SAP we are using 3 types of tables.The tables are
internal tables.
1.Standard Tabels
2.Hash Tables
3.Sorted Tables
Is This Answer Correct ? | 7 Yes | 3 No |
Does every abap/4 have a modular structure? : abap modularization
what is the difference between master, transactional and customised data
Companies in India which are working in SAP-ISU?
hw to explain scripts? like medruck, rvorder01, rvinvoice. help me, coz my resume is almost prepard bt nt geting confidence to attend interview bcoz i dnt knw hw to xpain few objects
Is der any other way or tcode to process the session except SM35?
Hi, My question is " How to display 3rd highest salary record from the internal table. The internal table has 2 fields named emno(Employee number) and salary.". Send answer to my mail shaiksha.it@gmail.com. Thanking you.
How to find Buffered or not?
2 Answers Cap Gemini, Unilogic Software, Visa Steel,
What is a help view? : abap data dictionary
what is data structure and data table
How is collect statement different from append?
What is the differences between structure and table in data dictionary in abap?
Which one of the following statements are FALSE about Inactive objects in SAP? a) Development Objects are always saved as inactive versions. b) An inactive version of a Development Object is written to developer’s pc c) In DISPLAY mode, other users can NOT access the code of inactive version of a developer d) Generating a runtime object is same as activating a development object.