I_WorkCenterPooledCapAllocTP

DDL: I_WORKCENTERPOOLEDCAPALLOCTP Type: view_entity TRANSACTIONAL Package: VDM_PP_MD_WKC

Interface for the BO WrkCtr PooledCapacity Allocation - TP

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

Data Sources (1)

SourceAliasJoin Type
R_WorkCenterPooledCapAllocTP R_WorkCenterPooledCapAllocTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Interface for the BO WrkCtr PooledCapacity Allocation - 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 (19)

KeyFieldSource TableSource FieldDescription
KEY WorkCenterInternalID WorkCenterInternalID Work Center
KEY WorkCenterTypeCode WorkCenterTypeCode Object Type
KEY CapacityCategoryAllocation CapacityCategoryAllocation
KEY CapacityInternalID CapacityInternalID Capacity ID
LastChangeDate LastChangeDate Time Stamp
LastChangedByUser LastChangedByUser User Name
Plant Plant Valuation Area
WorkCenter WorkCenter Work Center
WorkCenterCategoryCode WorkCenterCategoryCode
CapacityCategoryCode CapacityCategoryCode
Capacity Capacity Engine Capacity
SetupCapRequirementFormula SetupCapRequirementFormula
ProcgCapRequirementFormula ProcgCapRequirementFormula
TeardownCapRequirementFormula TeardownCapRequirementFormula
OtherCapRequirementFormula OtherCapRequirementFormula
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
WorkCenterLastChangeDateTime WorkCenterLastChangeDateTime
_HeaderredirectedtoparentI_WorkCenterTP

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_WorkCenterPooledCapAllocTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_WorkCenterPooledCapAllocTP AS
SELECT
  WorkCenterInternalID,
  WorkCenterTypeCode,
  CapacityCategoryAllocation,
  CapacityInternalID,
  LastChangeDate,
  LastChangedByUser,
  Plant,
  WorkCenter,
  WorkCenterCategoryCode,
  CapacityCategoryCode,
  Capacity,
  SetupCapRequirementFormula,
  ProcgCapRequirementFormula,
  TeardownCapRequirementFormula,
  OtherCapRequirementFormula,
  ValidityStartDate,
  ValidityEndDate,
  WorkCenterLastChangeDateTime
FROM R_WorkCenterPooledCapAllocTP
;