R_WORKPERMITNATUREOFWORKTP

CDS View

Work Permit Nature of Work Group

R_WORKPERMITNATUREOFWORKTP is a CDS View in S/4HANA. Work Permit Nature of Work Group. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_WorkPermitNatureOfWork view_entity projection CONSUMPTION WorkPermit Nature Of Work
C_WorkPermitNatureOfWorkTP view_entity projection CONSUMPTION Work Permit Nature of Work Group
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #S, dataClass: #META}
@VDM.viewType: #TRANSACTIONAL
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Work Permit Nature of Work Group'
define view entity R_WorkPermitNatureOfWorkTP
  as select from I_WorkPermitNatureOfWork
  association to parent R_WorkPermitTP as _WorkPermit on $projection.WorkPermit = _WorkPermit.WorkPermit

  -- Extensions, do not expose as association:
  association [0..1] to E_WorkPermitNatureOfWork   as                _WorkPermitNOWExtension
          on  _WorkPermitNOWExtension.WorkPermit                   = $projection.WorkPermit
          and _WorkPermitNOWExtension.WorkPermitGroupCategory      = $projection.WorkPermitGroupCategory
          and _WorkPermitNOWExtension.WrkPmtSafetyRequirementGroup = $projection.WrkPmtSafetyRequirementGroup
          and _WorkPermitNOWExtension.WorkPermitSafetyRequirement  = $projection.WorkPermitSafetyRequirement
{
  key WorkPermit,
  key WorkPermitGroupCategory,
  key WrkPmtSafetyRequirementGroup,
  key WorkPermitSafetyRequirement,
      WrkPmtSftyRqmtIsSelected,
      _NowGroupTxt,
      _NowItemTxt,
      MaintenancePlanningPlant,
      WorkPermitType,
      _WorkPermit
}
where WrkPmtMgmtObjSubType = 'P'