I_QUEUEDATA

CDS View

BEH Queue Data

I_QUEUEDATA is a CDS View in S/4HANA. BEH Queue Data. It contains 13 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BEHQueuedata view from COMPOSITE CDS for Queue data

Fields (13)

KeyField CDS FieldsUsed in Views
KEY BusEventSubscriberCode BusEventSubscriberCode 1
KEY BusinessEvent BusinessEvent 1
KEY SAPObjectRepresentation SAPObjectRepresentation 1
KEY SAPObjectTaskType SAPObjectTaskType 1
BusEventPriority BusEventPriority 1
CreationUTCDateTime CreationUTCDateTime 1
SAPBusinessObjectKey1 SAPBusinessObjectKey1 1
SAPBusinessObjectKey2 SAPBusinessObjectKey2 1
SAPBusinessObjectKey3 SAPBusinessObjectKey3 1
SAPBusinessObjectKey4 SAPBusinessObjectKey4 1
SAPBusinessObjectKey5 SAPBusinessObjectKey5 1
SAPBusinessObjectKey6 SAPBusinessObjectKey6 1
SAPBusinessObjectKey7 SAPBusinessObjectKey7 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.

-- BEH Queue Data
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_QUEUEDATA (
    BUSEVENTSUBSCRIBERCODE,
    BUSINESSEVENT,
    SAPOBJECTREPRESENTATION,
    SAPOBJECTTASKTYPE,
    BUSEVENTPRIORITY,
    CREATIONUTCDATETIME,
    SAPBUSINESSOBJECTKEY1,
    SAPBUSINESSOBJECTKEY2,
    SAPBUSINESSOBJECTKEY3,
    SAPBUSINESSOBJECTKEY4,
    SAPBUSINESSOBJECTKEY5,
    SAPBUSINESSOBJECTKEY6,
    SAPBUSINESSOBJECTKEY7,
    PRIMARY KEY (BUSEVENTSUBSCRIBERCODE, BUSINESSEVENT, SAPOBJECTREPRESENTATION, SAPOBJECTTASKTYPE)
);