C_WorkCenterGroupTypeVH

DDL: C_WORKCENTERGROUPTYPEVH Type: view_entity CONSUMPTION Package: ODATA_PP_WORKCENTER_GROUP

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)

SourceAliasJoin Type
I_WorkCenterGroupType _GroupType from

Annotations (8)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
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 IDApp NameTypeDescription
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)

KeyFieldSource TableSource FieldDescription
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
;