
You define a view to combine data of an application that is deployed on several database tables.
To define a view, proceed as follows:
These tables must be linked by defining the join conditions. It is also possible to use the join condition from a foreign key defined between the tables.
Following different view types are supported:
Database views implement an inner join. The other view types implement an outer join.
The join conditions for database views can be formulated using equality relationships between any base fields. The join conditions for the other view types must be obtained from existing foreign keys. Tables can be combined in a maintenance view or help view only if they are linked to one another with foreign keys.
The maintenance status defines whether you can only read data with the view, or whether you can also insert and change data with it.
For more information, see the Views in the ABAP Keyword Documentation