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
Why are insert and append statement used in sap abap?
What is screen flow logic? What are the sections in it?
How do you control printer functions from sapscript?
Does the table can have multiple foreign keys?
How to add a column to a table control while using alphanumerical layout editor ?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What is an Unpack command?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is the use of dequeue function module? : sap abap data dictionary
what are the two methods of modifying sap standard tables ?
What are the payroll related infotypes? : abap hr
What is the max no of match code id’s that can be defined for one match code object?
How do you connect to the remote server if you are working from the office for the client in remote place?
How can end-of-selection be used?
What are the tcodes for performance tuning?