R_ChgRecdPLMEPDCollabnTP
Change Record EPD collaboration
R_ChgRecdPLMEPDCollabnTP is a Transactional 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 | I_ChgRecdPLMEPDCollabn | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| EndUserText.label | Change Record EPD collaboration | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChgRecdPLMEPDCollabnUUID | ChgRecdPLMEPDCollabnUUID | ||
| KEY | ChangeRecordUUID | ChangeRecordUUID | ||
| ChgRecdPLMEPDCollabnType | ChgRecdPLMEPDCollabnType | |||
| CreationDateTime | CreationDateTime | |||
| CreatedByUser | CreatedByUser | |||
| ChgRecdPLMEPDCollabnSourceID | ChgRecdPLMEPDCollabnSourceID | |||
| ChgRecdPLMEPDCollabnID | ChgRecdPLMEPDCollabnID | |||
| _ChgRecdRefRoot | _ChgRecdRefRoot |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@EndUserText.label: 'Change Record EPD collaboration'
define view entity R_ChgRecdPLMEPDCollabnTP as select from I_ChgRecdPLMEPDCollabn
association to parent R_ChgRecdReferenceRootTP as _ChgRecdRefRoot on _ChgRecdRefRoot.ChgRecdRefRootUUID = $projection.ChangeRecordUUID
{
key ChgRecdPLMEPDCollabnUUID,
key ChangeRecordUUID,
ChgRecdPLMEPDCollabnType,
CreationDateTime,
CreatedByUser,
ChgRecdPLMEPDCollabnSourceID,
ChgRecdPLMEPDCollabnID,
_ChgRecdRefRoot
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHGRECDPLMEPDCOLLABN"
],
"ASSOCIATED":
[
"R_CHGRECDREFERENCEROOTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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