DEMO_DBTAB_ROOT

Transparent Table Application Table

Database Table for Root Entity of RAP BO

DEMO_DBTAB_ROOT is an SAP database table in S/4HANA. Database Table for Root Entity of RAP BO. It contains 8 fields. 45 CDS views read from this table.

CDS Views using this table (45)

ViewTypeJoinVDMDescription
DEMO_RAP_ABSTRACT_2 view_entity from CDS root view entity
DEMO_RAP_AUTH_CONTEXT view_entity from demo for authorization context
DEMO_RAP_AUTH_GLOBAL view_entity from CDS view entity, RAP auth control
DEMO_RAP_BASE_DET_VAL view_entity from CDS view entity
DEMO_RAP_BASE_GROUP view_entity from CDS view entity
DEMO_RAP_BASE_MAPPING view_entity from CDS view entity
DEMO_RAP_CHANGE_DOCS view_entity from CDS root view entity, change doc master
DEMO_RAP_DEFAULT_FACTORY_A view_entity from CDS root view entity, dfa
DEMO_RAP_DEFAULT_VALUES_FUNC view_entity from CDS root view entity
DEMO_RAP_DERIVED_EVENT view_entity from CDS view entity, demo for derived event
DEMO_RAP_DERIVED_EVENT_PARAM view_entity from CDS view entity, demo for derived event
DEMO_RAP_EARLY_NUMBERING view_entity from CDS view entity, RAP, early numb
DEMO_RAP_EVENT view_entity from CDS root view entity, event
DEMO_RAP_EXTENSIBLE view_entity from
DEMO_RAP_EXTENSIBLE_ROOT view_entity from CDS root view entity, extensibility demo
demo_rap_factory_action view_entity from test
DEMO_RAP_FOREIGN_ENTITY view_entity from
DEMO_RAP_FRIENDS view_entity from extensible with friends demo
DEMO_RAP_MANAGED_ASSOC_ROOT view_entity from
DEMO_RAP_MANAGED_AUTHORIZATION view_entity from CDS view entity, RAP managed, auth
DEMO_RAP_MANAGED_DRAFT_1 view_entity from CDS view entity, RAP managed, draft
DEMO_RAP_MANAGED_DRAFT_ACTIONS view_entity from CDS view entity, RAP managed, draft
DEMO_RAP_MANAGED_DRAFT_QUERY view_entity from CDS view entity, RAP managed, draft
DEMO_RAP_MANAGED_DRAFT_ROOT view_entity from CDS view entity, RAP managed, draft
DEMO_RAP_MANAGED_GROUP view_entity from
DEMO_RAP_MANAGED_SELECTIVE_1 view_entity from
DEMO_RAP_MANAGED_WITHOUT_RES view_entity from
DEMO_RAP_NOTRIGGER view_entity from CDS view entity, RAP demo
DEMO_RAP_OWN_AC_SHORT view_entity from CDS view entity, RAP demo own ac
DEMO_RAP_OWN_AUTH_CONTEXT view_entity from demo for own authorization context
DEMO_RAP_PRAGMA view_entity from CDS view entity, demo for BDL pragmas
DEMO_RAP_PRIVILEGED view_entity from
DEMO_RAP_PURE_KEY view_entity from Demo for RAP pure key
DEMO_RAP_R_M_DEFINE_KEY view_entity from CDS root view entity, RAP demo
DEMO_RAP_REDEFINE_PARAM view_entity from Demo for parameter redefinition
DEMO_RAP_SIDE_EFFECT_EVENT view_entity from CDS root view entity, side effect events
DEMO_RAP_SIDE_EFFECTS view_entity from CDS root view entity, side effects
DEMO_RAP_STRICT view_entity from
DEMO_RAP_UNMANAGED_AUTH view_entity from CDS view entity, RAP unmanaged, auth
DEMO_RAP_UNMANAGED_DRAFT_ROOT view_entity from CDS view entity, RAP managed, draft
DEMO_RAP_UNMANAGED_GROUP view_entity from
DEMO_RAP_UNMANAGED_LOCKING view_entity from CDS view entity, RAP managed, draft
DEMO_RAP_UNMANAGED_PRECHECK view_entity from
demo_root_for_managed_bo view_entity from
demo_root_for_unmanaged_bo view_entity from

Fields (8)

KeyField Data ElementDescription DomainTypeLength
KEY client MANDT Client
KEY key_field abap.int4
data_field abap.strg
char_field abap.char
char_field_2 abap.char
dec_field abap.dec
crea_date_time TIMESTAMPL Time Stamp
lchg_date_time TIMESTAMPL Time Stamp

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.

-- Database Table for Root Entity of RAP BO
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DEMO_DBTAB_ROOT (
    CLIENT,          -- Client [MANDT]
    KEY_FIELD,       -- abap.int4
    DATA_FIELD,      -- abap.strg
    CHAR_FIELD,      -- abap.char
    CHAR_FIELD_2,    -- abap.char
    DEC_FIELD,       -- abap.dec
    CREA_DATE_TIME,  -- Time Stamp [TIMESTAMPL]
    LCHG_DATE_TIME,  -- Time Stamp [TIMESTAMPL]
    PRIMARY KEY (CLIENT, KEY_FIELD)
);