I_CapEvalByAreaOfRespy
Work Center By Area Of Responsibility
I_CapEvalByAreaOfRespy is a Composite CDS View that provides data about "Work Center By Area Of Responsibility" in SAP S/4HANA. It reads from 9 data sources and exposes 8 fields with key fields WorkCenterInternalID, CapacityInternalID.
Data Sources (9)
| Source | Alias | Join Type |
|---|---|---|
| I_Capacity | _Capacity | inner |
| I_WorkCenter | _CapEvalWorkcenter | inner |
| I_BOOMaterialAssgmtChangeState | _MaterialTaskList | inner |
| I_BOOSqncOperationAssgmtChgSt | _OperationActivities | inner |
| I_BillOfOperationsOpBasic | _OperationActTasks | inner |
| I_OperationControlProfile | _OperationControlProfile | inner |
| I_ProductionVersion | _ProductionVersions | inner |
| I_SDMAreaOfResponsibility | _SDMAreaOfResponsibility | inner |
| I_WorkCenterCapacity | _WorkCenterCapacity | inner |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_CapacityPlanningEndDate | datum |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICAPEVALWCAOR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Work Center By Area Of Responsibility | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkCenterInternalID | I_WorkCenterCapacity | WorkCenterInternalID | Work Center |
| KEY | CapacityInternalID | I_WorkCenterCapacity | CapacityInternalID | Capacity ID |
| MRPController | I_SDMAreaOfResponsibility | MRPController | MRP Controller | |
| Plant | I_SDMAreaOfResponsibility | Plant | Valuation Area | |
| WorkCenter | I_WorkCenterCapacity | WorkCenter | Work Center | |
| WorkCenterResponsible | I_WorkCenter | WorkCenterResponsible | Responsible | |
| CapacityResponsiblePlanner | I_Capacity | CapacityResponsiblePlanner | Plng Segmnt No. | |
| WorkCenterDesc |
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_CapEvalByAreaOfRespy.
-- 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: ICAPEVALWCAOR
-- Parameters: P_CapacityPlanningEndDate : datum
CREATE VIEW I_CapEvalByAreaOfRespy AS
SELECT
_WorkCenterCapacity.WorkCenterInternalID AS WorkCenterInternalID,
_WorkCenterCapacity.CapacityInternalID AS CapacityInternalID,
_SDMAreaOfResponsibility.MRPController AS MRPController,
_SDMAreaOfResponsibility.Plant AS Plant,
_WorkCenterCapacity.WorkCenter AS WorkCenter,
_CapEvalWorkcenter.WorkCenterResponsible AS WorkCenterResponsible,
_Capacity.CapacityResponsiblePlanner AS CapacityResponsiblePlanner,
_CapEvalWorkcenter._Text[1:Language=$session.system_language].WorkCenterText AS WorkCenterDesc
INNER JOIN I_SDMAreaOfResponsibility AS _SDMAreaOfResponsibility ON /* join condition not captured in parsed metadata */
INNER JOIN I_ProductionVersion AS _ProductionVersions ON /* join condition not captured in parsed metadata */
INNER JOIN I_BOOMaterialAssgmtChangeState AS _MaterialTaskList ON /* join condition not captured in parsed metadata */
INNER JOIN I_BOOSqncOperationAssgmtChgSt AS _OperationActivities ON /* join condition not captured in parsed metadata */
INNER JOIN I_BillOfOperationsOpBasic AS _OperationActTasks ON /* join condition not captured in parsed metadata */
INNER JOIN I_OperationControlProfile AS _OperationControlProfile ON /* join condition not captured in parsed metadata */
INNER JOIN I_WorkCenterCapacity AS _WorkCenterCapacity ON /* join condition not captured in parsed metadata */
INNER JOIN I_WorkCenter AS _CapEvalWorkcenter ON /* join condition not captured in parsed metadata */
INNER JOIN I_Capacity AS _Capacity ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA