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 new enhancement framework?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is a development class? : abap data dictionary
What is time constraint ? : abap hr
What is the difference between skip and new-line?
When the get cursor command used in interactive lists?
What are the events driven batch jobs?
In which table the material master data is stored?
How is conversion of data types done between abap/4 & db layer?
What is sap locking?
What is the difference between field-group header and other field groups? : abap modularization
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Which objects are independent transport objects?
What are the function modules used in f4 help?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization