what is difference between update and modify
Answer Posted / sailaja
update statement writes the modified observations to the
new data set that u name in the dataset without modifying
the master and transaction dataset whereas modify statement
modifies observations directly in the master data set
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How do you validate the selection criteria of a report? And how do you display initial
What is the transaction code to display the payroll results ? : abap hr
What is the procedure you followed to upload the data?
What primary key and foreign key relationship
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.
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
What is img? : sap abap hr
What is modularization and its benefits?
How to get that a secondary index is attached to a select query?
Explain about sap fico testing and the tools used? : abap bdc
What is a data element?
What is the difference between skip and reserve?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
Table events aNd table maintains generation
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.