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 the max no of match code id’s that can be defined for one match code object?
Explain badi in abap.
What are the three components of a work process?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
hi.. sap sd is installed in my PC .i m unable to start becoz ,i have given wrong password many times and it's locked.please tell me how can i open SAP logon. tell the process at my id dst.noida@rediffmail.com please advance thanx
Write special commands of list?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What is use of transparent table in abap? How it is different from pool tables?
What are the commands used for interactive reports?
where u can find user exists? how to activate user exists?
How do you get your task to perform?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization