TCMS_ORG_PROC

Transparent Table Customizing Table

CMS: Attributes of Administrative OrgUnit

TCMS_ORG_PROC is an SAP database table in S/4HANA. CMS: Attributes of Administrative OrgUnit. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CollateralAdminOrgUnitAttrib view from BASIC Collateral Administrative OrgUnit Attr

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY adminorg CMS_DTE_ADMINORG AdminOrg
proc_area CMS_DTE_PCN_AREA Proc Cntl Area

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.

-- CMS: Attributes of Administrative OrgUnit
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCMS_ORG_PROC (
    MANDT,      -- Client [MANDT]
    ADMINORG,   -- AdminOrg [CMS_DTE_ADMINORG]
    PROC_AREA,  -- Proc Cntl Area [CMS_DTE_PCN_AREA]
    PRIMARY KEY (MANDT, ADMINORG)
);