Types of internal table? how do u decide which type u have
to use?
Answer Posted / 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 |
Post New Answer View All Answers
What are the different types of luws?
What are base tables of an aggregate object?
What are the techniques involved in using sap supplied programs?
What are the contents in technical specifications?
How to determine the attributes of an internal table?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
Different types of luws. What are they?
What is database view ? : sap abap data dictionary
What is a projection view? : abap data dictionary
What is the collect statement?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is narrow casting and wide casting?
How can the standard tables of sap be modified?
When the get cursor command used in interactive lists?
How do you find number of records present in internal table?