I_PL_SAFTAccountingDocTypeMap

DDL: I_PL_SAFTACCOUNTINGDOCTYPEMAP SQL: IPLSAFTACCTPMAP Type: view BASIC Package: GLO_FIN_IS_SAFT_PL

SAF-T PL: Accounting Document Type Mapping

I_PL_SAFTAccountingDocTypeMap is a Basic CDS View that provides data about "SAF-T PL: Accounting Document Type Mapping" in SAP S/4HANA. It reads from 1 data source (snc_pl_fi) and exposes 4 fields with key fields AccountingDocumentType, EndDate. Part of development package GLO_FIN_IS_SAFT_PL.

Data Sources (1)

SourceAliasJoin Type
snc_pl_fi snc_pl_fi from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IPLSAFTACCTPMAP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label SAF-T PL: Accounting Document Type Mapping view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY AccountingDocumentType blart
KEY EndDate endda
StartDate begda
PL_SAFTInvoiceType inv_type
@AbapCatalog.sqlViewName: 'IPLSAFTACCTPMAP'
@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: Accounting Document Type Mapping'
define view I_PL_SAFTAccountingDocTypeMap
  as select from snc_pl_fi
{
  key blart    as AccountingDocumentType,
  key endda    as EndDate,
      begda    as StartDate,
      inv_type as PL_SAFTInvoiceType
}