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


Please Help Members By Posting Answers For Below Questions

What is luw?

687


Explain the different types of view?

604


How does the interface between the dynpro and the abap/4 modules take place?

555


1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?

6643


What are the differences between domain and data element?

575






The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary

877


Some Realtime Examples on Exits .

1725


What is meant by exclusive, not cumulative lock? : sap abap data dictionary

589


What is example class

886


The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization

638


What is the meaning of sap r/3?

605


what is the difference between Blocked ALV and interactive ALV?

1868


How many types of tables exist and what are they in data dictionary?

602


What are the different control break statements available inside a loop?

580


How do you work with semi colon se[arated files in BDC ?

1453