Entering content frameBackground documentation Technical Settings of a Database View Locate the document in its SAP Library structure

You can buffer the data read from an ABAP program with a database view. View data is buffered completely analogously to table data (see Structure link Buffering Database Tables).

The technical settings of a database view control whether view data may be buffered (see Structure link Buffering Permission) and how this should be done (see Structure link Buffering Types). The same settings are possible as when buffering tables.

The buffered view data is invalidated as soon as data in one of the base tables of the view changes.

Leaving content frame