I_ENGCOLLABORATIONTP
Engineering Collaboration - TP
I_ENGCOLLABORATIONTP is a CDS View in S/4HANA. Engineering Collaboration - TP. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ChgRecdObjPgEngCollabn | view | from | CONSUMPTION | Change Record Reference Object Collaboration |
| C_EngCollaboration | view_entity | projection | CONSUMPTION | Engineering Collaboration Projection TP |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Engineering Collaboration - TP'
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType: {
serviceQuality: #C,
dataClass: #MIXED,
sizeCategory: #L }
define root view entity I_EngCollaborationTP
as select from I_EngCollaboration as EngineeringCollaboration
composition [0..1] of I_EngCollabnOriginalTP as _EngCollabnOriginal
{
key ChangeRecordCollaborationUUID,
EngineeringCollaborationUUID,
ChangeRecordUUID,
EngineeringCollaborationName,
EngineeringCollaborationType,
EngineeringCollaborationText,
EngineeringCollaborationStatus,
EngCollaborationSupplier,
PersonResponsible,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
_EngCollabnOriginal
}