I_WORKCENTERHIERHEADER
Work Center Hierarchy Header
I_WORKCENTERHIERHEADER is a CDS View in S/4HANA. Work Center Hierarchy Header. It contains 6 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_WorkCenterGroup | view_entity | from | COMPOSITE | Work Center Group View |
| I_WorkCenterGrpByAreaOfRespy | view_entity | from | COMPOSITE | Work Center Group for AOR |
Fields (6)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | WrkCtrHierObjID | WorkCenterGroupInternalID | 1 |
| KEY | WrkCtrHierObjType | WorkCenterGroupTypeCode | 1 |
| IsDeleted | IsDeleted | 1 | |
| WorkCenterGroupType | WorkCenterGroupType | 1 | |
| WrkCtrHierName | WorkCenterGroup | 1 | |
| WrkCtrHierPlant | Plant | 1 |
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #M, dataClass: #MASTER }
@EndUserText.label: 'Work Center Hierarchy Header'
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction: {
enabled: true,
delta.changeDataCapture: {
automatic : true
}
},
internalName: #LOCAL
}
@Analytics.technicalName: 'IWCHIERHDR'
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:[#EXTRACTION_DATA_SOURCE,#ANALYTICAL_DIMENSION,#CDS_MODELING_ASSOCIATION_TARGET]
@Metadata.allowExtensions:true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.representativeKey: 'WrkCtrHierObjID'
@ObjectModel.sapObjectNodeType.name: 'WorkCenterGroup'
define view entity I_WorkCenterHierHeader
as select from crhh
association [0..*] to I_WorkCenterHierarchyHeaderTxt as _Text on $projection.WrkCtrHierObjType = _Text.ProductionResourceType
and $projection.WrkCtrHierObjID = _Text.ProductionResourceInternalID
association [1..1] to I_ProductionResourceType as _ProductionResourceTypeCode on $projection.WrkCtrHierObjType = _ProductionResourceTypeCode.ProductionResourceType
{
//crhh
@ObjectModel.foreignKey.association: '_ProductionResourceTypeCode'
key objty as WrkCtrHierObjType,
key objid as WrkCtrHierObjID,
name as WrkCtrHierName,
werks as WrkCtrHierPlant,
grptype as WorkCenterGroupType,
loekz as IsDeleted,
srtype as ShiftReportType,
sntype as ShiftNoteType,
andat as CreationDate,
annam as CreatedByUser,
aedat as LastChangeDate,
aenam as LastChangedByUser,
_Text,
_ProductionResourceTypeCode
}