A_WorkCenterPooledCapAlloc
Work Center Pooled Capacity Allocation
A_WorkCenterPooledCapAlloc is a Consumption CDS View that provides data about "Work Center Pooled Capacity Allocation" in SAP S/4HANA. It reads from 1 data source (R_WorkCenterPooledCapAllocTP) and exposes 19 fields with key fields WorkCenterInternalID, WorkCenterTypeCode, CapacityCategoryAllocation, CapacityInternalID. It is exposed through 1 OData service (API_WORKCENTER).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_WorkCenterPooledCapAllocTP | R_WorkCenterPooledCapAllocTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Work Center Pooled Capacity Allocation | 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 (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkCenterInternalID | WorkCenterInternalID | ||
| KEY | WorkCenterTypeCode | WorkCenterTypeCode | ||
| KEY | CapacityCategoryAllocation | CapacityCategoryAllocation | ||
| KEY | CapacityInternalID | CapacityInternalID | ||
| LastChangeDate | LastChangeDate | |||
| LastChangedByUser | LastChangedByUser | |||
| Plant | Plant | |||
| WorkCenter | WorkCenter | |||
| WorkCenterCategoryCode | WorkCenterCategoryCode | |||
| CapacityCategoryCode | CapacityCategoryCode | |||
| Capacity | Capacity | |||
| SetupCapRequirementFormula | SetupCapRequirementFormula | |||
| ProcgCapRequirementFormula | ProcgCapRequirementFormula | |||
| TeardownCapRequirementFormula | TeardownCapRequirementFormula | |||
| OtherCapRequirementFormula | OtherCapRequirementFormula | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| WorkCenterLastChangeDateTime | WorkCenterLastChangeDateTime | |||
| _HeaderredirectedtoparentA_WorkCenter |
@EndUserText.label: 'Work Center Pooled Capacity Allocation'
@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_WorkCenterPooledCapAlloc
as projection on R_WorkCenterPooledCapAllocTP
{
key WorkCenterInternalID,
key WorkCenterTypeCode,
key CapacityCategoryAllocation,
key CapacityInternalID,
LastChangeDate,
LastChangedByUser,
Plant,
WorkCenter,
WorkCenterCategoryCode,
CapacityCategoryCode,
Capacity,
SetupCapRequirementFormula,
ProcgCapRequirementFormula,
TeardownCapRequirementFormula,
OtherCapRequirementFormula,
ValidityStartDate,
ValidityEndDate,
WorkCenterLastChangeDateTime,
/* Associations */
_Header : redirected to parent 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