what is difference between update and modify
Answer Posted / susmitha
The UPDATE statement is used to update existing records in a table.
Modify is used with alter statement for updating an existing record, if it is present and create a new record if none exist.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the syntex used to call a screen as dialog box (pop up)?
List the events in abap/4 language?
what is user specific parameter?
How we can retrieve data using secondary index. Explain with simple example?
What are two different ways to add fields to sap tables?
What type of user exits have you written ?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What are the organizational related infotypes? : abap hr
Explain what is the difference between primary key and unique key?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
Where do you code the hide statement?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
function modules are also external subroutines. State true or false. : abap modularization
What is the function of a domain?
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?