DEMO_RAP_BASE_MAPPING

DDL: DEMO_CDS_MAPPING_EXTEND Type: extend_view_entity

DEMO_RAP_BASE_MAPPING is a CDS View in SAP S/4HANA.

Fields (3)

KeyFieldSource TableSource FieldDescription
StringField_Ext _a string
CharField_Ext _a char1
DecField_Ext _a dec10
extend view entity DEMO_RAP_BASE_MAPPING with

association to demo_ddic_types as _a
  on _a.id = 'A'
{
  _a.string as StringField_Ext,
  _a.char1  as CharField_Ext,
  _a.dec10  as DecField_Ext
}