what is difference between update and modify
Answer Posted / chander
UPDATE - is used for modifying the existing data and if
there is no data in table then UPDATE command will add
new record into table.
MODIFY - is used for only modifying the existing data.
| Is This Answer Correct ? | 27 Yes | 59 No |
Post New Answer View All Answers
What is an Open Item in SAP? How will you find an Open Item in SAP?
How do you process errors in session method ? : abap bdc
Differentiate screen painter from menu painter.
Can a constructor be redefined?
What is the difference between a substructure and an append structure?
What are logical data bases used in hr module? : abap hr
How to upload data using catt ? : abap hr
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
What are the disadvantages of logical databases?
Explain what is runtime analysis?
How can we use multiple transactions by using bdc_insert? : abap bdc
What are control tables? : abap data dictionary
What are the system table used in abap?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is bdc programming? : abap bdc