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 is the difference between open_form and close_form?
Explain what is runtime analysis?
How do you do bdc for a table control? : abap bdc
Can we use flow logic control key words in abap/4 and vice-verse?
What are differences between at selection-screen and at selection-screen output?
What are pooled tables?
Where the payroll results are stored
What is a database view? : abap data dictionary
What is Field group?
What are the functional modules used in sequence in bdc? : abap bdc
How to transfer data into line items using batch input session method? : abap bdc
Difference between Insert, Update and Modify?
What are the payroll related Infotypes
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
Explain what is the difference between primary key and unique key?