I_JITCONTROLCYCLE

CDS View

Basic View for JIT Control Cycles

I_JITCONTROLCYCLE is a CDS View in S/4HANA. Basic View for JIT Control Cycles. It contains 14 fields. 18 CDS views read from this table.

CDS Views using this table (18)

ViewTypeJoinVDMDescription
C_JITControlCycleVH view from CONSUMPTION Value help for Control Cycles
C_JITOutbControlCycleOvw view from CONSUMPTION Consumption view for control cycle overview
C_JITOutbControlCycleOvw_2 view_entity from CONSUMPTION Overview for Control cycle
C_JITOutbSqncControlCycleVH view_entity from CONSUMPTION Control Cycle
C_JITReferenceControlCycleVH view_entity from CONSUMPTION JIT Reference Control Cycle
I_JITCallsForCommGroupBasic view from COMPOSITE Control cycles and JIT calls for Communication groups
I_JITOutbCallCompGrpData view inner COMPOSITE Composite View-JIT Call CompGrp Outbound
I_JITOutbCallCompGrpMatlVH view_entity from BASIC JIT Outbound Component Group
I_JITOutbCallsBOMTP view inner TRANSACTIONAL Transactional View for BOM Explosion
I_JITOutbControlCyclePrimary view from COMPOSITE Primary Control Cycle
I_JITOutbControlCycleSecondary view from COMPOSITE Secondary Control Cycle
I_JITOutbCtrlCycBOMSchedgAgrmt view inner COMPOSITE Control Cycle BOM Scheduling agreement
I_JITOutbDestStorLocBin view_entity from COMPOSITE Destination Storage Location Bin
I_JITOutbDestStorLocBinVH view_entity from COMPOSITE Destination Storage Location Bin
I_JITOutbSqncCalls view inner COMPOSITE Monitor JIS calls
I_JITReldControlCycleVH view from BASIC Value help for Control Cycles
P_JITControlCycle view from COMPOSITE
P_JITOutBOMData view inner TRANSACTIONAL Bill of material data

Fields (14)

KeyField CDS FieldsUsed in Views
KEY JITControlCycle JITControlCycle 4
DestinationStorageBin DestinationStorageBin 1
IssuingOrReceivingStorageLoc IssuingOrReceivingStorageLoc 1
JITControlCycleCategory JITControlCycleCategory 3
JITCtrlCycLifeCycSts JITCtrlCycLifeCycSts 3
JITReqQtyLowerToleranceLvl JITReqQtyLowerToleranceLvl 1
JITReqQtyUpperToleranceLvl JITReqQtyUpperToleranceLvl 1
ProductionSupplyArea ProductionSupplyArea 1
QuantityUnit QuantityUnit 1
ReplenishmentStrategy ReplenishmentStrategy 1
ReplnmtPlanningProcedure ReplnmtPlanningProcedure 1
SourceStorageBin SourceStorageBin 1
StorageBin StorageBin 1
StorageType StorageType 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.

-- Basic View for JIT Control Cycles
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_JITCONTROLCYCLE (
    JITCONTROLCYCLE,
    DESTINATIONSTORAGEBIN,
    ISSUINGORRECEIVINGSTORAGELOC,
    JITCONTROLCYCLECATEGORY,
    JITCTRLCYCLIFECYCSTS,
    JITREQQTYLOWERTOLERANCELVL,
    JITREQQTYUPPERTOLERANCELVL,
    PRODUCTIONSUPPLYAREA,
    QUANTITYUNIT,
    REPLENISHMENTSTRATEGY,
    REPLNMTPLANNINGPROCEDURE,
    SOURCESTORAGEBIN,
    STORAGEBIN,
    STORAGETYPE,
    PRIMARY KEY (JITCONTROLCYCLE)
);