_JITCONTROLCYCLETP

_JITCONTROLCYCLETP is an SAP database table in S/4HANA. It contains 14 fields.

Fields (14)

KeyField CDS FieldsUsed in Views
KEY ProductionSupplyArea ProductionSupplyArea 1
EWMWarehouse EWMWarehouse 1
ProductionSupplyAreaName ProductionSupplyAreaName 1
ReplenishmentLeadTime JITReplenishmentLeadTimeValue 1
ReplenishmentStrategy ReplenishmentStrategy 2
SourceStorageBin SourceStorageBin 1
SourceStorageType SourceStorageType 1
SourceStorageTypeName SourceStorageTypeName 1
SourceSupplyAreaName SourceSupplyAreaName 1
StorageBin StorageBin 1
StorageType StorageType 1
StorageTypeName StorageTypeName 1
Warehouse Warehouse 1
WarehouseName WarehouseName 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 _JITCONTROLCYCLETP (
    PRODUCTIONSUPPLYAREA,
    EWMWAREHOUSE,
    PRODUCTIONSUPPLYAREANAME,
    REPLENISHMENTLEADTIME,
    REPLENISHMENTSTRATEGY,
    SOURCESTORAGEBIN,
    SOURCESTORAGETYPE,
    SOURCESTORAGETYPENAME,
    SOURCESUPPLYAREANAME,
    STORAGEBIN,
    STORAGETYPE,
    STORAGETYPENAME,
    WAREHOUSE,
    WAREHOUSENAME,
    PRIMARY KEY (PRODUCTIONSUPPLYAREA)
);