I_COLLECTIONSPAYMENTTREND

CDS View

Payment Trend

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CollectionsPaymentTrend view_entity projection CONSUMPTION Collections Payment Trend
@AbapCatalog: { sqlViewName: 'ICOLLSPAYMTREND',
                compiler: { compareFilter: true },
                preserveKey: true }
@AccessControl: { authorizationCheck: #CHECK,
                  personalData:       { blocking: #BLOCKED_DATA_EXCLUDED } }
@EndUserText: { label: 'Payment Trend' }
@VDM: { viewType: #COMPOSITE }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@ObjectModel: { usageType: { serviceQuality: #C,
                             sizeCategory: #L,
                             dataClass: #TRANSACTIONAL },
                semanticKey: [ 'Customer', 
                               'CollectionSegment', 
                               'FiscalPeriod' ],
                representativeKey: 'Customer' }

define root view I_CollectionsPaymentTrend
  as select from P_CollsPaymentTrend
{

      // VDM Fields

  key Customer,
  key CollectionSegment,
  key FiscalPeriod,
      NetDueArrearsDays,
      cast( '' as boolean ) as IsHeadOffice,

      // Exposed Associations

      _CollectionSegment,
      _Customer
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_COLLSPAYMENTTREND"
],
"ASSOCIATED":
[
"I_COLLECTIONSEGMENT",
"I_CUSTOMER"
],
"BASE":
[
"P_COLLSPAYMENTTREND"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/