Multiple choice technology packaged enterprise solutions

What is not true about views :

  1. Views can be buffered

  2. A view contains data

  3. database view is aurtomatically created on the database upon activation

  4. Maintenance Views are updateable

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

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.