WHAT IS THE USE AND DIFF B/W INSERT, UPDATE AND MODIFY
WHILE UPDATING THE DATABASE TABLES?
Answer Posted / prasath
insert is used to insert new record,
update is used to update record in the table. if the record
doesn't found it will rise error message,
modify will modify the existing record. if the record not
found it will insert new record.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What is repository info. Systems?
Explain the types of bdc's?
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
What is a subscreen? How can we use a subscreen?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What is the function of a domain? : abap data dictionary
What are the functions of lock objects?
Why grouping of fields is required? What is the max no of modification groups for each field?
visibility section for class level and attributes level
What are the types of windows in sap script?
Hi! I want to join SAP ABAP course in Hyderabad, can any one tell me where should I join? and Which is the best institute for SAP WORKSHOP? Thank you...
Why lsmw does not support call transaction method? : abap bdc