P_POITEMSCHEDLINEFTREBYWEEK

CDS View

P_POITEMSCHEDLINEFTREBYWEEK 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_w_avg prev_diff1_w_avg 1
running_diff1_w_max prev_diff1_w_max 1
running_diff1_w_min prev_diff1_w_min 1
running_diff2_w_avg prev_diff_w_avg 1
running_diff2_w_max prev_diff2_w_max 1
running_diff2_w_min prev_diff2_w_min 1
running_quant_w_avg prev_quant_w_avg 1
running_quant_w_max prev_quant_w_max 1
running_quant_w_min prev_quant_w_min 1
running_w_count prev_w_count 1
YearWeek PreviousYearWeek 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_POITEMSCHEDLINEFTREBYWEEK (
    RUNNING_DIFF1_W_AVG,
    RUNNING_DIFF1_W_MAX,
    RUNNING_DIFF1_W_MIN,
    RUNNING_DIFF2_W_AVG,
    RUNNING_DIFF2_W_MAX,
    RUNNING_DIFF2_W_MIN,
    RUNNING_QUANT_W_AVG,
    RUNNING_QUANT_W_MAX,
    RUNNING_QUANT_W_MIN,
    RUNNING_W_COUNT,
    YEARWEEK
);