I_PL_SAFTBILLINGDOCTYPEMAP

CDS View

SAF-T PL: Billing Document Type Mapping

I_PL_SAFTBILLINGDOCTYPEMAP is a CDS View in S/4HANA. SAF-T PL: Billing Document Type Mapping. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_PL_SAFTBillingDocumentBasic view inner COMPOSITE SAF-T PL: Billing Document relevant data
@AbapCatalog.sqlViewName: 'IPLSAFTBILLTPMAP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass:  #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #D
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label : 'SAF-T PL: Billing Document Type Mapping'
define view I_PL_SAFTBillingDocTypeMap
  as select from snc_pl_sd as a
    inner join            tvfk      as b on a.vbtyp = b.vbtyp
{
  key b.fkart    as BillingDocumentType,
  key a.vbtyp    as BillingSDDocumentCategory,
  key a.endda    as EndDate,
      a.begda    as StartDate,
      a.inv_type as PL_SAFTInvoiceType,
      b.trvog    as TransactionGroup
}