what is standard , sorted and hash in abap ?
Answer Posted / 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 |
Post New Answer View All Answers
What is a table cluster? : abap data dictionary
Badi concepts
Differentiate database index and match code.
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is difference between dialog program and a report?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
What is the transaction for recording bdc ? : abap bdc
When, how and how would you control changes to standard SAP objects.
What is human resource information systems (chris)? : sap abap hr
Does sap handle multiple currencies?
Define batch input session?
What is img? : sap abap hr
what is difference between set screen and call screen ?