Views in SAP ABAP are virtual tables that do not store any data themselves - they only store the definition/query logic. The actual data comes from the underlying base tables when the view is accessed. Views can be buffered for performance, database views are created upon activation, and maintenance views are designed to be updateable.