I_CMPLRQRSLTPROTHANDADDL

CDS View

Personal Protection Measures Additional Hand Basic

I_CMPLRQRSLTPROTHANDADDL is a CDS View in S/4HANA. Personal Protection Measures Additional Hand Basic. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CmplRqRsltProtHandAddlTP view from TRANSACTIONAL Personal Protection Measures Hand Additional
@AbapCatalog.sqlViewName: 'ICRRPPMADDLHAND'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel:
{
  usageType:
  {
    dataClass: #TRANSACTIONAL,
    sizeCategory: #L,
    serviceQuality: #B
  }
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Personal Protection Measures Additional Hand Basic'
define view I_CmplRqRsltProtHandAddl
  as select from ehfndd_ppm_addpr
  association [1..1] to I_CmplRqRslt as _CmplRqRslt on $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID

{
  key cmplrqrsltprothandaddluuid  as CmplRqRsltProtHandAddlUUID,
      cmplrqrsltuuid              as CmplRqRsltUUID,
      pcprptysequence             as PCPrptySequence,
      prsnlprothandaddladviceuuid as PrsnlProtHandAddlAdviceUUID,

      // ADMIN FIELDS

      @Semantics.systemDateTime.createdAt: true
      creationdatetime            as CreationDateTime,
      @Semantics.user.createdBy: true
      createdbyuser               as CreatedByUser,
      @Semantics.systemDateTime.lastChangedAt: true
      lastchangedatetime          as LastChangeDateTime,
      @Semantics.user.lastChangedBy: true
      lastchangedbyuser           as LastChangedByUser,
      _CmplRqRslt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EHFNDD_PPM_ADDPR"
],
"ASSOCIATED":
[
"I_CMPLRQRSLT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/