SAP VIEW - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

view
Grouping of columns from one or more database tables or other database objects according to application-specific criteria. In an AS ABAP, views are defined
BEGIN_SECTION VERSION 5 OUT in the ABAP Dictionary as DDIC views or
END_SECTION VERSION 5 OUT in ABAP CDS as CDS views. Both can be referenced as data types in ABAP programs and represent flat structures there. Views can be used like database tables in reading AB-SQL statements.
ABAP_MORE_INFO