A_WorkCenterCapacityInterval_3
Work Center Capacity Interval
A_WorkCenterCapacityInterval_3 is a Consumption CDS View that provides data about "Work Center Capacity Interval" in SAP S/4HANA. It reads from 1 data source (R_WorkCenterCapacityIntervalTP) and exposes 16 fields with key fields WorkCenterInternalID, WorkCenterTypeCode, CapacityCategoryAllocation, CapacityInternalID, CapacityActiveVersion. It is exposed through 1 OData service (API_WORKCENTER). Part of development package ODATA_PP_WORKCENTER_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_WorkCenterCapacityIntervalTP | R_WorkCenterCapacityIntervalTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Work Center Capacity Interval | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_WORKCENTER | API_WORK_CENTER | V4 | C2 | C1 |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkCenterInternalID | WorkCenterInternalID | ||
| KEY | WorkCenterTypeCode | WorkCenterTypeCode | ||
| KEY | CapacityCategoryAllocation | CapacityCategoryAllocation | ||
| KEY | CapacityInternalID | CapacityInternalID | ||
| KEY | CapacityActiveVersion | CapacityActiveVersion | ||
| KEY | IntervalEndDate | IntervalEndDate | ||
| IntervalStartDate | IntervalStartDate | |||
| StdAvailableCapacityIsValid | StdAvailableCapacityIsValid | |||
| AvailableCapacityIntervalDurn | AvailableCapacityIntervalDurn | |||
| ShiftSequence | ShiftSequence | |||
| WorkDayRule | WorkDayRule | |||
| CapacityNumberOfShifts | CapacityNumberOfShifts | |||
| CapacityNumberOfCapacities | CapacityNumberOfCapacities | |||
| CapacityPlanUtilizationPercent | CapacityPlanUtilizationPercent | |||
| CapacityLastChangeDateTime | CapacityLastChangeDateTime | |||
| _HeaderredirectedtoA_WorkCenter |
@EndUserText.label: 'Work Center Capacity Interval'
@AccessControl.authorizationCheck: #CHECK
@VDM:{ viewType: #CONSUMPTION, usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE] }
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@ObjectModel.usageType.serviceQuality:#C
@ObjectModel.usageType.sizeCategory:#M
@ObjectModel.usageType.dataClass:#MASTER
@Metadata.ignorePropagatedAnnotations:true
define view entity A_WorkCenterCapacityInterval_3
as projection on R_WorkCenterCapacityIntervalTP
{
//R_WorkCenterCapacityInterval
key WorkCenterInternalID,
key WorkCenterTypeCode,
key CapacityCategoryAllocation,
key CapacityInternalID,
key CapacityActiveVersion,
key IntervalEndDate,
IntervalStartDate,
StdAvailableCapacityIsValid,
AvailableCapacityIntervalDurn,
ShiftSequence,
WorkDayRule,
CapacityNumberOfShifts,
CapacityNumberOfCapacities,
CapacityPlanUtilizationPercent,
CapacityLastChangeDateTime,
/*Association*/
_CapHeader : redirected to parent A_WorkCenterCapacity_2,
_Shift : redirected to composition child A_WorkCenterCapacityShift_3,
_Header : redirected to A_WorkCenter
}
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