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
Select query optimisation
What is the different type of projects? : sap abap hr
How is conversion of data types done between abap/4 & external level?
What is an interactive report?
What are the different types of laws. What are they?
What is an update task? : abap modularization
What are the relational operations that can be performed on view in sap? : abap data dictionary
How we format the data before writing a statement in the report?
What is the difference between rfc and bapi function modules? : abap bdc
How to find the return code of a statement in abap programs?
How can we set the tablespaces and extent sizes ?
dynamic programming in sap abap
What are the various events associated with screen programming?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Can we set page headers to details lists?