I_RFQSCHEDULELINE

CDS View

Request For Quotation Schedule Line

I_RFQSCHEDULELINE is a CDS View in S/4HANA. Request For Quotation Schedule Line. It contains 15 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_RfqScheduleLine_Api01 view from BASIC Schedule Line in Request for Quotation
I_RFQScheduleLineEnhanced view from COMPOSITE RFQ Schedule Line enhanced

Fields (15)

KeyField CDS FieldsUsed in Views
KEY RequestForQuotation RequestForQuotation 2
KEY RequestForQuotationItem RequestForQuotationItem 2
KEY ScheduleLine ScheduleLine 2
_DeliveryDateCategory _DeliveryDateCategory 1
_RequestForQuotation _RequestForQuotation 1
_RequestForQuotationItem _RequestForQuotationItem 1
DelivDateCategory DelivDateCategory 2
OrderQuantityUnit OrderQuantityUnit 1
PerformancePeriodEndDate PerformancePeriodEndDate 1
PerformancePeriodStartDate PerformancePeriodStartDate 1
RoughGoodsReceiptQty RoughGoodsReceiptQty 2
SchedLineStscDeliveryDate SchedLineStscDeliveryDate 2
ScheduleLineDeliveryDate ScheduleLineDeliveryDate 2
ScheduleLineDeliveryTime ScheduleLineDeliveryTime 2
ScheduleLineOrderQuantity ScheduleLineOrderQuantity 2

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.

-- Request For Quotation Schedule Line
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_RFQSCHEDULELINE (
    REQUESTFORQUOTATION,
    REQUESTFORQUOTATIONITEM,
    SCHEDULELINE,
    _DELIVERYDATECATEGORY,
    _REQUESTFORQUOTATION,
    _REQUESTFORQUOTATIONITEM,
    DELIVDATECATEGORY,
    ORDERQUANTITYUNIT,
    PERFORMANCEPERIODENDDATE,
    PERFORMANCEPERIODSTARTDATE,
    ROUGHGOODSRECEIPTQTY,
    SCHEDLINESTSCDELIVERYDATE,
    SCHEDULELINEDELIVERYDATE,
    SCHEDULELINEDELIVERYTIME,
    SCHEDULELINEORDERQUANTITY,
    PRIMARY KEY (REQUESTFORQUOTATION, REQUESTFORQUOTATIONITEM, SCHEDULELINE)
);