I_CASTREPLOG

CDS View

Information for documents selected per report run

I_CASTREPLOG is a CDS View in S/4HANA. Information for documents selected per report run. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_BE_DomesticSalesListCube view left_outer CONSUMPTION Domestic Sales List for Belgium
@AbapCatalog.sqlViewName: 'ICASTREPLOG'
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'Information for documents selected per report run'
@Analytics.internalName:#LOCAL
@VDM.viewType: #BASIC
@Analytics: { dataCategory: #CUBE }
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
//Documentation about annotations can be found at http://help.sap.com searching for CDS annotations

@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #MIXED
@AbapCatalog.preserveKey:true
@Metadata.allowExtensions: true

define view I_CAStRepLog
  as select from fica_srf_rep_it
{
  key statryrptgentity  as StatryRptgEntity,
  key statryrptcategory as StatryRptCategory,
  key statryrptrunid    as StatryRptRunID,
  key companycode       as CompanyCode,
  key cadocumentnumber  as CADocumentNumber,
  key fiscalyear        as FiscalYear
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FICA_SRF_REP_IT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/