R_ProcOrdOperationCapacityTP
Individual Capacity of Process Order Operation - TP
R_ProcOrdOperationCapacityTP is a Transactional CDS View that provides data about "Individual Capacity of Process Order Operation - TP" in SAP S/4HANA. It reads from 1 data source (I_ProcOrderOperationCapacity) and exposes 45 fields with key fields CapacityRequirement, CapacityRequirementItem. It has 1 association to related views. Part of development package PP_PROCESSORDER_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProcOrderOperationCapacity | IndividualCapacity | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | R_ProcessOrderTP | _Order | $projection.ProcessOrder = _Order.ProcessOrder |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| EndUserText.label | Individual Capacity of Process Order Operation - TP | view |
Fields (45)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CapacityRequirement | CapacityRequirement | ||
| KEY | CapacityRequirementItem | CapacityRequirementItem | ||
| ProcessOrder | ProcessOrder | |||
| OrderInternalID | OrderInternalID | |||
| OrderOperationInternalID | OrderOperationInternalID | |||
| ManufacturingOrderCategory | ManufacturingOrderCategory | |||
| ProcessOrderType | ProcessOrderType | |||
| Plant | Plant | |||
| ProcessOrderOperation | ProcessOrderOperation | |||
| WorkCenterInternalID | WorkCenterInternalID | |||
| WorkCenterTypeCode | WorkCenterTypeCode | |||
| CapacityRqmtConfirmation | CapacityRqmtConfirmation | |||
| CapacityInternalID | CapacityInternalID | |||
| CapacityRequirementDistrKey | CapacityRequirementDistrKey | |||
| OperationEarliestStartDate | OperationEarliestStartDate | |||
| OperationEarliestStartTime | OperationEarliestStartTime | |||
| OperationEarliestEndDate | OperationEarliestEndDate | |||
| OperationEarliestEndTime | OperationEarliestEndTime | |||
| OperationLatestStartDate | OperationLatestStartDate | |||
| OperationLatestStartTime | OperationLatestStartTime | |||
| OperationLatestEndDate | OperationLatestEndDate | |||
| OperationLatestEndTime | OperationLatestEndTime | |||
| ActualStartDate | ActualStartDate | |||
| ActualStartTime | ActualStartTime | |||
| ActualEndDate | ActualEndDate | |||
| ActualEndTime | ActualEndTime | |||
| ErlstSchedldProcStrtDte | ErlstSchedldProcStrtDte | |||
| ErlstSchedldProcStrtTime | ErlstSchedldProcStrtTime | |||
| ErlstSchedldTrdwnStrtDte | ErlstSchedldTrdwnStrtDte | |||
| ErlstSchedldTrdwnStrtTime | ErlstSchedldTrdwnStrtTime | |||
| LtstSchedldProcStrtDte | LtstSchedldProcStrtDte | |||
| LtstSchedldProcStrtTime | LtstSchedldProcStrtTime | |||
| LtstSchedldTrdwnStrtDte | LtstSchedldTrdwnStrtDte | |||
| LtstSchedldTrdwnStrtTime | LtstSchedldTrdwnStrtTime | |||
| _OrderInternalID | _OrderInternalID | |||
| _ProcessOrderType | _ProcessOrderType | |||
| _ProcessOrderOperation | _ProcessOrderOperation | |||
| _Plant | _Plant | |||
| _WorkCenter | _WorkCenter | |||
| _CapacityRequirement | _CapacityRequirement | |||
| _CapacityRequirementItem | _CapacityRequirementItem | |||
| _CapacityRequirementConf | _CapacityRequirementConf | |||
| _Capacity | _Capacity | |||
| _Order | _Order | |||
| _Operation | _Operation |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #NONE
@ObjectModel.supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #XL, dataClass: #TRANSACTIONAL}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
@EndUserText.label: 'Individual Capacity of Process Order Operation - TP'
define view entity R_ProcOrdOperationCapacityTP
as select from I_ProcOrderOperationCapacity as IndividualCapacity
// BO relation
association to parent R_ProcessOrderOperationTP as _Operation on $projection.OrderInternalID = _Operation.OrderInternalID
and $projection.OrderOperationInternalID = _Operation.OrderOperationInternalID
association [1..1] to R_ProcessOrderTP as _Order on $projection.ProcessOrder = _Order.ProcessOrder
{
// Key
key CapacityRequirement,
key CapacityRequirementItem,
-- representative key
key CapacityRqmtItemCapacity,
// Order Data
ProcessOrder,
OrderInternalID,
OrderOperationInternalID,
@Consumption.hidden: true
ManufacturingOrderCategory,
ProcessOrderType,
Plant,
ProcessOrderOperation,
WorkCenterInternalID,
WorkCenterTypeCode,
// Assignments
CapacityRqmtConfirmation,
CapacityInternalID,
CapacityRequirementDistrKey,
// No duration and splits in process order operation
// Dates and Times
OperationEarliestStartDate,
OperationEarliestStartTime,
OperationEarliestEndDate,
OperationEarliestEndTime,
OperationLatestStartDate,
OperationLatestStartTime,
OperationLatestEndDate,
OperationLatestEndTime,
ActualStartDate,
ActualStartTime,
ActualEndDate,
ActualEndTime,
// Time Events
ErlstSchedldProcStrtDte,
ErlstSchedldProcStrtTime,
ErlstSchedldTrdwnStrtDte,
ErlstSchedldTrdwnStrtTime,
LtstSchedldProcStrtDte,
LtstSchedldProcStrtTime,
LtstSchedldTrdwnStrtDte,
LtstSchedldTrdwnStrtTime,
// Order Data
_OrderInternalID,
_ProcessOrderType,
_ProcessOrderOperation,
_Plant,
_WorkCenter,
// Associations
_CapacityRequirement,
_CapacityRequirementItem,
_CapacityRequirementConf,
_Capacity,
// BO relation
_Order,
_Operation
}
where
OperationIsPhase is initial
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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