SAP CL OSQL EXTENDED RESULT



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT
• CL_OSQL_EXTENDED_RESULT ABAP_CLASS

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 an 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 informed which values the extended result should contain.
Currently, an extended result can be used to check whether a query has read data from the cache when accessing a cached view of the SAP HANA database.



Example ABAP Coding

See SAP HANA, Cached Views
ABAP_EXAMPLE_END