C_WorkPermitSafetyPrecautionTP

DDL: C_WORKPERMITSAFETYPRECAUTIONTP Type: view_entity CONSUMPTION

WorkPermit Safety Precaution Group

C_WorkPermitSafetyPrecautionTP is a Consumption CDS View that provides data about "WorkPermit Safety Precaution Group" in SAP S/4HANA. It reads from 1 data source (R_WorkPermitSafetyPrecautionTP) and exposes 19 fields with key fields WorkPermit, WorkPermitGroupCategory, WrkPmtSafetyRequirementGroup, WorkPermitSafetyRequirement. It is exposed through 1 OData service (UI_WORKPERMIT). It is used in 2 Fiori applications: Create Work Permit Request, Manage Work Permits.

Data Sources (1)

SourceAliasJoin Type
R_WorkPermitSafetyPrecautionTP R_WorkPermitSafetyPrecautionTP projection

Annotations (7)

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
EndUserText.label WorkPermit Safety Precaution Group view

OData Services (1)

ServiceBindingVersionContractRelease
UI_WORKPERMIT UI_WORKPERMIT V2 C1 NOT_RELEASED

Fiori Apps (2)

App IDApp NameTypeDescription
F4691 Create Work Permit Request 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 app to create new Work Permit.
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.

Create Work Permit Request

Business Role: Maintenance Planner

The Create Work Permit Request app allows to create new work permit with reference to an existing maintenance order, a predesigned work permit template, or independently. It provides the abilities to perform the following operations: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

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 (19)

KeyFieldSource TableSource FieldDescription
KEY WorkPermit WorkPermit
KEY WorkPermitGroupCategory WorkPermitGroupCategory
KEY WrkPmtSafetyRequirementGroup WrkPmtSafetyRequirementGroup
KEY WorkPermitSafetyRequirement WorkPermitSafetyRequirement
WorkPermitInternalID WorkPermitInternalID
WrkPmtSftyRequirementGroupText WrkPmtSftyRequirementGroupText
WrkPmtSafetyRequirementText WrkPmtSafetyRequirementText
UserCommentsText UserCommentsText
CriticalityText CriticalityText
WrkPmtSftyRqmtIsImplemented WrkPmtSftyRqmtIsImplemented
CreatedByUser CreatedByUser
CreatedByUserName CreatedByUserName
CreationDateTime CreationDateTime
WrkPmtSftyRqmtCriticalityCode WrkPmtSftyRqmtCriticalityCode
_CreatedByUser _CreatedByUser
MaintenancePlanningPlant MaintenancePlanningPlant
WorkPermitType WorkPermitType
SafetyCertificateType SafetyCertificateType
SftyCertificateTypeDescription SftyCertificateTypeDescription
@Metadata.allowExtensions:true
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #M, dataClass: #TRANSACTIONAL}
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'WorkPermit Safety Precaution Group'

define view entity C_WorkPermitSafetyPrecautionTP
  as projection on R_WorkPermitSafetyPrecautionTP as WorkPermitSafetyPrecaution
{
         @UI.hidden: true
  key    WorkPermit,
         @UI.hidden: true
  key    WorkPermitGroupCategory,
         @EndUserText:{ label: 'Grp Code', quickInfo: 'Group Code'}
         @UI.hidden: true
         @ObjectModel.text.element: ['WrkPmtSftyRequirementGroupText']
  key    WrkPmtSafetyRequirementGroup,
         @EndUserText:{ label: 'Item Code', quickInfo: 'Item Code'}
         @ObjectModel.text.element: ['WrkPmtSafetyRequirementText']
         @UI.hidden: true
  key    WorkPermitSafetyRequirement,
         @UI.hidden: true
         WorkPermitInternalID,
         @UI.lineItem: [{ position:  10, label: 'Category', importance:#HIGH}]
         @EndUserText:{ label: 'Category', quickInfo: 'Category'}
         WrkPmtSftyRequirementGroupText,
         @UI.lineItem: [{ position:  5, label: 'Description', importance:#HIGH }]
         @EndUserText:{ label: 'Description', quickInfo: 'Description'}
         WrkPmtSafetyRequirementText,
         @UI.lineItem: [{ position:  15, label: 'Comments' , importance:#HIGH  }]
         @EndUserText:{ label: 'Comments', quickInfo: 'Comments'}
         @UI.multiLineText: true
         UserCommentsText,
         @UI.lineItem: [{ position:  25,  label: 'Implementation Status', importance:#HIGH , criticality: 'WrkPmtSftyRqmtCriticalityCode' }]
         @EndUserText:{ label: 'Implementation status', quickInfo: 'Implementation Status'}
         CriticalityText,
         @UI.lineItem: [{ position:  20,  label: 'Set Implementation Status', importance:#HIGH  }]
         @EndUserText:{ label: 'Set Implementation status', quickInfo: 'Set Implementation Status'}
         WrkPmtSftyRqmtIsImplemented,
         @UI.lineItem: [{ position:  30,  label: 'Implemented By', importance:#HIGH  }]
         @EndUserText:{ label: 'Implemented By', quickInfo: 'Implemented By'}
         @ObjectModel.text.element: ['CreatedByUserName']
         @ObjectModel.foreignKey.association: '_CreatedByUser'
         CreatedByUser,
         @Semantics.text: true
         @Consumption.filter.hidden: true
         @UI.hidden: true
         CreatedByUserName,
         @UI.lineItem: [{ position:  30,  label: 'Implemented On' , importance:#HIGH  }]
         @EndUserText:{ label: 'Implemented On', quickInfo: 'Implemented On'}
         CreationDateTime,
         @UI.hidden:true
         WrkPmtSftyRqmtCriticalityCode,
         @Consumption.filter.hidden: true
         _CreatedByUser,
         @UI.hidden: true
         MaintenancePlanningPlant,
         @UI.hidden: true
         WorkPermitType,
         @UI.lineItem: [{ position:  40,  label: 'Safety Certificate Type', importance:#HIGH  }]
         @EndUserText:{ label: 'Safety Certificate Type', quickInfo: 'Safety Certificate Type'}
         @ObjectModel.text.element: ['SftyCertificateTypeDescription']
         SafetyCertificateType,
         SftyCertificateTypeDescription,

         _WorkPermit : redirected to parent C_WorkPermitTP
}