I_RU_STRPJOURNALENTRYLOG

CDS View

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)

ViewTypeJoinVDMDescription
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)

KeyField CDS FieldsUsed 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

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- ACR Reported Tax Items Log Table
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_RU_STRPJOURNALENTRYLOG (
    ACCOUNTINGDOCUMENT,
    COMPANYCODE,
    FISCALYEAR,
    REVISIONNUMBER,
    RU_VATRETURNSECTIONTYPE,
    SOURCEDOCUMENT,
    SOURCEDOCUMENTFISCALYEAR,
    STATRYRPTCATEGORY,
    STATRYRPTGENTITY,
    STATRYRPTRUNID,
    TAXITEM
);