what is difference between update and modify
Answer Posted / chander
I am Sorry for above-written answer this is the correct
answer
MODIFY - is used for modifying the existing data on the
basis of primary key and if there is no data in table then
UPDATE command will add new record into table.
UPDATE - is used for only modifying the existing data on
the basis of primary key.
| Is This Answer Correct ? | 15 Yes | 40 No |
Post New Answer View All Answers
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
Cds views
In delivery processing which step comes first picking, packing, posting goods issue ?
What are the types of the software component being deployed in the sap?
How many primary keys can be created for a table?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What is a sequence of event-triggered in report?
Explain the difference between float and packed data type?
How many ways can a sap system be accessed?
How can we determine a vendor is Bloc/Unblock from the table LFA1?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is the difference between scrolling a table horizontally and vertically?
Explain buffering concept usage?
How will you define posting procedures?
wat is the difference between A-gate & W-gate?where are they used?