ABAP Keyword Documentation → ABAP − Reference → Processing External Data → ABAP Database Access → ABAP SQL → ABAP SQL - System Classes
CL_OSQL_EXTENDED_RESULT - Extended Result
An object of the system class CL_OSQL_EXTENDED_RESULT can be specified
with the addition EXTENDED
RESULT of a INTO
clause as the target object for an extended result of a
SELECT, WITH
, or
FETCH
statement. First, the object must be created and the instance constructor must be told which values the extended result will contain.
Currently, an extended result can be used to check whether a query can read data from the cache when accessing a cached view of the SAP HANA database.
Other versions:
7.31 | 7.40 | 7.54
Example