A_ChangeRecordRefLabelSet
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)
| Source | Alias | Join Type |
|---|---|---|
| I_ChangeRecdRefLabelSetTP_2 | ChangeRecordReferenceLBLTP | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA