P_FIRSTDBTRCRDTRRBLSPYBLSITEM

CDS View

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_DebtorCreditorRblsPyblsItem view inner COMPOSITE
@AbapCatalog.sqlViewName: 'PFSTDRCRRBITM'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass:  #MIXED
@ObjectModel.usageType.serviceQuality: #X
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@VDM.private: true

define view P_FirstDbtrCrdtrRblsPyblsItem as select from I_OperationalAcctgDocItem {
      
      @ObjectModel.foreignKey.association: '_CompanyCode'
  key CompanyCode,
      @ObjectModel.foreignKey.association: '_JournalEntry'
  key AccountingDocument,
      @ObjectModel.foreignKey.association: '_FiscalYear'
  key FiscalYear,
  key min(AccountingDocumentItem)       as  AccountingDocumentItem
    
}
where FinancialAccountType                                                              = 'D' or 
      FinancialAccountType                                                              = 'K'
group by
CompanyCode,
AccountingDocument,
FiscalYear