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
How many default tab strips are there?
Explain what are the problems in processing batch input sessions?
Explain the types of bdc's?
What is the difference between getting and get late?
Why do we use abstract class
How can we create callable modules of program code within one abap/4 program?
What are the aggregate objects in the data dictionary? : abap data dictionary
What are the different types of luws?
5) How to rereive text elements in SF and script?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
how to track records from data dictionary?
Explain how do you use structures in the abap programs?
What are the pooled and cluster tables?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What are system fields for secondary lists?