I_SafetyRequirementValueHelp

DDL: I_SAFETYREQUIREMENTVALUEHELP Type: view_entity BASIC Package: VDM_EAM_WCM_PERMIT_TO_WORK

Safety req category and item text

I_SafetyRequirementValueHelp is a Basic CDS View that provides data about "Safety req category and item text" in SAP S/4HANA. It reads from 1 data source (ptwwrkpmtassgmt) and exposes 11 fields with key fields MaintenancePlanningPlant, WorkPermitType, WorkPermitGroupCategory, WrkPmtSafetyRequirementGroup, WorkPermitSafetyRequirement. It has 3 associations to related views. It is exposed through 2 OData services (UI_WORKPERMIT, UI_WORKPERMITTEMPLATE). It is used in 2 Fiori applications: Manage Work Permit Templates, Manage Work Permits. Part of development package VDM_EAM_WCM_PERMIT_TO_WORK.

Data Sources (1)

SourceAliasJoin Type
ptwwrkpmtassgmt ptwwrkpmtassgmt from

Associations (3)

CardinalityTargetAliasCondition
[1..1] I_SafetyPrecautionGroupText _SftyPrcautnGroupTxt $projection.WrkPmtSafetyRequirementGroup = _SftyPrcautnGroupTxt.WrkPmtSafetyRequirementGroup and _SftyPrcautnGroupTxt.Language = $session.system_language
[1..1] I_SafetyPrecautionText _SftyPrcautnItemTxt $projection.WorkPermitSafetyRequirement = _SftyPrcautnItemTxt.WorkPermitSafetyRequirement and $projection.WorkPermitGroupCategory = _SftyPrcautnItemTxt.WrkPmtSftyRequirementCategory and _SftyPrcautnItemTxt.Language = $session.system_language
[1..1] I_SafetyCertificateTypeText _SafetyCertificateTypeText $projection.SafetyCertificateType = _SafetyCertificateTypeText.SafetyCertificateType and $projection.MaintenancePlanningPlant = _SafetyCertificateTypeText.MaintenancePlanningPlant and _SafetyCertificateTypeText.Language = $session.system_language

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName ISFTYREQVH view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
EndUserText.label Safety req category and item text view
ObjectModel.representativeKey MaintenancePlanningPlant view

OData Services (2)

ServiceBindingVersionContractRelease
UI_WORKPERMIT UI_WORKPERMIT V2 C1 NOT_RELEASED
UI_WORKPERMITTEMPLATE UI_WORKPERMITTEMPLATE V2 C1 NOT_RELEASED

Fiori Apps (2)

App IDApp NameTypeDescription
F4692 Manage Work Permit Templates Transactional Work permit template provides a predesigned structure that can be used to create work permits of consistent format. This can help you streamline the process when Permits for similar work are required to be created periodically. You can use this app to maintain the re-use library of templates to use them for creating actual work permits.
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 Permit Templates

Business Role: Industrial Hygienist

The Manage Work Permit Templates app allows to create work permit templates as predesigned models for creating work permits. The templates can be used as they are, or easily modified while work permits are created. Usage of work permit templates can help to streamline the work permit creation process when identical work permits are generated often. The app can perform the following operations:Allows to create, process, and manage work permit templatesProvides the ability to assign multiple functional locations, equipment, partners, and attachmentsAllows the configuration of the nature of work, personal protective equipment, and safety precautionsOffers easy data validation and a simplified approval process that adheres to a four-eyes principleProvides 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 (11)

KeyFieldSource TableSource FieldDescription
KEY MaintenancePlanningPlant iwerk
KEY WorkPermitType workpermittype
KEY WorkPermitGroupCategory ptwsftyrqmtcategory
KEY WrkPmtSafetyRequirementGroup ptwsftyrqmtgrp
KEY WorkPermitSafetyRequirement ptwsftyrqmt
WrkPmtSftyRqmtIsImplemented ptwsftyprcautnisimplmtbl
WrkPmtSftyRequirementGroupText _SftyPrcautnGroupTxt WrkPmtSftyRequirementGroupText
WrkPmtSafetyRequirementText _SftyPrcautnItemTxt WrkPmtSafetyRequirementText
SafetyCertificateType ptwsftycerttype
SftyCertificateTypeDescription _SafetyCertificateTypeText SftyCertificateTypeDescription
_SafetyCertificateTypeText _SafetyCertificateTypeText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'ISFTYREQVH'
@ObjectModel.usageType: {serviceQuality: #D, sizeCategory: #S, dataClass: #META}
@EndUserText.label: 'Safety req category and item text'
@ObjectModel.representativeKey: 'MaintenancePlanningPlant'
define view entity I_SafetyRequirementValueHelp
  as select from ptwwrkpmtassgmt
  association [1..1] to I_SafetyPrecautionGroupText as _SftyPrcautnGroupTxt on  $projection.WrkPmtSafetyRequirementGroup = _SftyPrcautnGroupTxt.WrkPmtSafetyRequirementGroup
                                                                            and _SftyPrcautnGroupTxt.Language            = $session.system_language
  association [1..1] to I_SafetyPrecautionText      as _SftyPrcautnItemTxt  on  $projection.WorkPermitSafetyRequirement = _SftyPrcautnItemTxt.WorkPermitSafetyRequirement
                                                                            and $projection.WorkPermitGroupCategory     = _SftyPrcautnItemTxt.WrkPmtSftyRequirementCategory
                                                                            and _SftyPrcautnItemTxt.Language            = $session.system_language
  association [1..1] to I_SafetyCertificateTypeText as _SafetyCertificateTypeText  on  $projection.SafetyCertificateType    = _SafetyCertificateTypeText.SafetyCertificateType
                                                                                   and $projection.MaintenancePlanningPlant = _SafetyCertificateTypeText.MaintenancePlanningPlant
                                                                                   and _SafetyCertificateTypeText.Language  = $session.system_language
{
  key iwerk                    as MaintenancePlanningPlant,
  key workpermittype           as WorkPermitType,
  key ptwsftyrqmtcategory      as WorkPermitGroupCategory,
  key ptwsftyrqmtgrp           as WrkPmtSafetyRequirementGroup,
  key ptwsftyrqmt              as WorkPermitSafetyRequirement,
      ptwsftyprcautnisimplmtbl as WrkPmtSftyRqmtIsImplemented,
      _SftyPrcautnGroupTxt.WrkPmtSftyRequirementGroupText,
      _SftyPrcautnItemTxt.WrkPmtSafetyRequirementText,
     ptwsftycerttype           as SafetyCertificateType,
     _SafetyCertificateTypeText.SftyCertificateTypeDescription,
     _SafetyCertificateTypeText

}