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 do we use abstract class
What is PS structure
Define external layer?
What is the difference between a substructure and an append structure? : abap data dictionary
What are the 2 other types of views, which are not allowed in release 3.0?
What is Group by in Select statement?
What is a multiple line field?
What are the page windows?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
Explain about interactive report?
What are dml commands in abap?
What is the table buffer? Which type of tables used this buffer?
What are the different window types in sapscript?
Is a logical database a requirement/must to write an abap/4 query?