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
What is a function group? : abap modularization
Performance tuning techniques
List the events in abap/4 language?
what precautions or prerequisites do you follow to update a record into database table and how
What are the domains and data elements?
What is Transactional based Application & Role based Application?
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
What are the advantages/ dis-advantages of logical databases?
What is repository info. Systems?
What is the difference between select statement and provide statement ? : abap hr
What is the difference between field-group header and other field groups?
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.
Explain how many types of tables exist and what are they in data dictionary?
What is web dynpro for abap?
Can there be more than 1 main window in sap script?