FINSUBVALCOBLPSM

Transparent Table System Table (SAP only)

Metadata Container for FIN Rule engine - Public Sector Manag

FINSUBVALCOBLPSM is an SAP database table in S/4HANA. Metadata Container for FIN Rule engine - Public Sector Manag. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
FIN_SUBSTNVALDTN_PSM view from FIN Substitution Validation Context Structure for PSM

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY mandt s_mandt Client

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.

-- Metadata Container for FIN Rule engine - Public Sector Manag
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINSUBVALCOBLPSM (
    MANDT,  -- Client [s_mandt]
    PRIMARY KEY (MANDT)
);