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
Have you set up a back ground job ? How to create a background job without a variant ?
What are null values? : abap data dictionary
When will the current screen processing terminates?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What are different ABAP editors? What are the differences?
Explain the difference between call screen and leave screen?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
Difference between /N and /BEND?
what is the t-code to link technical and functional operation?
how 2 create the normal form by using functional module
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
What is the function of the transport system and workbench organiser? : abap data dictionary
What two statements would be used to exchange data between programs using abap memory?
How will you link form with the event driven in sap scripts?