C_WorkPermitReferenceObject

DDL: C_WORKPERMITREFERENCEOBJECT SQL: CWRKPMTOBJREF Type: view CONSUMPTION Package: VDM_EAM_WCM_PERMIT_TO_WORK

Work Permit Reference Object

C_WorkPermitReferenceObject is a Consumption CDS View that provides data about "Work Permit Reference Object" in SAP S/4HANA. It reads from 1 data source (I_WorkPermitReferenceObject) and exposes 2 fields with key field WorkPermitReferenceObjectType. 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
I_WorkPermitReferenceObject I_WorkPermitReferenceObject from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CWRKPMTOBJREF view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Search.searchable true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey WorkPermitReferenceObjectType view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #S view
Consumption.ranked true view
EndUserText.label Work Permit Reference Object view
ObjectModel.resultSet.sizeCategory #XS 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 (2)

KeyFieldSource TableSource FieldDescription
KEY WorkPermitReferenceObjectType WorkPermitReferenceObjectType
WorkPermitReferenceObjTypeDesc _Text WorkPermitReferenceObjTypeDesc
@AbapCatalog.sqlViewName: 'CWRKPMTOBJREF'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Search.searchable: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType:#CONSUMPTION
@ObjectModel.representativeKey:  'WorkPermitReferenceObjectType'
@ObjectModel.dataCategory: #VALUE_HELP
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #C,
                         dataClass: #MIXED,
                         sizeCategory: #S}

@Consumption.ranked: true
@EndUserText.label: 'Work Permit Reference Object'
@ObjectModel.resultSet.sizeCategory: #XS
define view C_WorkPermitReferenceObject
  as select from I_WorkPermitReferenceObject
{
      @ObjectModel.text.element: ['WorkPermitReferenceObjTypeDesc']
      @UI.hidden: true
  key WorkPermitReferenceObjectType,
//      @UI.hidden: true

//  key _Text.Language,

      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Search.fuzzinessThreshold: 0.8
      _Text.WorkPermitReferenceObjTypeDesc
      
}