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 is the difference between hashed & sorted internal tables?
Explain the function module in bdc?
What are the components of sap scripts? : abap hr
What is IMG in SAP?
How to create a link between modified form and modified print program?
How do you find out who has transported a transport request?
What is sequence number
What are the different methods of passing data?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
How many ways you can create table? : abap data dictionary
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
Can we access static attribute from instance method
foreign key enforcement?
What is the difference between refresh and free statements?
Why bapi need then bdc ? : abap bdc