Answer Posted / sasikiranu
There are 2 ways of populating an internal table
1. From Database Table
2. From Work Area of the same line type
1. SELECT <field 1>, <field 2>, ... <field n>
FROM <db table> INTO table <internal table>
WHERE <condition(s)>
2. INSERT <workarea> INTO <internal table> INDEX <position-
to-insert>
OR you can use append to insert ... APPEND <workarea> TO
<internal table>
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Can we use on change of between select and endselect?
What two statements would be used to exchange data between programs using abap memory?
What are the types of the programming language used in the sap abap software?
Explain what is a foreign key relationship? Explain this with the help of an example.
What are the basic object types? : sap abap hr
What is logical database? : abap hr
What is pass by value and what is pass by reference? Which is better?
Workbench request are client dependent or client independent
How many detail lists can be created in interactive reporting?
What is the transaction for recording bdc ? : abap bdc
What is the function of the correction system? : abap data dictionary
What is amdp (abap managed data procedures)?
Which infotype records can not be deleted ? : abap hr
Explain what are the various types of selection screen event?
When was the sap abap being created?