I_WorkCenterCapacityTP

DDL: I_WORKCENTERCAPACITYTP Type: view_entity TRANSACTIONAL Package: VDM_PP_MD_WKC

Interface for the BO WorkCenter Capacity - TP

I_WorkCenterCapacityTP is a Transactional CDS View that provides data about "Interface for the BO WorkCenter Capacity - TP" in SAP S/4HANA. It reads from 1 data source (R_WorkCenterCapacityTP) and exposes 39 fields with key fields WorkCenterInternalID, WorkCenterTypeCode, CapacityCategoryAllocation, CapacityInternalID. Part of development package VDM_PP_MD_WKC.

Data Sources (1)

SourceAliasJoin Type
R_WorkCenterCapacityTP R_WorkCenterCapacityTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Interface for the BO WorkCenter Capacity - TP view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
Metadata.ignorePropagatedAnnotations true view

Fields (39)

KeyFieldSource TableSource FieldDescription
KEY WorkCenterInternalID WorkCenterInternalID
KEY WorkCenterTypeCode WorkCenterTypeCode
KEY CapacityCategoryAllocation CapacityCategoryAllocation
KEY CapacityInternalID CapacityInternalID
LastChangeDate LastChangeDate
LastChangedByUser LastChangedByUser
WorkCenter WorkCenter
WorkCenterCategoryCode WorkCenterCategoryCode
SetupCapRequirementFormula SetupCapRequirementFormula
ProcgCapRequirementFormula ProcgCapRequirementFormula
TeardownCapRequirementFormula TeardownCapRequirementFormula
OtherCapRequirementFormula OtherCapRequirementFormula
ValidityStartDate ValidityStartDate
ValidityEndDate ValidityEndDate
WorkCenterLastChangeDateTime WorkCenterLastChangeDateTime
Capacity Capacity
CapacityCategoryCode CapacityCategoryCode
CapacityActiveVersion CapacityActiveVersion
CapacityIsFinite CapacityIsFinite
CapacityIsPooled CapacityIsPooled
CapacityHasIndivCapacities CapacityHasIndivCapacities
CapacityIsExcldFrmLongTermPlng CapacityIsExcldFrmLongTermPlng
CapacityNumberOfCapacities CapacityNumberOfCapacities
CapacityResponsiblePlanner CapacityResponsiblePlanner
CapacityPlanUtilizationPercent CapacityPlanUtilizationPercent
CapacityBreakDuration CapacityBreakDuration
Plant Plant
FactoryCalendar FactoryCalendar
AuthorizationGroup AuthorizationGroup
ShiftGroup ShiftGroup
CapacityStartTimeID CapacityStartTimeID
CapacityEndTimeID CapacityEndTimeID
CapIsUsedInMultiOperations CapIsUsedInMultiOperations
ReferencedCapacityInternalID ReferencedCapacityInternalID
CapOverloadThresholdInPercent CapOverloadThresholdInPercent
CapacityQuantityUnit CapacityQuantityUnit
CapacityBaseQtyUnit CapacityBaseQtyUnit
CapacityLastChangeDateTime CapacityLastChangeDateTime
_HeaderredirectedtoparentI_WorkCenterTP
@EndUserText.label: 'Interface for the BO WorkCenter Capacity - TP'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #M, dataClass: #MASTER }
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
@ObjectModel.modelingPattern: #TRANSACTIONAL_INTERFACE

@Metadata.ignorePropagatedAnnotations: true

define view entity I_WorkCenterCapacityTP as projection on R_WorkCenterCapacityTP {
  key WorkCenterInternalID,
  key WorkCenterTypeCode,
  key CapacityCategoryAllocation,
  key CapacityInternalID,

      // Capacity Alloc Attributes

      LastChangeDate,
      LastChangedByUser,
      WorkCenter,
      WorkCenterCategoryCode,
      SetupCapRequirementFormula,
      ProcgCapRequirementFormula,
      TeardownCapRequirementFormula,
      OtherCapRequirementFormula,
      ValidityStartDate,
      ValidityEndDate,
      WorkCenterLastChangeDateTime,

      // Capacity Attributes

      Capacity,
      CapacityCategoryCode,
      CapacityActiveVersion,
      CapacityIsFinite,
      CapacityIsPooled,
      CapacityHasIndivCapacities,
      CapacityIsExcldFrmLongTermPlng,
      CapacityNumberOfCapacities,
      CapacityResponsiblePlanner,
      CapacityPlanUtilizationPercent,
      CapacityBreakDuration,

      // Assignments

      Plant,
      FactoryCalendar,
      AuthorizationGroup,
      ShiftGroup,

      CapacityStartTimeID,

      CapacityEndTimeID,

      CapIsUsedInMultiOperations,
      ReferencedCapacityInternalID,
      CapOverloadThresholdInPercent,


      CapacityQuantityUnit,

      CapacityBaseQtyUnit,

      CapacityLastChangeDateTime,
      /* Associations */
      _Header:redirected to parent I_WorkCenterTP ,
      _CapDescription:redirected to composition child I_WorkCenterCapacityTextTP,
      _Interval: redirected to composition child I_WorkCenterCapacityIntervalTP
}