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 what is an rdbms?
What is screen flow logic? What are the sections in it?
Explain badi in abap.
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
Explain how do you get output from idoc?
Where the payroll results are stored
What is a persistent class?
What are the commands used for interactive reports?
Why do we use abstract class
How to call transaction in session method without recording?
Explain what are standard layouts sets in the sap script?
What are the attributes of the data? : abap data dictionary
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
Can i have some Realtime Scenarios on Reports.