SAP NEWS-740 SP10-ABAP SQL



Get Example source ABAP code based on a different SAP table
  



AB_SQL in ABAP Release 7.40, SP10
ITOC

ABAP_MODIFICATION_NN Access to Replacement Objects

In ABAP_RELEASE 7.40, SP10 and higher, it is possible to define a CDS view as a replacement object in ABAP Dictionary for a database table or a DDIC database view.
If a replacement object is defined for a database table or DDIC database view specified as a data source of a SELECT statement, the SELECT statement accesses the CDS view and not the database table or the DDIC database view.
This change was implemented using a kernel patch after ABAP_RELEASE 7.40, SP10. A replacement object can only be defined using an internal tool. It is currently not possible to use transaction SE11 to define the replacement object. In ABAP_RELEASE 7.40, the definition of replacement objects is reserved for specific internal SAP developments and should be otherwise transparent.
From ABAP_RELEASE 7.61 onwards (but not in ABAP_RELEASE 7.60), it will be possible to explicitly define a replacement object in transaction SE11 and implicitly evaluate the object.