I_CMPLRQRSLTSTORAGECLASSNOTE

CDS View

Storage Class Note

I_CMPLRQRSLTSTORAGECLASSNOTE is a CDS View in S/4HANA. Storage Class Note. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CmplRqRsltStorageClassNoteTP view from TRANSACTIONAL Storage Class Note
@AbapCatalog.sqlViewName: 'ICRRSTCLNOTE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel: {
  usageType: {
    dataClass: #TRANSACTIONAL,
    sizeCategory: #L,
    serviceQuality: #B
  }
}

@EndUserText.label: 'Storage Class Note'
define view I_CmplRqRsltStorageClassNote
  as select from ehfndv_notes

  association [1..1] to I_CmplRqRslt as _CmplRqRsltStorClass on $projection.PCPrptyRootUUID = _CmplRqRsltStorClass.CmplRqRsltUUID

{

  key pcprptynoteuuid   as PCPrptyNoteUUID,
      pcprptyparenttype as PCPrptyParentType,
      pcprptyparentuuid as PCPrptyParentUUID,
      pcprptyroottype   as PCPrptyRootType,
      pcprptyrootuuid   as PCPrptyRootUUID,
      pcprptynotetext   as PCPrptyNoteText,

      _CmplRqRsltStorClass
}