what is an internal table and types of internal table

Answer Posted / krithika

internal table is a temporary storage area that exists only
at program runtime.

Types
1.standard.
The key access to the standard table is always linear
search.It has non unique key.Append , insert and collect
work.It has linear index operation.
2.sorted.
This table is always internally sorted.
append with improper order can produce arror.use either
unique or non-unique key. always use binary search.

3.hashed.
It has unique key.no index.always use hash algorithm.
append and collect will not work.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

613


Can we display a list in a pop-up screen other than full-size stacked list?

694


What are conditional chain statement?

751


Mention the various databases integrities?

618


Name the abap/4 modularization techniques?

650






What is size category?

561


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

644


What is the tcode to create indexes?

596


Have you set up a back ground job? How to create a background job without a variant ? : abap bdc

599


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

555


​​What is view proxy in abap?

797


How can you find the field/data underlying a transaction?

605


What is modularization and its benefits? : abap modularization

730


How to use messages in lists?

613


What is the abap program name to process the batch input session automatically? : abap bdc

654