CMS_RE_OBJ

Transparent Table Application Table

Real estate header details

CMS_RE_OBJ is an SAP database table in S/4HANA. Real estate header details. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_CollateralRealEstateMaster view from BASIC Collateral Real Estate Object Details
I_RealEstateObjectMasterData view from BASIC Collateral Real Estate 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.

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