Can we modify data in data base table using view?
Answer Posted / sivaramakrishna
Data base view: On multiple tables using inner join, using this view we can read the table data only can't maintain.
Projection view: On single table to minimize the data base interface using this view we read and maintain the data of single table
Help view: On multiple tables , specially designed for search help.Mostly we don't use help views except for search help.
Maintenance view:On multiple tables using inner join, using this view we can read the data and maintain the data also. But as sap suggested mostly we don't use this view .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the differences between at selection-screen and at selection-screen output?
What is the difference between RETURNING and CHANGING parameters for a method?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
From excel to abap - is batch mode possible ? : abap bdc
Explain data dictionary in abap?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
How do you display a data in a detail list?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
Why are insert and append statement used in sap abap?
what is the transaction transaction for setting parameters rdisp/buffermode
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What is alv programming in abap? When is this grid used in abap? : abap hr
How will you transfer data into a file in application server?