C_WorkCenterGroupVH
Consumption VH for Work Center Group
C_WorkCenterGroupVH is a Consumption CDS View that provides data about "Consumption VH for Work Center Group" in SAP S/4HANA. It reads from 1 data source (I_WorkCenterGroup) and exposes 6 fields with key fields WorkCenterGroupTypeCode, WorkCenterGroupInternalID. It is exposed through 1 OData service (UI_WORKCENTERCAPLIST_02). It is used in 1 Fiori application: Mass Maintenance Of Work Center Capacities. Part of development package ODATA_PP_WORKCENTER_GROUP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_WorkCenterGroup | I_WorkCenterGroup | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Consumption VH for Work Center Group | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Consumption.ranked | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_WORKCENTERCAPLIST_02 | UI_WORKCENTERCAPLIST_02 | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5381 | Mass Maintenance Of Work Center Capacities | Transactional | The application is used to perform a mass create of interval for selected work center capacities. As a Production Planner, you must manage the capacities of multiple work centers to meet future demands. When you foresee a spike in demand, you can create multiple intervals for a few or all capacities that belong to the work centers in a production line/Work Center group. Intervals can be created for both working and non-working days. Within the given interval, you can create shifts for a single day and allow it to repeat on a daily, weekly or monthly basis. On the other hand, you could also create weekly shifts. You can then define a shift order by either assigning existing shift sequences or create your own custom shift definitions. While creating intervals, you can choose to override the existing factory calendar and make edits to Utilization and number of capacities. |
Mass Maintenance Of Work Center Capacities
Business Role: Production Planner
With this app, you can perform a mass create of interval for selected work center capacities. As a Production Planner, you must manage the capacities of multiple work centers to meet future demands. When you foresee a spike in demand, you can create multiple intervals for a few or all capacities that belong to the work centers in a production line/Work Center group. Intervals can be created for both working and non-working days. Within the given interval, you can create shifts for a single day and allow it to repeat on a daily, weekly or monthly basis. On the other hand, you could also create weekly shifts. You can then define a shift order by either assigning existing shift sequences or create your own custom shift definitions. While creating intervals, you can choose to override the existing factory calendar and make edits to Utilization and number of capacities.
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkCenterGroupTypeCode | WorkCenterGroupTypeCode | ||
| KEY | WorkCenterGroupInternalID | WorkCenterGroupInternalID | Group ID | |
| WorkCenterGroup | WorkCenterGroup | Work Center Group | ||
| WorkCenterGroupType | WorkCenterGroupType | Group Type | ||
| Plant | Plant | Plant | ||
| WorkCenterGroupDescription | WorkCenterGroupDescription | Group Description |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Consumption VH for Work Center Group'
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.semanticKey: ['WorkCenterGroup', 'WorkCenterGroupType']
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MASTER}
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true
define view entity C_WorkCenterGroupVH
as select from I_WorkCenterGroup
{
@UI.hidden: true
key WorkCenterGroupTypeCode,
@UI.hidden: true
@EndUserText.label: 'Group ID'
key WorkCenterGroupInternalID,
@EndUserText.label: 'Work Center Group'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
WorkCenterGroup,
@EndUserText.label: 'Group Type'
@Search.defaultSearchElement: false
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
WorkCenterGroupType,
@EndUserText.label: 'Plant'
@Search.defaultSearchElement: false
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
Plant,
@EndUserText.label: 'Group Description'
@Search.defaultSearchElement: false
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
WorkCenterGroupDescription
}
where
IsDeleted <> 'X'
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