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 we insert record in to data base table ? how many ways
are there what are there?

Answer Posted / pm

Following are the ways which I can promptly think of:
1.Using internal table:
INSERT <dbtab> from table <itab>.
where itab (internal table )contains the entries to be
inserted into the database table
2. Using work area:
INSERT <wa> into <dbtab>.
3. Using database views
4. Table maintenance view through SM30

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a function group? : abap modularization

1133


Performance tuning techniques

1404


List the events in abap/4 language?

1172


what precautions or prerequisites do you follow to update a record into database table and how

6143


What are the domains and data elements?

1667


What is Transactional based Application & Role based Application?

1612


what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me

2075


What are the advantages/ dis-advantages of logical databases?

1020


What is repository info. Systems?

1150


What is the difference between select statement and provide statement ? : abap hr

1118


What is the difference between field-group header and other field groups?

1032


data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.

2365


Explain how many types of tables exist and what are they in data dictionary?

1332


What is web dynpro for abap?

1091


Can there be more than 1 main window in sap script?

1140