I_SAFTCONTROLLINGDOCUMENT

CDS View

SAFT Controlling Document

I_SAFTCONTROLLINGDOCUMENT is a CDS View in S/4HANA. SAFT Controlling Document. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SAFTJournalEntry view inner COMPOSITE SAF-T Journal Ledger Entry
@AbapCatalog.sqlViewName: 'ISAFCODOC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'SAFT Controlling Document'
define view I_SAFTControllingDocument as select from bkpf as a

{
  key a.bukrs as CompanyCode,
  key a.gjahr as FiscalYear,
  key a.belnr as AccountingDocument,
  a.glbtgrp   as BusinessTransactionDocument
} where a.glbtgrp <> '1'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"BKPF"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/