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
In which cluster time results are stored? : abap hr
What do you mean by batch data communications programming?
What is the difference between collect and append statements?
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What is the definition of modification in an sap system and how do they impact an upgrade?
What is a persistent class?
What are the differences between se01, se09 and se10?
What is the difference between get and get late?
What is time constraint ? : abap hr
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
how to create view in bdc..??
Print options in smartforms?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is the difference between Classic badi and Kernal badi ?
Explain the Inportance of pa40? : abap hr