I_PURCHASINGDOCSIMULATIONJOB

CDS View

Purchase Document Simulation Job

I_PURCHASINGDOCSIMULATIONJOB is a CDS View in S/4HANA. Purchase Document Simulation Job. It contains 3 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_PurgDocSimulationJob view from CONSUMPTION Purchasing Document Simulation Job
P_AppJobStatus view from CONSUMPTION Application Job Status
P_PHRPRqItmSimlnDistDocs view_entity inner CONSUMPTION Distinct Documents in app log
P_PHRPRqItmSimlnLog view_entity inner CONSUMPTION Log for procurement hub PR
P_PurchasingDocSimulationJob view from CONSUMPTION P View for Purch Doc Simulation Job

Fields (3)

KeyField CDS FieldsUsed in Views
KEY ApplicationJob ApplicationJob 2
KEY ApplicationJobName ApplicationJobName 2
KEY ProcurementHubSourceSystem ProcurementHubSourceSystem 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.

-- Purchase Document Simulation Job
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PURCHASINGDOCSIMULATIONJOB (
    APPLICATIONJOB,
    APPLICATIONJOBNAME,
    PROCUREMENTHUBSOURCESYSTEM,
    PRIMARY KEY (APPLICATIONJOB, APPLICATIONJOBNAME, PROCUREMENTHUBSOURCESYSTEM)
);