Can we modify data in data base table using view?
Answer Posted / 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 |
Post New Answer View All Answers
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
How will you link form with the event driven in sap scripts?
Does the call transaction method allow multiple transactions to be processed by sap?
wht is the diff. b/n initialization and lotus of event
please give the remaining answers.
Name a few data dictionary objects? : abap data dictionary
Did you create any joins?
How is conversion of data types done between abap/4 & external level?
What is its? : abap hr
In sap scripts, how will you link form with the event driven?
What is a data dictionary? : sap abap data dictionary
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
Explain how to Handle the internal tables in ABAP?
What is the table buffer? Which type of tables used this buffer?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization