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
What is meant by hotspots?
How do you read files from the application server ? : abap bdc
Hat are the different types of mode (run code) in call transaction method?
What is meant by authorization? : sap abap hr
How can we set the tablespaces and extent sizes ?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
What are the two different ways of building a match code object?
Does the call transaction method allow multiple transactions to be processed by sap?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What is client in the sap system? : sap abap hr
What is an abap data dictionary? : abap data dictionary
What is lock mechanism? How do we create lock objects in abap?
What are the value tables?
What is a size category? : abap data dictionary
What are the arithmetic operators in the sap abap?