P_SCHEDGAGRMTITMSCHLINEDATA

CDS View

Schedule Line data for Schedg Agrmt

P_SCHEDGAGRMTITMSCHLINEDATA is a CDS View in S/4HANA. Schedule Line data for Schedg Agrmt. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_SchedgAgrmtItmDelivCalc view left_outer CONSUMPTION Scheduling Agreement Calculations

Fields (3)

KeyField CDS FieldsUsed in Views
RoughGoodsReceiptQty RoughGoodsReceiptQty 1
ScheduleLine ScheduleLine 1
ScheduleLineOrderQuantity ScheduleLineOrderQuantity 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.

-- Schedule Line data for Schedg Agrmt
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_SCHEDGAGRMTITMSCHLINEDATA (
    ROUGHGOODSRECEIPTQTY,
    SCHEDULELINE,
    SCHEDULELINEORDERQUANTITY
);