A_ChgRecdPLMEPDCollabn
Change Record EPD Collaboration
A_ChgRecdPLMEPDCollabn is a Composite CDS View that provides data about "Change Record EPD Collaboration" in SAP S/4HANA. It reads from 1 data source (I_ChgRecdPLMEPDCollabn) and exposes 8 fields with key fields ChgRecdPLMEPDCollabnUUID, ChangeRecordUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChgRecdPLMEPDCollabn | ChangeRecordCollaboration | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Change Record EPD Collaboration | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChgRecdPLMEPDCollabnUUID | ChgRecdPLMEPDCollabnUUID | ||
| KEY | ChangeRecordUUID | ChangeRecordUUID | ||
| ChgRecdPLMEPDCollabnType | ChgRecdPLMEPDCollabnType | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| ChgRecdPLMEPDCollabnSourceID | ChgRecdPLMEPDCollabnSourceID | |||
| ChgRecdPLMEPDCollabnID | ChgRecdPLMEPDCollabnID | |||
| _ChangeRecord | _ChangeRecord |
@EndUserText.label: 'Change Record EPD Collaboration'
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel: {
usageType: {
dataClass: #MIXED,
serviceQuality: #A,
sizeCategory: #L
}
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
//@OData.entityType.name: 'A_ChgRecdPLMEPDCollabn_Type'
//@Feature: 'BF:API_FULLSCOPE'
define view entity A_ChgRecdPLMEPDCollabn
as select from I_ChgRecdPLMEPDCollabn as ChangeRecordCollaboration
association to parent A_ChangeRecord as _ChangeRecord on $projection.ChangeRecordUUID = _ChangeRecord.ChangeRecordUUID
// association [0..1] to E_ChangeRecordCollaboration as _CollabExtension on $projection.ChgRecdRefCollaborationUUID = _CollabExtension.ChgRecdRefCollaborationUUID
// and $projection.ChangeRecordUUID = _CollabExtension.ChangeRecordUUID
{
key ChgRecdPLMEPDCollabnUUID,
key ChangeRecordUUID,
ChgRecdPLMEPDCollabnType,
CreatedByUser,
CreationDateTime,
ChgRecdPLMEPDCollabnSourceID,
ChgRecdPLMEPDCollabnID,
_ChangeRecord
// _CollabExtension
}
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