I_MRPPURCHASEORDERSCHEDULELINE

CDS View

Purchase Order Schedule Line

I_MRPPURCHASEORDERSCHEDULELINE is a CDS View in S/4HANA. Purchase Order Schedule Line. It contains 16 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_MRPChangeReqNewProposal view inner COMPOSITE
I_MRPChangeRequestList view inner COMPOSITE List of MRP Change Requests

Fields (16)

KeyField CDS FieldsUsed in Views
_CompanyCode _CompanyCode 1
_PurchaseOrderQuantityUnit _PurchaseOrderQuantityUnit 1
_Supplier _Supplier 1
BaseUnit BaseUnit 1
CompanyCode CompanyCode 1
DeliveryDate DeliveryDate 1
DeliveryTime DeliveryTime 1
GoodsReceiptDurationInDays GoodsReceiptDurationInDays 1
IncotermsClassification IncotermsClassification 1
MaterialName MaterialName 1
OpenQuantity OrderOpenQuantity 1
PurchasingGroup PurchasingGroup 1
PurchasingOrganization PurchasingOrganization 1
QuantityUnit QuantityUnit 2
StorageLocation StorageLocation 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.

-- Purchase Order Schedule Line
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MRPPURCHASEORDERSCHEDULELINE (
    _COMPANYCODE,
    _PURCHASEORDERQUANTITYUNIT,
    _SUPPLIER,
    BASEUNIT,
    COMPANYCODE,
    DELIVERYDATE,
    DELIVERYTIME,
    GOODSRECEIPTDURATIONINDAYS,
    INCOTERMSCLASSIFICATION,
    MATERIALNAME,
    OPENQUANTITY,
    PURCHASINGGROUP,
    PURCHASINGORGANIZATION,
    QUANTITYUNIT,
    STORAGELOCATION,
    SUPPLIER
);