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 the difference between call screen and leave screen?
Is der any other criteria for using For All Entries except if not itab is initial?
what is abap token?
What is the maximum value for Line-Size in the Report?
how many times a main window can be placed on placed on the same page in a layout
Is a logical database a requirement/must to write an abap/4 query?
Difference between Session Vs Call transactions?
Name some system global variables you can use in abap programs?
what happens if i use commit in the bdc coding
Can you call a bdc from a report program ?
If I code parameters and selection events without writing the start-of-selection, will the report runs?
can we transport text elements and text symblos in reports from devlopment to quality?is it necessary?