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
Why do we use logical blocks in abap program?
Explain the disadvantage of using exec sql statement in abap?
Where the payroll results are stored
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
When to use logical database?
What are the different types of view?
how to see the table output?
What is the difference between Check and Continue?
What is the use of lock objects?
ABAP : Classical reports events name
What are the types of the programming language used in the sap abap software?
What is table buffer?
How do you process errors in call transaction method? : abap bdc
How do you process errors in session method ? : abap bdc
How does the interface between the dynpro and the abap/4 modules take place?