Start of Content Area

Background 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 Buffering Database Tables).

The technical settings of a database view control whether view data may be buffered (see Buffering Permission) and how this should be done (see 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.