what is standard , sorted and hash in abap ?
Answers were Sorted based on User's Feedback
Answer / sudhakar1207
In ABAP we have two kinds of internal Tables.
1)Index Internal Tables
2)Hash Internal Tables
Again Indexed Internal tables further divided into two types
i) Standard Internal Tables
ii)Sorted Internal Tables
So Both Standard and Sorted Internal Tables Can be accessed
by Indexes. Whereas Hashed Internal Tables Can be accessed
By Only Key Fields. For Hashed Tables System automatically
maintain a Hash Algorithm to retrieve the records with one
time hit. For sorted Tables system automatically uses Binary
Search to retrieve the records. For Standard Tables System
Follows Linear Search.
Is This Answer Correct ? | 20 Yes | 1 No |
Explain get pernr concept when we use logical data base? : abap hr
What is the difference between open sql & native sql ?
3 Answers Accenture, SAP Labs,
what are views? And how many types of views are there?
What are the main events of which are used for logical database?
What are aggregated objects
What is a type group?
Hi, How to call transaction( Any transaction ex:xk03)from ALV Report. Where should I write code?
What is the difference between function group and function module?
how to read the standard field value in your custom program.
What is SAP script and Purpose?
Write the bdc table structure? : abap bdc
I have 2 radio buttons with 2 fields each on selection screen.My requirement is like if click on 1st radio button the second radio button field should be disabled and and vice versa.How can i do that?