I_ACMOBJECTSTATUS

CDS View

System status from JEST

I_ACMOBJECTSTATUS is a CDS View in S/4HANA. System status from JEST. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_ACMObjectStatusDetails view from COMPOSITE

Fields (3)

KeyField CDS FieldsUsed in Views
KEY StatusCode StatusCode 1
KEY StatusObject StatusObject 1
StatusIsInactive StatusIsInactive 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.

-- System status from JEST
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ACMOBJECTSTATUS (
    STATUSCODE,
    STATUSOBJECT,
    STATUSISINACTIVE,
    PRIMARY KEY (STATUSCODE, STATUSOBJECT)
);