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
Under Data Transfer Portion of ABAP, what do you mean by DX Project
Difference between stand alone CRM and back-end CRM
How does the interection between the dynpro and the abap/4 modules takes place?
Did you use buffering?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
5) How to rereive text elements in SF and script?
Explain data dictionary in abap?
How to do find it?
What is table attribute? : abap data dictionary
How to debug a script in abap?
What is a variable in the sap abap?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is the company code? : sap abap hr
Is a logical database a requirement/must to write an abap/4 query?
How collect statement is different from append?