what is an internal table and types of internal table
Answer / 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 |
"What is NAST Table, what it will consists?"
2)what is the differnce between user exits and Badi
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
i want to print 1 tp 100 in sapscript in a single page in a vertical manner 1 6 2 7 3 8 . . . . how will i do it
What will you code in start-of-selection & end-of-selection ?
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What are the update types possible?
How did you upload Logo using RSTXCDMC which format you upload TIF?
i am learning abap and finding very diffculty in understanding the message control technique especially in sending IDOCS? what are the steps in message control ?
Create a Function module that can be called from JAVA using JCo with an example.
What is pseudo comment (#EC) and How it is different from normal comments(i.e. '*' and '"')
How many domains will create for one data element?