CUAND_ME_VALID

Transparent Table Application Table

Activation Periods of Blocks and Conditions - #GENERATED#

CUAND_ME_VALID is an SAP database table in S/4HANA. Activation Periods of Blocks and Conditions - #GENERATED#. It contains 4 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
CUAN_LI_ME_QR_VALID_BLOCK view_entity inner Marketing Content Valid Block
CUAN_ME_QR_REUSE_COND_EMD view inner Messages that use reusable blocks
CUAN_ME_QR_REUSE_USED_IN view left_outer Messages that use reusable blocks
CUAN_ME_QR_TOOLBOX_BLOCKS view inner Toolbox blocks in message design view
I_MKT_CmpgnCntntReuseBlkUsedIn view left_outer BASIC Campaign Content: Reusable Block Used In
I_MKT_CmpgnCntntReuseBlockUsed view left_outer BASIC Campaign Content: Reusable Block Used

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY db_key /bobf/conf_key NodeID
root_key /bobf/conf_key NodeID
parent_key /bobf/conf_key NodeID

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.

-- Activation Periods of Blocks and Conditions - #GENERATED#
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CUAND_ME_VALID (
    MANDT,       -- Client [mandt]
    DB_KEY,      -- NodeID [/bobf/conf_key]
    ROOT_KEY,    -- NodeID [/bobf/conf_key]
    PARENT_KEY,  -- NodeID [/bobf/conf_key]
    PRIMARY KEY (MANDT, DB_KEY)
);