Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to insert data in ternal table?

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


Please Help Members By Posting Answers For Below Questions

What are the basic functions of database utility? : abap data dictionary

1160


Specify the types of data dictionary objects.

1049


What is the significance of technical settings (specified while creating a table in the data dictionary) ?

1091


What is the difference between bdc_okcode and bdc_cursor? : abap bdc

1152


What are the system fields? Explain?

1175


What is tcode se16?

1053


When the top-of-page event does get triggered?

1180


What is an update type with reference to a match code id?

1034


What is difference between float and packed data type?

1254


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

1038


when does a list get sent to the screen on the presentation layer?

2010


What are null values?

1063


What are the check tables and value tables?

1235


Event handling in oops

1581


What are the various events associated with screen programming?

1299