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 is the significance of the memory table ‘screen’?
What happens if only one of the commands set screen and leave screen is used without using the other?
What is system-land-scape of your project?
What is the difference b/t Session method and call transaction method ??
What is buffering allowed but switched off?
What is difference between dependent and independent data?
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
What are standard layouts sets in the sap script?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
When value table becomes check table?
What are indexes? : abap hr
How to know if the value entered contains records or not?
The max number of calling modes stacked at one time is?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
how 2 create the normal form by using functional module