PRD_PUR_TAX

Transparent Table Application Table

Product: Draft Purchase Tax Node

PRD_PUR_TAX is an SAP database table in S/4HANA. Product: Draft Purchase Tax Node. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_ProductPurchaseTaxD view from BASIC draft

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY draftkey /bobf/conf_key NodeID
parentdraftkey /bobf/conf_key NodeID
hasactiveentity boole_d TRUE

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.

-- Product: Draft Purchase Tax Node
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PRD_PUR_TAX (
    CLIENT,           -- Client [mandt]
    DRAFTKEY,         -- NodeID [/bobf/conf_key]
    PARENTDRAFTKEY,   -- NodeID [/bobf/conf_key]
    HASACTIVEENTITY,  -- TRUE [boole_d]
    PRIMARY KEY (CLIENT, DRAFTKEY)
);