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
Name the abap/4 modularization techniques?
Define database layer?
What is full form of bdc session? : abap bdc
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What is the use of table maintenance allowed?
What are field groups?
How do I find the output type of a table or a program?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is a badi?
What does the insert statement in extract datasets do? : abap modularization
Do you know any other patterns if yes.. explain
How can cluster table be created?
What is an Open Item in SAP? How will you find an Open Item in SAP?