as a developer how u will decided which internal table we will
use for requirement?
Answer Posted / 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 |
Post New Answer View All Answers
Can i have some Realtime Scenarios on Reports.
What is the difference between field-group header and other field groups? : abap modularization
What are the user interfaces of interactive lists?
wat is the difference between A-gate & W-gate?where are they used?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is the difference between table and template?
How to create a check box/option button in a list?
What are the organizational related Infotypes
What is system-land-scape of your project?
How we format the data before writing a statement in the report?
How many tables are there in sap?
Explain what is step-loop?
What are the different types of data dictionary objects? : abap data dictionary
Explain data dictionary in abap?