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
What are the events in classical reports?
What will exactly the hide statement do?
how do you call third selection screen ?
What is a data dictionary? : sap abap data dictionary
What is a table cluster? : abap data dictionary
What is the difference between a pool table and a transparent table?
Tell me a scenario where did you use secondary index?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
Does sap handle multiple languages?
Performance tuning techniques
How we can retrieve data using secondary index. Explain with simple example?
Does the external program run in the same sap luw as the caller, or in a separate one?
What are internal tables? : abap hr
What type of user exits have you written ?
What is dynamic action? : sap abap hr