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
Polymorphism real time scenario
What are base tables of an aggregate object? : abap data dictionary
What is the function of a domain?
What are internal tables? How to use a specific number occurs statement?
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 ?
Can i Have Some Examples on Enhancements.
What is the difference between leave transaction and call transaction?
Name some data dictionary objects?
How is conversion of data types done between abap/4 & external level?
Write special commands of list?
What are the domains and data elements?
What are advantages and disadvantages of logical data base
How to define selection screen?
Advantages and disadvantages of different types of bdc's?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization