A_WorkCenterCapacityText_2
Work Center Capacity Text
A_WorkCenterCapacityText_2 is a Consumption CDS View that provides data about "Work Center Capacity Text" in SAP S/4HANA. It reads from 1 data source (R_WorkCenterCapacityTextTP) and exposes 8 fields with key fields WorkCenterInternalID, WorkCenterTypeCode, CapacityCategoryAllocation, CapacityInternalID, Language. It is exposed through 1 OData service (API_WORKCENTER).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_WorkCenterCapacityTextTP | R_WorkCenterCapacityTextTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Work Center Capacity Text | 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 (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkCenterInternalID | WorkCenterInternalID | ||
| KEY | WorkCenterTypeCode | WorkCenterTypeCode | ||
| KEY | CapacityCategoryAllocation | CapacityCategoryAllocation | ||
| KEY | CapacityInternalID | CapacityInternalID | ||
| KEY | Language | Language | ||
| CapacityText | CapacityText | |||
| CapacityLastChangeDateTime | CapacityLastChangeDateTime | |||
| _HeaderredirectedtoA_WorkCenter |
@EndUserText.label: 'Work Center Capacity Text'
@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_WorkCenterCapacityText_2
as projection on R_WorkCenterCapacityTextTP
{
key WorkCenterInternalID,
key WorkCenterTypeCode,
key CapacityCategoryAllocation,
key CapacityInternalID,
key Language,
CapacityText,
CapacityLastChangeDateTime,
/* Associations */
_CapHeader : redirected to parent A_WorkCenterCapacity_2,
_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