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 |
Hi to all abap guru's my question is how to print the page numbers like 2 4 6 on all pagess in smart forms means 2 on first page 4 on second page thanks in advance
Program lines for the radio button selection and unabling some input variables in section screen
Can we create a field without data element ? If yes what is the difference?
What is the lock object?
performance tuning concepts
Is it possible to write code in LSMW if so when will you write?
What is the alternative to batch input session?
what is the difference between at first & at new statements ?
What does the extract statement do in extract datasets?
What are user exits? What is involved in writing them? What precautions are needed?
How to create a index on views?
What are datasets in abap?