I_WorkCenterCapPplineOp

DDL: I_WORKCENTERCAPPPLINEOP SQL: IWCCAPPPLINEOP Type: view COMPOSITE

Load all opr for manufacturing and planned order for Cap

I_WorkCenterCapPplineOp is a Composite CDS View that provides data about "Load all opr for manufacturing and planned order for Cap" in SAP S/4HANA. It reads from 1 data source (P_WorkCenterCapPplineOp) and exposes 50 fields with key fields WorkCenterInternalID, WorkCenterTypeCode, CapacityCategoryAllocation, CapacityInternalID, OrderID.

Data Sources (1)

SourceAliasJoin Type
P_WorkCenterCapPplineOp WrkCtrCapPplineOp from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IWCCAPPPLINEOP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Load all opr for manufacturing and planned order for Cap view

Fields (50)

KeyFieldSource TableSource FieldDescription
KEY WorkCenterInternalID P_WorkCenterCapPplineOp WorkCenterInternalID Work Center
KEY WorkCenterTypeCode P_WorkCenterCapPplineOp WorkCenterTypeCode Object Type
KEY CapacityCategoryAllocation P_WorkCenterCapPplineOp CapacityCategoryAllocation
KEY CapacityInternalID P_WorkCenterCapPplineOp CapacityInternalID Capacity ID
KEY OrderID P_WorkCenterCapPplineOp OrderID Order ID
KEY Operation P_WorkCenterCapPplineOp Operation Transaction
KEY CapacityRequirement P_WorkCenterCapPplineOp CapacityRequirement
KEY Material P_WorkCenterCapPplineOp Material Vehicle Model
KEY CapacityRequirementItem P_WorkCenterCapPplineOp CapacityRequirementItem
Plant P_WorkCenterCapPplineOp Plant Valuation Area
MRPController P_WorkCenterCapPplineOp MRPController MRP Controller
WorkCenter P_WorkCenterCapPplineOp WorkCenter Work Center
WorkCenterResponsible P_WorkCenterCapPplineOp WorkCenterResponsible
WorkCenterCategoryCode P_WorkCenterCapPplineOp WorkCenterCategoryCode
CapacityRequirementOrigin P_WorkCenterCapPplineOp CapacityRequirementOrigin
CapacityRequirementUnit P_WorkCenterCapPplineOp CapacityRequirementUnit
CapacityBaseQtyUnit P_WorkCenterCapPplineOp CapacityBaseQtyUnit
OrderInternalID P_WorkCenterCapPplineOp OrderInternalID Plan No.f.Oper.
OrderType P_WorkCenterCapPplineOp OrderType Order Type
OrderCategory P_WorkCenterCapPplineOp OrderCategory Order Category
ProductionVersion P_WorkCenterCapPplineOp ProductionVersion Version ID
OrderPlannedTotalQty P_WorkCenterCapPplineOp OrderPlannedTotalQty
BaseUnit P_WorkCenterCapPplineOp BaseUnit Unit of Measure
OperationPlanningStatusCode P_WorkCenterCapPplineOp OperationPlanningStatusCode
OperationLatestStartDate P_WorkCenterCapPplineOp OperationLatestStartDate
OperationLatestStartTime P_WorkCenterCapPplineOp OperationLatestStartTime
OperationLatestEndDate P_WorkCenterCapPplineOp OperationLatestEndDate
OperationLatestEndTime P_WorkCenterCapPplineOp OperationLatestEndTime
OpLtstSchedldProcgStrtDte P_WorkCenterCapPplineOp OpLtstSchedldProcgStrtDte
OpLtstSchedldProcgStrtTme P_WorkCenterCapPplineOp OpLtstSchedldProcgStrtTme
OpLtstSchedldTrdwnStrtDte P_WorkCenterCapPplineOp OpLtstSchedldTrdwnStrtDte
OpLtstSchedldTrdwnStrtTme P_WorkCenterCapPplineOp OpLtstSchedldTrdwnStrtTme
RemainingCapReqOpSegSetupDurn P_WorkCenterCapPplineOp RemainingCapReqOpSegSetupDurn
RemainingCapReqOpSegProcgDurn P_WorkCenterCapPplineOp RemainingCapReqOpSegProcgDurn
RemainingCapReqOpSegTrdwnDurn P_WorkCenterCapPplineOp RemainingCapReqOpSegTrdwnDurn
dec102endasCapacityRequirementsAreDtmnd
OrderStatusCode P_WorkCenterCapPplineOp OrderStatusCode
OrderFirmingStatusCode P_WorkCenterCapPplineOp OrderFirmingStatusCode
ScheduledBasicStartDate ScheduledBasicStartDate Sched. start
ScheduledBasicStartTime ScheduledBasicStartTime
ScheduledBasicEndDate ScheduledBasicEndDate Sched. finish
ScheduledBasicEndTime ScheduledBasicEndTime
CurrentDate CurrentDate
LtstSchedldExecStrtDteTme LtstSchedldExecStrtDteTme
LtstSchedldExecEndDteTme LtstSchedldExecEndDteTme
Sequence P_WorkCenterCapPplineOp Sequence Visit Sequence
ProductConfiguration P_WorkCenterCapPplineOp ProductConfiguration
PlantTimeZone P_WorkCenterCapPplineOp PlantTimeZone Time Zone
SalesOrder P_WorkCenterCapPplineOp SalesOrder SD Document
SalesOrderItem P_WorkCenterCapPplineOp SalesOrderItem Sales Order Item

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_WorkCenterCapPplineOp.
-- 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.
-- SQL view name: IWCCAPPPLINEOP

CREATE VIEW I_WorkCenterCapPplineOp AS
SELECT
  WrkCtrCapPplineOp.WorkCenterInternalID AS WorkCenterInternalID,
  WrkCtrCapPplineOp.WorkCenterTypeCode AS WorkCenterTypeCode,
  WrkCtrCapPplineOp.CapacityCategoryAllocation AS CapacityCategoryAllocation,
  WrkCtrCapPplineOp.CapacityInternalID AS CapacityInternalID,
  WrkCtrCapPplineOp.OrderID AS OrderID,
  WrkCtrCapPplineOp.Operation AS Operation,
  WrkCtrCapPplineOp.CapacityRequirement AS CapacityRequirement,
  WrkCtrCapPplineOp.Material AS Material,
  WrkCtrCapPplineOp.CapacityRequirementItem AS CapacityRequirementItem,
  WrkCtrCapPplineOp.Plant AS Plant,
  WrkCtrCapPplineOp.MRPController AS MRPController,
  WrkCtrCapPplineOp.WorkCenter AS WorkCenter,
  WrkCtrCapPplineOp.WorkCenterResponsible AS WorkCenterResponsible,
  WrkCtrCapPplineOp.WorkCenterCategoryCode AS WorkCenterCategoryCode,
  WrkCtrCapPplineOp.CapacityRequirementOrigin AS CapacityRequirementOrigin,
  WrkCtrCapPplineOp.CapacityRequirementUnit AS CapacityRequirementUnit,
  WrkCtrCapPplineOp.CapacityBaseQtyUnit AS CapacityBaseQtyUnit,
  WrkCtrCapPplineOp.OrderInternalID AS OrderInternalID,
  WrkCtrCapPplineOp.OrderType AS OrderType,
  WrkCtrCapPplineOp.OrderCategory AS OrderCategory,
  WrkCtrCapPplineOp.ProductionVersion AS ProductionVersion,
  WrkCtrCapPplineOp.OrderPlannedTotalQty AS OrderPlannedTotalQty,
  WrkCtrCapPplineOp.BaseUnit AS BaseUnit,
  WrkCtrCapPplineOp.OperationPlanningStatusCode AS OperationPlanningStatusCode,
  WrkCtrCapPplineOp.OperationLatestStartDate AS OperationLatestStartDate,
  WrkCtrCapPplineOp.OperationLatestStartTime AS OperationLatestStartTime,
  WrkCtrCapPplineOp.OperationLatestEndDate AS OperationLatestEndDate,
  WrkCtrCapPplineOp.OperationLatestEndTime AS OperationLatestEndTime,
  WrkCtrCapPplineOp.OpLtstSchedldProcgStrtDte AS OpLtstSchedldProcgStrtDte,
  WrkCtrCapPplineOp.OpLtstSchedldProcgStrtTme AS OpLtstSchedldProcgStrtTme,
  WrkCtrCapPplineOp.OpLtstSchedldTrdwnStrtDte AS OpLtstSchedldTrdwnStrtDte,
  WrkCtrCapPplineOp.OpLtstSchedldTrdwnStrtTme AS OpLtstSchedldTrdwnStrtTme,
  WrkCtrCapPplineOp.RemainingCapReqOpSegSetupDurn AS RemainingCapReqOpSegSetupDurn,
  WrkCtrCapPplineOp.RemainingCapReqOpSegProcgDurn AS RemainingCapReqOpSegProcgDurn,
  WrkCtrCapPplineOp.RemainingCapReqOpSegTrdwnDurn AS RemainingCapReqOpSegTrdwnDurn,
  case when WrkCtrCapPplineOp.CapacityRequirementsAreDtmnd > 99999999 then fltp_to_dec(99999999.99 as abap.dec( 10,2)) else cast(round(fltp_to_dec(WrkCtrCapPplineOp.CapacityRequirementsAreDtmnd as abap.dec( 12,4)),2) as abap.dec(10,2)) end as CapacityRequirementsAreDtmnd AS dec102endasCapacityRequirementsAreDtmnd,
  WrkCtrCapPplineOp.OrderStatusCode AS OrderStatusCode,
  WrkCtrCapPplineOp.OrderFirmingStatusCode AS OrderFirmingStatusCode,
  ScheduledBasicStartDate,
  ScheduledBasicStartTime,
  ScheduledBasicEndDate,
  ScheduledBasicEndTime,
  CurrentDate,
  LtstSchedldExecStrtDteTme,
  LtstSchedldExecEndDteTme,
  WrkCtrCapPplineOp.Sequence AS Sequence,
  WrkCtrCapPplineOp.ProductConfiguration AS ProductConfiguration,
  WrkCtrCapPplineOp.PlantTimeZone AS PlantTimeZone,
  WrkCtrCapPplineOp.SalesOrder AS SalesOrder,
  WrkCtrCapPplineOp.SalesOrderItem AS SalesOrderItem
FROM P_WorkCenterCapPplineOp AS WrkCtrCapPplineOp
;