E_ChgRecdRefMatBsc

DDL: E_CHGRECDREFMATBSC SQL: ECHGRECDMATB Type: view EXTENSION

Custom Fields: Change Record Itm Include

E_ChgRecdRefMatBsc is a Extension CDS View that provides data about "Custom Fields: Change Record Itm Include" in SAP S/4HANA. It reads from 1 data source (/iam/d_i_obj_ref) and exposes 1 field with key field ChangeRecordReferenceUUID.

Data Sources (1)

SourceAliasJoin Type
/iam/d_i_obj_ref Persistence from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName ECHGRECDMATB view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
EndUserText.label Custom Fields: Change Record Itm Include view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ChangeRecordReferenceUUID /iam/d_i_obj_ref db_key
@AbapCatalog.sqlViewName: 'ECHGRECDMATB'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Custom Fields: Change Record Itm Include'
@ObjectModel.usageType: {serviceQuality: #C,
                          dataClass: #MIXED,
                          sizeCategory: #L}
define view E_ChgRecdRefMatBsc
  as select from  /iam/d_i_obj_ref as Persistence 
{
  key Persistence.db_key as ChangeRecordReferenceUUID    
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/IAM/D_I_OBJ_REF"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/