what is difference between update and modify
Answer Posted / jacky.jhan
reference from SAP Library
1.UPDATE
This statement allows you to change one or more lines in
the database table target
2.Modify
If the database table contains no line with the same
primary key as the line to be inserted, MODIFY works like
IINSERT - that is, the line is added.
If the database already contains a line with the same
primary key as the line to be inserted, MODIFY works like
UPDATE - that is, the line is changed.
Choose me!
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
SAP query how to use end users?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What is meant by authorization? : sap abap hr
What is modularization and its benefits? : abap modularization
What is Group by in Select statement?
What is at exit-command:?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
How to call other programs?
How many main windows will be there in a page window?
How to find the return code of a statement in abap programs?
Mention some important events in abap programming.
Which transaction code can I use to analyze the performance of abap program?
What is database utility?
How do you differentiate tax for different countries? : sap abap hr
What are match codes? describe?