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


Please Help Members By Posting Answers For Below Questions

How do you take care of performance issues in your ABAP programs?

670


How the transaction that are programmed by the user can be protected?

645


What is a data class? : abap data dictionary

634


What will exactly the hide statement do?

578


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

642






wat is the default file name of BAPI trace?

1820


Explain how do you use structures in the abap programs?

545


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1739


8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?

1616


Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?

1617


Explain what are the various types of selection screen event?

563


How to write a code in tab control? : abap bdc

634


What is static attribute

1090


What is the syntax of packed number?

649


What is pnp-sw-found ? : abap hr

875