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

Tell me a scenario where did you use secondary index?

629


How to create any functions?

550


5) How to rereive text elements in SF and script?

1644


What is the use of table maintenance allowed?

545


What is a report?

750






What is off cycle payroll run

1784


What are types of select statements?

575


Can we define our own match code id's for sap matchcodes ?

589


Select up to 1 row and select single difference ?

648


What is the basic difference internal tables and database tables? : abap data dictionary

567


Different types of luws. What are they?

618


Explain how to Handle the internal tables in ABAP?

639


Can we use flow logic control key words in abap/4 and vice-verse?

566


What is SAP Data conversion ?

629


identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT

1916