C_WorkCenterGroupVH

DDL: C_WORKCENTERGROUPVH Type: view_entity CONSUMPTION Package: ODATA_PP_WORKCENTER_GROUP

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)

SourceAliasJoin Type
I_WorkCenterGroup I_WorkCenterGroup from

Annotations (9)

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

ServiceBindingVersionContractRelease
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 (6)

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