Get Example source ABAP code based on a different SAP table
ABAP_CDS_BDL in ABAP Release 7.78 ITOC
ABAP_MODIFICATION_NN Type Mapping>
The new statement mapping for>> can be used to map field names from legacy code to field names from the current data model. Available for unmanaged and managed RAP BOs.
ABAP_MODIFICATION_NN Additional Save in Managed BOs>
The new statement with additional save>> can be used to enhance the default save sequence in a managed RAP BO.
ABAP_MODIFICATION_NN Unmanaged Save in Managed BOs>
The new statement with unmanaged save>> can be used to implement an own saving strategy in a managed RAP BO.
ABAP_MODIFICATION_NN Implementation Grouping>
The new statement group>> can be used to divide the implementation-relevant parts of a BO's business logic into several groups for behavior implementation.