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
What are the advantages of abap query tool?
What are the user interfaces of interactive lists?
Can we create a gui status in a program from the object browser?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
Explain about interactive report?
What is difference between float and packed data type?
What is meant by hot spots? : abap data dictionary
when are objects are passed from task to the change request?
What is full form of bdc session? : abap bdc
What do you do when the system crashes in the middle of a BDC batch session?
How do we handle multiple line items in BDC's.
Explain the different types of data dictionary objects?
Where the payroll results are stored
What is the difference between a structure and a table? : abap data dictionary
How do you backup Sapscript layout sets? Can you download and upload? How?