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 aggregate objects in data dictionary? : sap abap data dictionary
What is design pattern? Provide example .Why are we using it?
What are conditional chain statement?
Explain how many types of tables exist and what are they in data dictionary?
What is abap work bench?
how 2 create the normal form by using functional module
What are different types of parameters?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the use of message command in a report? What are the different message types?
What is an Open Item in SAP? How will you find an Open Item in SAP?
How do you use structures in the abap programs?
What are the buffering options in abap?
Explain how to Handle the internal tables in ABAP?
What is filter dependent BADI?
In which time constraint does the infotype records depend on the subtype ? : abap hr