C_ChgRecdObjPgEngCollabn

DDL: C_CHGRECDOBJPGENGCOLLABN SQL: CCHGRCDOBJPGCLBN Type: view CONSUMPTION

Change Record Reference Object Collaboration

C_ChgRecdObjPgEngCollabn is a Consumption CDS View that provides data about "Change Record Reference Object Collaboration" in SAP S/4HANA. It reads from 1 data source (I_EngCollaborationTP) and exposes 14 fields with key field ChangeRecordCollaborationUUID.

Data Sources (1)

SourceAliasJoin Type
I_EngCollaborationTP I_EngCollaborationTP from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CCHGRCDOBJPGCLBN view
AccessControl.authorizationCheck #CHECK view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view
AbapCatalog.preserveKey true view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Change Record Reference Object Collaboration view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY ChangeRecordCollaborationUUID ChangeRecordCollaborationUUID
EngineeringCollaborationUUID EngineeringCollaborationUUID
ChangeRecordUUID ChangeRecordUUID
EngineeringCollaborationName EngineeringCollaborationName
EngineeringCollaborationType EngineeringCollaborationType
EngineeringCollaborationText EngineeringCollaborationText
EngineeringCollaborationStatus EngineeringCollaborationStatus
EngCollaborationSupplier EngCollaborationSupplier
PersonResponsible PersonResponsible
EngCollabnChgRecdURL
CreatedByUser CreatedByUser
CreationDateTime CreationDateTime
LastChangedByUser LastChangedByUser
LastChangeDateTime LastChangeDateTime
@AbapCatalog.sqlViewName: 'CCHGRCDOBJPGCLBN'
@AccessControl.authorizationCheck: #CHECK
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType: {serviceQuality: #C,
                         dataClass: #MIXED,
                         sizeCategory: #L}
@AbapCatalog.preserveKey: true
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Change Record Reference Object Collaboration'
@UI.presentationVariant.requestAtLeast: [ 'EngineeringCollaborationUUID', 'EngCollabnChgRecdURL' ]
define view C_ChgRecdObjPgEngCollabn
  as select from I_EngCollaborationTP
{
           @UI.hidden: true
           @UI.lineItem: [{ position: 5,
                            importance: #HIGH }]
           @UI.identification: [{ position: 5, importance: #HIGH }]
  key      ChangeRecordCollaborationUUID,
           @UI.hidden: true
           @UI.lineItem: [{ position: 15,
                            importance: #HIGH,
                            hidden: true }]
           @UI.identification: [{ position: 15, importance: #HIGH }]
           EngineeringCollaborationUUID,
           ChangeRecordUUID,
           @UI.lineItem:[
           { position:10,
             importance:#HIGH }
           ]
           @UI.identification: [{position: 10, importance: #HIGH}]
           @Search.defaultSearchElement: true
           EngineeringCollaborationName,
           @UI.lineItem:[
           { position:20,
             importance:#HIGH }
           ]
           @UI.identification: [{position: 20, importance: #HIGH}]
           EngineeringCollaborationType,
           @UI.lineItem:[
           { position:30,
             importance:#HIGH }
           ]
           @UI.identification: [{position: 30, importance: #HIGH}]
           EngineeringCollaborationText,
           @UI.hidden: true
           EngineeringCollaborationStatus,
           @UI.lineItem:[
           { position:40,
             importance:#HIGH }
           ]
           @UI.identification: [{position: 40, importance: #HIGH}]
           EngCollaborationSupplier,
           @UI.hidden: true
           PersonResponsible,
           @UI.hidden: true
           @UI.lineItem: [{ position: 25,
                            importance: #HIGH,
                            hidden: true }]
           @UI.identification: [{position: 25, importance: #HIGH}]
           @ObjectModel.readOnly: true
           @ObjectModel.virtualElement
           @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_PLMI_ENG_COLLABN_GET_URL'
           cast('' as engcollabnchgrecd_url) as EngCollabnChgRecdURL,
           @UI.hidden: true
           CreatedByUser,
           @UI.hidden: true
           CreationDateTime,
           @UI.hidden: true
           LastChangedByUser,
           @UI.hidden: true
           LastChangeDateTime
}