CFIN_AV_PO_ROOT

Transparent Table Application Table

Purchasing Document Header

CFIN_AV_PO_ROOT is an SAP database table in S/4HANA. Purchasing Document Header. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
E_CFinRpldPurchasingDocument view from EXTENSION CFin Rpld Purg Document - Extension
I_CFinRpldPurchasingDocument view from BASIC CFin Rpld Purchasing Document: Header
I_CFinRpldPurgDocHistory view inner BASIC CFin Rpld Purchasing Document: History

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY db_key /bobf/conf_key NodeID

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.

-- Purchasing Document Header
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CFIN_AV_PO_ROOT (
    MANDT,   -- Client [mandt]
    DB_KEY,  -- NodeID [/bobf/conf_key]
    PRIMARY KEY (MANDT, DB_KEY)
);