P_COLLSRESUBMISSIONNOTE

CDS View

P_COLLSRESUBMISSIONNOTE is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CollectionsAccountNote view union_all COMPOSITE Collections Account Note
@AbapCatalog: { sqlViewName: 'PCLLSRSMNTE',
                compiler: { compareFilter: true },
                preserveKey: true }
@AccessControl: { authorizationCheck: #NOT_REQUIRED,
                  personalData:       { blocking: #BLOCKED_DATA_EXCLUDED } }
@VDM: { viewType: #COMPOSITE,
        private: true }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@ObjectModel: { usageType: { serviceQuality: #C,
                             sizeCategory: #L,
                             dataClass: #TRANSACTIONAL },
                representativeKey: 'CollectionSegment' }

define view P_CollsResubmissionNote
  as select from I_CollectionsResubmission
    inner join   I_BusinessPartnerCustomer on I_CollectionsResubmission.BusinessPartner = I_BusinessPartnerCustomer.BusinessPartner

  // VDM Association

  // Notes

  association [0..*] to Sgbt_Nte_Cds_Cont as _NoteContent on  $projection.ResubmissionUUID = _NoteContent.objectid
                                                          and _NoteContent.objectnodetype  = 'CollectionsResubmission'
                                                          and _NoteContent.notetype        = 'COLL_RSM_NOTE'

  // Customer

  association [0..1] to I_Customer        as _Customer    on  $projection.Customer = _Customer.Customer

{
      //I_BusinessPartnerCustomer

  key ResubmissionUUID,
  key CollectionSegment,
      Customer,
      'sap-icon://notes' as NoteIconURL,


      'Note'             as NoteDescription,

      CreatedByUser,
      CreationDateTime,

      // Exposed Associations

      _NoteContent,
      _Customer,
      _CollectionSegment

}


where
  ResubmissionDueDate = '99991231'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSINESSPARTNERCUSTOMER",
"I_COLLECTIONSRESUBMISSION"
],
"ASSOCIATED":
[
"I_COLLECTIONSEGMENT",
"I_CUSTOMER",
"SGBT_NTE_CDS_CONT"
],
"BASE":
[
"I_COLLECTIONSRESUBMISSION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/