I_RU_STRPJOURNALENTRYLOG
ACR Reported Tax Items Log Table
I_RU_STRPJOURNALENTRYLOG is a CDS View in S/4HANA. ACR Reported Tax Items Log Table. It contains 11 fields. 10 CDS views read from this table.
CDS Views using this table (10)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_RU_DSVATReportingExclSubmd | view | inner | CONSUMPTION | |
| P_RU_InvoiceJournal1 | view | from | CONSUMPTION | |
| P_RU_StRpJournalEntryLogRun | view | from | CONSUMPTION | |
| P_RU_StRpJournalEntryLogStat1 | view | from | COMPOSITE | |
| P_RU_VATItemLogDelta | view | from | CONSUMPTION | |
| P_RU_VATItemLogDelta | view | union_all | CONSUMPTION | |
| P_RU_VATReporting1 | view | from | CONSUMPTION | |
| P_RU_VATRETURN12 | view | from | CONSUMPTION | Vat declaration section 12 |
| P_RU_VatSalesPurchaseLedgers1 | view | from | CONSUMPTION | |
| P_RU_VatSPLedgerCorRev1 | view | inner | CONSUMPTION |
Fields (11)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| AccountingDocument | AccountingDocument | 4 | |
| CompanyCode | CompanyCode | 4 | |
| FiscalYear | FiscalYear | 4 | |
| RevisionNumber | RevisionNumber | 5 | |
| RU_VATReturnSectionType | RU_VATReturnSectionType | 3 | |
| SourceDocument | SourceDocument | 2 | |
| SourceDocumentFiscalYear | SourceDocumentFiscalYear | 2 | |
| StatryRptCategory | StatryRptCategory | 3 | |
| StatryRptgEntity | StatryRptgEntity | 3 | |
| StatryRptRunID | StatryRptRunID | 3 | |
| TaxItem | TaxItem | 4 |
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IRUSRJRNLENTRLOG'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: { usageType.serviceQuality: #A,
usageType.sizeCategory: #XXL,
usageType.dataClass: #TRANSACTIONAL }
@EndUserText.label: 'ACR Reported Tax Items Log Table'
define view I_RU_StRpJournalEntryLog
as select from firud_acct_rpitm
{
key firud_acct_rpitm.statryrptgentity as StatryRptgEntity,
key firud_acct_rpitm.statryrptcategory as StatryRptCategory,
key firud_acct_rpitm.statryrptrunid as StatryRptRunID,
key firud_acct_rpitm.companycode as CompanyCode,
key firud_acct_rpitm.accountingdocument as AccountingDocument,
key firud_acct_rpitm.fiscalyear as FiscalYear,
key firud_acct_rpitm.accountingdocumentitem as TaxItem,
key firud_acct_rpitm.revisionnumber as RevisionNumber,
key firud_acct_rpitm.sectiontype as RU_VATReturnSectionType,
key firud_acct_rpitm.originaldocument as SourceDocument,
key firud_acct_rpitm.originaldocumentyear as SourceDocumentFiscalYear,
key firud_acct_rpitm.ru_vatsubscenario as RU_VATSubScenario
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FIRUD_ACCT_RPITM"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/