C_WorkPermitLongTextTP

DDL: C_WORKPERMITLONGTEXTTP Type: view_entity CONSUMPTION Package: VDM_EAM_WCM_PERMIT_TO_WORK

Work Permit Long text

C_WorkPermitLongTextTP is a Consumption CDS View that provides data about "Work Permit Long text" in SAP S/4HANA. It reads from 1 data source (R_WorkPermitLongTextTP) and exposes 5 fields with key fields WorkPermit, Language. 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_WorkPermitLongTextTP R_WorkPermitLongTextTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Work Permit Long text view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
ObjectModel.dataCategory #TEXT 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 (5)

KeyFieldSource TableSource FieldDescription
KEY WorkPermit WorkPermit
KEY Language Language
WorkPermitLongText WorkPermitLongText
WorkPermitOperationRemarkText WorkPermitOperationRemarkText Remarks By Operations Team
WrkPmtMaintenanceRemarkText WrkPmtMaintenanceRemarkText Remarks By Maintenance Team
@EndUserText.label: 'Work Permit Long text'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #CONSUMPTION
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel: {
    usageType.serviceQuality: #C,
    usageType.sizeCategory: #L,
    usageType.dataClass: #MASTER,
    supportedCapabilities: [ #TRANSACTIONAL_PROVIDER ]
}
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions: true
@ObjectModel.dataCategory:#TEXT
define view entity C_WorkPermitLongTextTP
  as projection on R_WorkPermitLongTextTP
{
      @UI.hidden: true
  key WorkPermit,
      @UI.hidden: true
      @Semantics.language:true
  key Language,
      @UI.hidden: true
      @UI.multiLineText: true
      @Semantics.text:true
      WorkPermitLongText,
      @UI.multiLineText: true
      @EndUserText.label: 'Remarks By Operations Team'
      @Semantics.text:true
      WorkPermitOperationRemarkText,
      @UI.multiLineText: true
      @EndUserText.label: 'Remarks By Maintenance Team'
      @Semantics.text:true
      WrkPmtMaintenanceRemarkText,
      /* Association */
      _WorkPermit : redirected to parent C_WorkPermitTP

}