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
Value table VS check Table.
What is the full form of spro? : sap abap hr
What is the difference between free and refresh?
Explain the different types of screen keywords?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What is the differences between structure and table in the data dictionary in abap?
How do you convert non-char field into char type fields ?
What is sap abap tables?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What is the abap program name to process the batch input session automatically? : abap bdc
What are the differences between a database index and a match code?
What is alv programming in abap?
How to split one Invoice into Multiple ( Step by Step)?
What is a report?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?