P_POITEMSCHEDLINEFTREBYMONTH

CDS View

P_POITEMSCHEDLINEFTREBYMONTH is a CDS View in S/4HANA. It contains 11 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_POItmSchedLineCalcdFeatures view left_outer CONSUMPTION

Fields (11)

KeyField CDS FieldsUsed in Views
running_diff1_m_avg prev_diff1_m_avg 1
running_diff1_m_max prev_diff1_m_max 1
running_diff1_m_min prev_diff1_m_min 1
running_diff2_m_avg prev_diff2_m_avg 1
running_diff2_m_max prev_diff2_m_max 1
running_diff2_m_min prev_diff2_m_min 1
running_m_count prev_m_count 1
running_quant_m_avg prev_quant_m_avg 1
running_quant_m_max prev_quant_m_max 1
running_quant_m_min prev_quant_m_min 1
YearMonth PreviousYearMonth 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_POITEMSCHEDLINEFTREBYMONTH (
    RUNNING_DIFF1_M_AVG,
    RUNNING_DIFF1_M_MAX,
    RUNNING_DIFF1_M_MIN,
    RUNNING_DIFF2_M_AVG,
    RUNNING_DIFF2_M_MAX,
    RUNNING_DIFF2_M_MIN,
    RUNNING_M_COUNT,
    RUNNING_QUANT_M_AVG,
    RUNNING_QUANT_M_MAX,
    RUNNING_QUANT_M_MIN,
    YEARMONTH
);