I_STRPJOURNALENTRYTAXITEMLOG

CDS View

Accounting document tax items selected per ACR run

I_STRPJOURNALENTRYTAXITEMLOG is a CDS View in S/4HANA. Accounting document tax items selected per ACR run. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_PL_ExcessDelayAccountingItem view from COMPOSITE Accounting data for Customer and Vendor

Fields (3)

KeyField CDS FieldsUsed in Views
KEY StatryRptCategory StatryRptCategory 1
KEY StatryRptgEntity StatryRptgEntity 1
KEY StatryRptRunID StatryRptRunID 1

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.

-- Accounting document tax items selected per ACR run
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_STRPJOURNALENTRYTAXITEMLOG (
    STATRYRPTCATEGORY,
    STATRYRPTGENTITY,
    STATRYRPTRUNID,
    PRIMARY KEY (STATRYRPTCATEGORY, STATRYRPTGENTITY, STATRYRPTRUNID)
);