_STATUSOBJECT

_STATUSOBJECT is an SAP database table in S/4HANA. It contains 7 fields.

Fields (7)

KeyField CDS FieldsUsed in Views
KEY StatusCode PaymentBatchItemCurrentStatus,Status,StatusCode 19
KEY StatusObject StatusObject 9
IsSystemStatus IsSystemStatus 2
IsUserStatus IsUserStatus 7
StatusIsActive StatusIsActive 7
StatusIsInactive StatusIsInactive 2
StatusProfile StatusProfile 19

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _STATUSOBJECT (
    STATUSCODE,
    STATUSOBJECT,
    ISSYSTEMSTATUS,
    ISUSERSTATUS,
    STATUSISACTIVE,
    STATUSISINACTIVE,
    STATUSPROFILE,
    PRIMARY KEY (STATUSCODE, STATUSOBJECT)
);