I_RO_SAFTPAYMENTMAPPING

CDS View

Document Types for Payments

I_RO_SAFTPAYMENTMAPPING is a CDS View in S/4HANA. Document Types for Payments. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_RO_SAFTReportedItemsLog view inner CONSUMPTION GL Entry for Reported Items Log
@AbapCatalog.sqlViewName: 'IROSAFTPAYMAP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Document Types for Payments'
define view I_RO_SAFTPaymentMapping
  as select from /ceecv/rocdocpay
{
  key bukrs as CompanyCode,
  key blart as AccountingDocumentType,
  key hkont as GLAccount,
      revdcind as DebitCreditCodeIsChanged
}