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
What is open sql?
How to call a subroutine in sapscript?
What is “call mode”?
What is full form of bdc session? : abap bdc
How do you find if a logical database exists for your program requirements?
What is the difference between skip and new-line?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Explain what are the various types of selection screen event?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
Static and instance variable and method with live example. Why and when to use
What kind of deliverables you have on a day to day basis?
What is a persistent class?
How do you take care of performance issues in your ABAP programs?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
Explain badi in abap.