ABAP Keyword Documentation → ABAP Glossary
view
Grouping of columns in one or more database tables according to application-specific criteria. In AS ABAP, views are defined in ABAP Dictionary and can be referenced as data types (like flat structures). Views can be used like database tables in reading Open SQL statements. Views can be classic views, CDS views, and external views.