I_BUSEVTSUBTEXT

CDS View

Business Event Handling Subscriber text

I_BUSEVTSUBTEXT is a CDS View in S/4HANA. Business Event Handling Subscriber text. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BusEvtSubscrpnStateMappg view left_outer COMPOSITE Business Event Handling Subscription State Mapping

Fields (3)

KeyField CDS FieldsUsed in Views
BusEventPriority BusEventPriority 1
CreatedByUser CreatedByUser 1
CreationUTCDateTime CreationUTCDateTime 1

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.

-- Business Event Handling Subscriber text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BUSEVTSUBTEXT (
    BUSEVENTPRIORITY,
    CREATEDBYUSER,
    CREATIONUTCDATETIME
);