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 two statements which are required in an abap program to output an icon using a write statement?
In sap script how to print bar code in vertical manner
What are the system fields you have worked with? Explain?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
Hi! I want to join SAP ABAP course in Hyderabad, can any one tell me where should I join? and Which is the best institute for SAP WORKSHOP? Thank you...
What are the system table used in abap?
What are the page windows? How many main windows will be there in a page window?
Specify the types of data dictionary objects.
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
How many types of views are there? : abap data dictionary
What kind of financial periods exist in SAP? What is the relevant table for that?
What is the use of table maintenance allowed?
Explain how do you use structures in the abap programs?
What is IMG in SAP?
Why do we use types statement in abap programming?