P_APPJOBSTATUS

CDS View

Application Job Status

P_APPJOBSTATUS is a CDS View in S/4HANA. Application Job Status. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_PurgDocSimulationJob view inner CONSUMPTION Purchasing Document Simulation Job

Fields (3)

KeyField CDS FieldsUsed in Views
AsyncApplicationJobStatus AsyncApplicationJobStatus 1
CreationDate CreationDate 1
CreationTime CreationTime 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.

-- Application Job Status
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_APPJOBSTATUS (
    ASYNCAPPLICATIONJOBSTATUS,
    CREATIONDATE,
    CREATIONTIME
);