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
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What is the meaning of table buffer? This buffer is used by which type oftable?
What are the steps to execute session method?
What are the components of selection table?
How can a lock object be called in the transaction?
What are the advantages of abap query tool?
What are the system fields you have worked with? Explain?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What is native sql?
How to specify a client for database table processing?
How do you use tab sets in layout sets?
How to insert a line into abap internal tables?
What are different ABAP editors? What are the differences?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What are the types of windows in sap script?