as a developer how u will decided which internal table we will
use for requirement?
Answers were Sorted based on User's Feedback
Answer / sampad
Most of the time we go for standard internal table. However, where main operation is key access, Hashed internal table is most appropriate. Hashed internal tables are useful if you want to construct and use an internal table which resembles a database table or for processing large amount of table. If you are not sure about it, then go for standard internal table.
Is This Answer Correct ? | 20 Yes | 0 No |
Answer / 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 |
Concepts of OO ABAP and why we are using it?
Differentiate between static and dynamic step loops?
What is the use if we define the BAPI as method in BOR? Purpose.....
What are the check tables?
Hi All , Please mail me Interview Questions Related to SAP ABAP WITH CRM FUNCTIONAL EXPERIENCE please help me out ASAP as i m in Great need of Help.. my email Id is surendhar.palle@gmail.com Thanks and Regards surendhar
What is the significance of the screen number ‘0’?
15) What is a Normal,Constant and Variable Window?
How can we upload a text file having delimiters in to legacy system? : abap bdc
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
what is result set of an inner join at database level ?
i want to block some spaces after end of page in classical report?how to do that?
What is a badi?