what is ment by view?how many types are there ?what are
they?and what is the difference between data base view and
projection view?
Answer Posted / srinivasan
There are 4 types of views: Database view, projection View,
Maintenance view and Help View
Data base view implement Inner join whereas Maintenance
view and Help view implement outer join
projection views can be created only on single table
select condition cannot be specified for projection views
since the database view is implemented on a database, only
transparent table can be used to create them
it is possible to access pooled and cluster table using
projection view
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can you manipulate the presentation and attributes of interactive lists?
What is a table attribute? : abap data dictionary
What is maintenance view?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What are critical issues you have faced in your project
Can you create a table with fields not referring to data elements? : abap data dictionary
What is the basic difference internal tables and database tables? : abap data dictionary
What is pass by value and what is pass by reference? Which is better?
What is sap abap data dictionary?
Write the bdc table structure? : abap bdc
What does the ‘suppress dialog’ do?
what is difference between (internal table types)standard table and sorted table in sap abap....
Can a domain, assigned to a data element be changed? : abap data dictionary
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What are the different types of parameters? How can you distinguish between different kinds of parameters?