as a developer how u will decided which internal table we will
use for requirement?
Answer Posted / sathish kumar
1. Standard Table -> oftenly used with Sorting key columns with binary search. Advantage is -> we can use all the Internal table operational keywords in standard tables.
2. Sorted Table -> binary search algorithm is followed by default for Read Table.
3. Hashed Table -> Read time is same for every record irrespective of no of records. But some keywords are not used with Hash table, like Append.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the ways you can do the tuning?
What are the events in screen programming?
What data is contained? : abap data dictionary
What is a collect statement?
How memory management happens for internal tables and work areas in abap?
What is a table attribute?
What function does data dictionary perform?
How to transfer data into line items using batch input session method? : abap bdc
What is sequence number
What is the difference between RETURNING and CHANGING parameters for a method?
What happens if a function module runs in an update task?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is filter dependent BADI?
What are the 2 other types of views, which are not allowed in release 3.0?
What are the different buffering methods?