R_ChgRecdPLMEPDCollabnTP

DDL: R_CHGRECDPLMEPDCOLLABNTP Type: view_entity TRANSACTIONAL

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)

SourceAliasJoin Type
I_ChgRecdPLMEPDCollabn I_ChgRecdPLMEPDCollabn from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/