C_ChgRecdObjPgEngCollabn
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)
| Source | Alias | Join Type |
|---|---|---|
| I_EngCollaborationTP | I_EngCollaborationTP | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ENGCOLLABORATIONTP"
],
"ASSOCIATED":
[],
"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