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
What are the system table used in abap?
What is the use of info groups? : sap abap hr
Have you printed any report?
What is an update task? : abap modularization
What is abap?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What are the different modules of sap? : sap abap hr
Can multiple abap systems connect to abap database?
What is the significance of delivery class?
Write special commands of list?
What is sap script? Describe its components.
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Explain the difference between function group and function module?
Explain the different types of view?
What is new enhancement framework?