_SOURCEOFSUPPLY

_SOURCEOFSUPPLY is an SAP database table in S/4HANA. It contains 12 fields.

Fields (12)

KeyField CDS FieldsUsed in Views
_ProductionLine _WorkCenter 1
_Supplier _Supplier 1
_SupplyingPlant _SupplyingPlant 1
GoodsReceiptDuration GoodsReceiptDuration 1
InHouseProductionTime InHouseProductionTime 1
PlannedDeliveryDuration PlannedDeliveryDuration 1
PMRPSourceOfSupplyCategory PMRPSourceOfSupplyCategory 1
PMRPSourceOfSupplyName PMRPSourceOfSupplyName 4
ProductionLine ProductionLine 2
ReceivingPlant ReceivingPlant 2
Supplier Supplier 2
SupplyingPlant SupplyingPlant 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _SOURCEOFSUPPLY (
    _PRODUCTIONLINE,
    _SUPPLIER,
    _SUPPLYINGPLANT,
    GOODSRECEIPTDURATION,
    INHOUSEPRODUCTIONTIME,
    PLANNEDDELIVERYDURATION,
    PMRPSOURCEOFSUPPLYCATEGORY,
    PMRPSOURCEOFSUPPLYNAME,
    PRODUCTIONLINE,
    RECEIVINGPLANT,
    SUPPLIER,
    SUPPLYINGPLANT
);