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

What is your approach for writing a bdc program? : abap bdc

588


How do you get the number of lines in an internal table?

620


When is the top-of-page event triggered? : abap data dictionary

805


What is the use of program rsbdcsub? : abap bdc

647


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1635






What are two methods of modifying sap standard tables?

583


What are the screen painter and menu painter?

580


Where do you code the hide statement?

571


What are the attributes of the data? : abap data dictionary

654


What are the differences between primary and secondary indexes?

614


Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc

648


How memory management happens for internal tables and work areas in abap?

728


What are the advantages of abap query tool?

544


Program lines for the radio button selection and unabling some input variables in section screen

915


What is lock object ? : abap data dictionary

605