SAP ABAP Tutorials

ABAP Dictionary Database View

Database view are created to get an application-specific view of data distributed across several database tables. Steps to create Database view To create the database view, we will use the two tables employee and department tables.

ABAP Data Dictionary Views

In SAP ABAP Data Dictionary, we have 4 types of views. 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.