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 you delete data element, which is being used by table fields. : abap data dictionary
How do you find the information on the current screen?
What is the advantage of structures?
Explain what is the difference between primary key and unique key?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
What are the Synchronous and asynchronous methods in bdc ?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What is difference between dialog program and a report?
What is buffering allowed but switched off?
Can a domain, assigned to a data element be changed?
What is the relationship existing between the various data elements? : abap data dictionary
What is an abap/4 query? : abap hr
List the events in abap/4 language?
What are internal tables? How to use a specific number occurs statement?
How are BAPI different from normal function modules?