A_ChangeRecordRefLabelSet

DDL: A_CHANGERECORDREFLABELSET Type: view_entity COMPOSITE

Label Set Assignments to Change Records

A_ChangeRecordRefLabelSet is a Composite CDS View that provides data about "Label Set Assignments to Change Records" in SAP S/4HANA. It reads from 1 data source (I_ChangeRecdRefLabelSetTP_2) and exposes 14 fields with key field ChangeRecordReferenceUUID.

Data Sources (1)

SourceAliasJoin Type
I_ChangeRecdRefLabelSetTP_2 ChangeRecordReferenceLBLTP from

Annotations (9)

NameValueLevelField
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Feature BF:API_FULLSCOPE view
EndUserText.label Label Set Assignments to Change Records view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY ChangeRecordReferenceUUID ChangeRecordReferenceUUID
ChangeRecord ChangeRecord
ChangeRecordUUID ChangeRecordUUID
ChangeRecordReferenceType ChangeRecordReferenceType
LabelSetSpecification I_ChangeRecdRefLabelSetTP_2 LabelSetSpecification
LabelSetAlternativeNumber I_ChangeRecdRefLabelSetTP_2 LabelSetAlternativeNumber
LabelSetVersionNumber I_ChangeRecdRefLabelSetTP_2 LabelSetVersionNumber
ChangeRecordItemRelevance ChangeRecordItemRelevance
ChangeRecordItemProcgStatus ChangeRecordItemProcgStatus
CreatedByUser CreatedByUser
CreationDateTime CreationDateTime
LastChangedByUser LastChangedByUser
LastChangeDateTime LastChangeDateTime
_ChangeRecord _ChangeRecord
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #CHECK
@ObjectModel: {
   usageType: {
     dataClass:      #MIXED,
     serviceQuality: #C,
     sizeCategory:   #L
   }
}
@Metadata: {
  ignorePropagatedAnnotations: true
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API

@Feature: 'BF:API_FULLSCOPE'

@EndUserText.label: 'Label Set Assignments to Change Records'
define view entity A_ChangeRecordRefLabelSet
  as select from I_ChangeRecdRefLabelSetTP_2 as ChangeRecordReferenceLBLTP
  association to parent A_ChangeRecord as _ChangeRecord on $projection.ChangeRecordUUID = _ChangeRecord.ChangeRecordUUID
{
  key   ChangeRecordReferenceUUID,
        ChangeRecord,
        ChangeRecordUUID,    
        ChangeRecordReferenceType,
        ChangeRecordReferenceLBLTP.LabelSetSpecification     as LabelSetSpecification,
        ChangeRecordReferenceLBLTP.LabelSetAlternativeNumber as LabelSetAlternativeNumber,
        ChangeRecordReferenceLBLTP.LabelSetVersionNumber     as LabelSetVersionNumber,        
        ChangeRecordItemRelevance,
        ChangeRecordItemProcgStatus,               
        CreatedByUser,
        CreationDateTime,
        LastChangedByUser,
        LastChangeDateTime,        
        _ChangeRecord
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHANGERECDREFLABELSETTP_2"
],
"ASSOCIATED":
[
"A_CHANGERECORD"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/