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
What are the basic functions of database utility? : abap data dictionary
Specify the types of data dictionary objects.
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What are the system fields? Explain?
What is tcode se16?
When the top-of-page event does get triggered?
What is an update type with reference to a match code id?
What is difference between float and packed data type?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
when does a list get sent to the screen on the presentation layer?
What are null values?
What are the check tables and value tables?
Event handling in oops
What are the various events associated with screen programming?