DMS_PH_CD1

Transparent Table Application Table

DVS: PHIOS of main originals

DMS_PH_CD1 is an SAP database table in S/4HANA. DVS: PHIOS of main originals. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_DocInfoRecdAttchPhysIDDetail view_entity from BASIC Physical id details of attachments
P_DocInfoRecdOriginal view left_outer BASIC Originals Of Document Info Records

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY phio_id sdok_phid Phys. Document
ph_class sdok_phcl PHIO Class

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.

-- DVS: PHIOS of main originals
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DMS_PH_CD1 (
    MANDT,     -- Client [mandt]
    PHIO_ID,   -- Phys. Document [sdok_phid]
    PH_CLASS,  -- PHIO Class [sdok_phcl]
    PRIMARY KEY (MANDT, PHIO_ID)
);