Types of internal table? how do u decide which type u have
to use?
Answers were Sorted based on User's Feedback
Answer / dinesh-born2succeed
3 types
1.standard
2.sort
3.hashed
Description:
1.based on non unique key/index,it follows sequential
search,inserting records from itab to wa by using
append stmt.
2.based on both non unique as well as unique key,it
follows binary search,inserting records inserting
records from itab to wa by using insert stmt.
3.based on unique key,no index,it follws hash alg.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / kiran kumar v
Types of Internal Table:
1) Standard.
2)Sorted.
3)Hashed.
Depends of the requirement.
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / raghav
there are 3 types of internal tables
1.standard- index,keys type.
2.sorted -keys,index type.
3.hashed -key type.
to decide the usage of internal table u need the
modifications requirements of the table
Is This Answer Correct ? | 2 Yes | 1 No |
What are the payroll related Infotypes
what is the difference bet ween the appened and insert statment.plz tell me the answer.
What are the prerequisites for creating foreign key relationship?
What are the different window types in sapscript?
What are the two ways for restricting the value range for a domain ?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
How can we set the table spaces and extent sizes? : abap data dictionary
Table events aNd table maintains generation
Can you create a Lock Object? What are Lock Objects?
What is the difference between occurs 1 and occurs 2
what is main diffrence b/w refresh ,clear and free? with example?
3 Answers Miracle Software, vCentric Technologies,
how to debug a screen without using /h,break-point,debuging,stop.