C_WorkCenterGroupTypeVH
VH for Work Center Group Name Type
C_WorkCenterGroupTypeVH is a Consumption CDS View that provides data about "VH for Work Center Group Name Type" in SAP S/4HANA. It reads from 1 data source (I_WorkCenterGroupType) and exposes 2 fields with key field WorkCenterGroupType. It is exposed through 5 OData services (ASQL_F5266, ASQL_F5381, ASQL_F6175, ...). 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_WorkCenterGroupType | _GroupType | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | VH for Work Center Group Name Type | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
OData Services (5)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| ASQL_F5266 | ASQL_F5266 | C2 | NOT_RELEASED | |
| ASQL_F5381 | ASQL_F5381 | C2 | NOT_RELEASED | |
| ASQL_F6175 | ASQL_F6175 | C2 | NOT_RELEASED | |
| ASQL_F6176 | ASQL_F6176 | C2 | NOT_RELEASED | |
| 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 (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkCenterGroupType | I_WorkCenterGroupType | WorkCenterGroupType | Group Type |
| WorkCenterGroupTypeDescription | I_WorkCenterGroupType | WorkCenterGroupTypeDescription | Description |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_WorkCenterGroupTypeVH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW C_WorkCenterGroupTypeVH AS
SELECT
_GroupType.WorkCenterGroupType AS WorkCenterGroupType,
_GroupType.WorkCenterGroupTypeDescription AS WorkCenterGroupTypeDescription
FROM I_WorkCenterGroupType AS _GroupType
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA