In SAP ABAP Data Dictionary, we have 4 types of views.
- Database view
- Projection view
- Maintenance view
- Help view
Generally, a view is created over one or more tables to provide application-specific views of data in multiple tables.
A view gives an overview of data from several tables.
A view does not store data physically but derives data from the underlying tables.