I_PURORDSOPENFORCONFTP

CDS View

PR items open for confirmation

I_PURORDSOPENFORCONFTP is a CDS View in S/4HANA. PR items open for confirmation. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_PurOrdsOpenForConf view from CONSUMPTION PO for confirmation on SSP Requisitions

Fields (3)

KeyField CDS FieldsUsed in Views
KEY ProcuringPlant ProcuringPlant 1
IsExtPurgScenario IsExtPurgScenario 1
Supplier Supplier 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.

-- PR items open for confirmation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PURORDSOPENFORCONFTP (
    PROCURINGPLANT,
    ISEXTPURGSCENARIO,
    SUPPLIER,
    PRIMARY KEY (PROCURINGPLANT)
);