C_WorkPermitNatureOfWorkTP

DDL: C_WORKPERMITNATUREOFWORKTP Type: view_entity CONSUMPTION Package: VDM_EAM_WCM_PERMIT_TO_WORK

Work Permit Nature of Work Group

C_WorkPermitNatureOfWorkTP is a Consumption CDS View that provides data about "Work Permit Nature of Work Group" in SAP S/4HANA. It reads from 1 data source (R_WorkPermitNatureOfWorkTP) and exposes 9 fields with key fields WorkPermit, WorkPermitGroupCategory, WrkPmtSafetyRequirementGroup, WorkPermitSafetyRequirement. It is exposed through 1 OData service (UI_WORKPERMIT). It is used in 1 Fiori application: Manage Work Permits. Part of development package VDM_EAM_WCM_PERMIT_TO_WORK.

Data Sources (1)

SourceAliasJoin Type
R_WorkPermitNatureOfWorkTP R_WorkPermitNatureOfWorkTP projection

Annotations (12)

NameValueLevelField
Metadata.allowExtensions true view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
Search.searchable true view
UI.headerInfo.typeName Nature of Work view
UI.headerInfo.typeNamePlural Nature of Work view
UI.headerInfo.title.type #STANDARD view
UI.headerInfo.title.label Nature of Work view
EndUserText.label Work Permit Nature of Work Group view

OData Services (1)

ServiceBindingVersionContractRelease
UI_WORKPERMIT UI_WORKPERMIT V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F6579 Manage Work Permits Transactional Work Permit is initiated during the planning of a maintenance activity and typically created from a predesigned template, together with the work order associated with the maintenance task. You can use this to search and maintain Work Permits.

Manage Work Permits

Business Role: Maintenance Planner

The Manage Work Permits app allows you to create, manage, and monitor work permits and gain valuable insights about the progress of your maintenance operations. Using the app, new work permits can be created with reference to an existing maintenance order, a predesigned work permit template, or independently. It provides the following capabilities:Allows to create and process new work permit using the optimized work permit management solutionProvides the ability to assign multiple functional locations, equipment, maintenance orders, partners, and attachments to enhance work permit with details related to the work activityAllows the configuration of the nature of work, personal protective equipment, and safety precautions to enhance work permit with safety protocols.Offers easy data validation and a simplified approval process that adheres to a four-eyes principleSupports the printing of work permit in the output form maintained by the userProvides the ability to extend the validity even after the creation of work permitSupports all operations relevant to work permit management such as approval, print, issue, return, close, deactivate, cancel, and mark for deletion.Provides the ability to view the records of data transfers using application logs

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY WorkPermit WorkPermit
KEY WorkPermitGroupCategory WorkPermitGroupCategory
KEY WrkPmtSafetyRequirementGroup WrkPmtSafetyRequirementGroup
KEY WorkPermitSafetyRequirement WorkPermitSafetyRequirement
WrkPmtSftyRqmtIsSelected WrkPmtSftyRqmtIsSelected
WrkPmtSftyRequirementGroupText _NowGroupTxt WrkPmtSftyRequirementGroupText
WrkPmtSafetyRequirementText _NowItemTxt WrkPmtSafetyRequirementText
MaintenancePlanningPlant MaintenancePlanningPlant
WorkPermitType WorkPermitType
@Metadata.allowExtensions:true
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #M, dataClass: #TRANSACTIONAL}
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@UI: {
  headerInfo: { typeName: 'Nature of Work',
                typeNamePlural: 'Nature of Work',
                title: { type: #STANDARD,label: 'Nature of Work' } } ,
               presentationVariant: [{ sortOrder: [{ by: 'WrkPmtSftyRequirementGroupText' }],
                          groupBy: [ 'WrkPmtSftyRequirementGroupText'  ],visualizations: [{ type: #AS_LINEITEM }],
                          requestAtLeast: [ 'WrkPmtSftyRequirementGroupText','WrkPmtSafetyRequirementText' ]  }]
     }

@EndUserText.label: 'Work Permit Nature of Work Group'
define view entity C_WorkPermitNatureOfWorkTP
  as projection on R_WorkPermitNatureOfWorkTP as WorkPermitNatureOfWork
{
         @UI.hidden: true
  key    WorkPermit,
         @UI.hidden: true
  key    WorkPermitGroupCategory,
         @UI.lineItem: [{ position:  5, label: 'Grp Code' }]
         @EndUserText:{ label: 'Grp Code', quickInfo: 'Group Code'}
         @UI.hidden: true
         @ObjectModel.text.element: ['WrkPmtSftyRequirementGroupText']
         @Search.defaultSearchElement: true
  key    WrkPmtSafetyRequirementGroup,
         @UI.lineItem: [{ position:  1, label: 'Item Code' }]
         @EndUserText:{ label: 'Item Code', quickInfo: 'Item Code'}
         @ObjectModel.text.element: ['WrkPmtSafetyRequirementText']
         @UI.hidden: true
  key    WorkPermitSafetyRequirement,
         @UI.lineItem: [{ position:  10, label: 'Applicable', importance:#HIGH }]
         @EndUserText:{ label: 'Applicable', quickInfo: 'Applicable'}
         WrkPmtSftyRqmtIsSelected,
         @UI.lineItem: [{ position:  5, label: 'Category', importance:#HIGH}]
         @EndUserText:{ label: 'Category', quickInfo: 'Category'}
         @Search.defaultSearchElement: true
         _NowGroupTxt.WrkPmtSftyRequirementGroupText,
         @UI.lineItem: [{ position:  1, label: 'Description', importance:#HIGH }]
         @Search.defaultSearchElement: true
         _NowItemTxt.WrkPmtSafetyRequirementText,
         @UI.hidden: true
         @Search.defaultSearchElement: true
         MaintenancePlanningPlant,
         @UI.hidden: true
         WorkPermitType,
         _WorkPermit : redirected to parent C_WorkPermitTP

}