I_ACMSYSTEMSTATUS

CDS View

ACM Specific Status

I_ACMSYSTEMSTATUS is a CDS View in S/4HANA. ACM Specific Status. It contains 2 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
I_ACMApplicationOverview view inner TRANSACTIONAL Interface Layer for ACM Application Overview
I_ACMApplicationOverview1 view inner COMPOSITE Interface ACM Application Overview1
I_ACMLoadDataCaptureEvt view inner COMPOSITE Interface LDC Event Details
I_ACMOrdApplDocPlngRelevance view inner COMPOSITE ACM Appdoc Order Planning Relevance
I_ACMOrderDeliveryAssignment view inner COMPOSITE ACM Order Delivery Assignment
I_ApplicationOverviewStstc view inner COMPOSITE Interface view for Application Document Overview Statistics
I_SettlementGroupOverview view left_outer COMPOSITE Interface Layer For Settlement Group Overview
I_SettlementOvwStatistics view left_outer COMPOSITE Interface for Settlement Statistics

Fields (2)

KeyField CDS FieldsUsed in Views
StatusProfileName ACMAppDocSettlementStatus,ACMAppDocStatus,ACMAppDocStorageStatus,ContractApplicationStatus,SystemStatus 4
SystemStatusName SystemStatusName 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.

-- ACM Specific Status
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ACMSYSTEMSTATUS (
    STATUSPROFILENAME,
    SYSTEMSTATUSNAME
);