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 max. No. Of structures that can be included in a table or structure? : abap data dictionary
hi.. sap sd is installed in my PC .i m unable to start becoz ,i have given wrong password many times and it's locked.please tell me how can i open SAP logon. tell the process at my id dst.noida@rediffmail.com please advance thanx
Define database layer?
What is dialog module?
What is asap methodology? : sap abap hr
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
How can we determine a vendor is Bloc/Unblock from the table LFA1?
How to call transaction in session method without recording?
What are local objects?
Can you create a table with fields not referring to data elements? : abap data dictionary
How do you find number of records present in internal table?
What is update task
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What do you mean by batch data communications programming?
What are the two different ways of building a match code object? : abap data dictionary