Can we modify data in data base table using view?
Answers were Sorted based on User's Feedback
Answer / sunil kumar gautam
It is possible only in Maintenance view.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / 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 |
Answer / m damodar sai
DataBase View : this view can be built over many tables
Data can be modified if the view is built over a single table.
Projection View : this view must be built over a single table
Data can be modified through this view.
Maintenance view : Data can be modified using this view , but generally these prefered when data distributed to several tables forms a logical unit for the user.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sourav
In projection view, we can modify the data in database table.
Is This Answer Correct ? | 4 Yes | 6 No |
What is client in the sap system? : sap abap hr
In Scripts,if we forgot to give the Elements Parameter in the Functional Module Write_form,then what will happen?
what is BDCDATA structure?
Fallback class
What is an update task? : abap modularization
What is the difference between normal report program and module pool program?
3 Answers Atos Origin, Kaavian,
What is an ABAP/4 Query?
How to see the error message if we use call transaction method in BDC ??
What are the functions of lock objects?
What are different data types in abap/4?
what is the Difference Between session and call transaction?
Write special commands of list?