what is difference between update and modify
Answer Posted / kumar
INSERT - adds a new record to the table. If the row (key) exists, issues an error.
UPDATE - updates an existing record to the table. If the row (key) does not exist, issues an error.
MODIFY - If the key exists, modifies the record. If the key does not exist, adds the record to the table.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
When, how and how would you control changes to standard SAP objects.
What is append structure?
What is view proxy in abap?
How many default tab strips are there?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is the differences between abap and ooabap. In which situation we useooabap?
What is the disadvantage of a call by reference?
What is locking ?
Work most on which module: name a few tables?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
Explain the disadvantages of logical databases?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What are the events in screen programming?