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


Please Help Members By Posting Answers For Below Questions

What is open sql?

662


How to call a subroutine in sapscript?

662


What is “call mode”?

666


What is full form of bdc session? : abap bdc

764


How do you find if a logical database exists for your program requirements?

729






What is the difference between skip and new-line?

889


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?

1172


Explain what are the various types of selection screen event?

661


How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc

772


Static and instance variable and method with live example. Why and when to use

1021


What kind of deliverables you have on a day to day basis?

1061


What is a persistent class?

1060


How do you take care of performance issues in your ABAP programs?

766


What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary

671


Explain badi in abap.

674