R_COLLSACCTCREDITMGMTSUMMARY

CDS View

Collectoins Account Credit Summary

R_COLLSACCTCREDITMGMTSUMMARY is a CDS View in S/4HANA. Collectoins Account Credit Summary. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CollsAcctCreditMgmtSummary view_entity projection CONSUMPTION Collectoins Account Credit Summary
@AbapCatalog: { sqlViewName: 'RCOLLSACCTCRDT',
                compiler:    { compareFilter: true },
                preserveKey: true }
@AccessControl: { authorizationCheck: #CHECK,
                  personalData: { blocking: #BLOCKED_DATA_EXCLUDED } }
@EndUserText: { label: 'Collectoins Account Credit Summary' }
@VDM: { viewType:  #COMPOSITE,
        lifecycle: { contract: { type: #SAP_INTERNAL_API } } }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@ObjectModel: { usageType:         { serviceQuality: #X,
                                     sizeCategory:   #L,
                                     dataClass:      #TRANSACTIONAL } }

define root view R_CollsAcctCreditMgmtSummary
  as select from I_BPCollectionsSegmentAssgmt

  // VDM Associations

  association [0..1] to I_CreditManagementBP as _CreditManagementBP on $projection.BusinessPartner = _CreditManagementBP.BusinessPartner

{

      // VDM Fields

  key BusinessPartner,
  key CollectionSegment,
      _CreditManagementBP.CreditRiskClass,

      // Exposed associations

      _BusinessPartner,
      _CollectionSegment,
      _CreditManagementBP

}

where
      BPCollSgmtAssignmentValidFrom <= $session.system_date
  and BPCollSgmtAssignmentValidTo   >= $session.system_date
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BPCOLLECTIONSSEGMENTASSGMT",
"I_CREDITMANAGEMENTBP"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNER",
"I_COLLECTIONSEGMENT",
"I_CREDITMANAGEMENTBP"
],
"BASE":
[
"I_BPCOLLECTIONSSEGMENTASSGMT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/