_STATUSCODE

_STATUSCODE is an SAP database table in S/4HANA. It contains 6 fields.

Fields (6)

KeyField CDS FieldsUsed in Views
BalShtExpsrReqRelStsCritlty BalShtExpsrReqRelStsCritlty 2
CmmdtyMktDataRequestStatusText CommodityMarketDataStatusText 1
StatusDisplayPosition StatusDisplayPosition 1
StatusDisplayPriority StatusDisplayPriority 1
StatusIsHidden StatusIsHidden 3
StatusSequenceNumber StatusSequenceNumber 2

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 _STATUSCODE (
    BALSHTEXPSRREQRELSTSCRITLTY,
    CMMDTYMKTDATAREQUESTSTATUSTEXT,
    STATUSDISPLAYPOSITION,
    STATUSDISPLAYPRIORITY,
    STATUSISHIDDEN,
    STATUSSEQUENCENUMBER
);