CMS_SEC_ACC

Transparent Table Application Table

Securities account details

CMS_SEC_ACC is an SAP database table in S/4HANA. Securities account details. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SecuritiesAcctObjMstrData view from BASIC Securities Account Object Details

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY mandt 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.

-- Securities account details
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CMS_SEC_ACC (
    MANDT,  -- Client [mandt]
    PRIMARY KEY (MANDT)
);