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 6 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
CUAN_LI_ME_QR_VALID_BLOCK view_entity inner Marketing Content Valid Block
CUAN_ME_QR_REUSE_BLOCK_CONTENT view_entity inner CUAN_ME_QR_REUSE_BLOCK_CONTENT
CUAN_ME_QR_REUSE_COND_EMD view_entity inner Messages that use reusable blocks
CUAN_ME_QR_REUSE_LINKS view_entity inner Links in reusable blocks of message.
CUAN_ME_QR_REUSE_USED_IN view_entity left_outer Messages That Use Reusable Blocks
CUAN_ME_QR_TOOLBOX_BLOCKS view_entity inner Toolbox Blocks in Message Design View
CUAN_ME_VALID_LINKS_IN_BLOCKS view_entity left_outer Links in Valid Blocks
I_IBCMessageReuseBlockUsedIn view_entity left_outer BASIC Communication Messsage Content Used In
I_MKT_CmpgnCntntReuseBlkUsedIn view_entity left_outer BASIC Messages That Use Reusable Blocks
I_MKT_CmpgnCntntReuseBlockUsed view_entity left_outer BASIC Campaign Content: Reusable Block Used
IBC_ME_QR_VALIDITIES view_entity from Validities of Content Revisions
IBC_MESSAGECNTNTREUSEBLKUSEDIN view_entity left_outer Communication Messsage Content Used In

Fields (6)

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
valid_from CUAN_ME_VALID_FROM Valid From
valid_to CUAN_ME_VALID_TO Valid To

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]
    VALID_FROM,  -- Valid From [CUAN_ME_VALID_FROM]
    VALID_TO,    -- Valid To [CUAN_ME_VALID_TO]
    PRIMARY KEY (MANDT, DB_KEY)
);