Skip to content
JDE Reference

F4100

masterAlso in JDE World

Warehouse location master: one row per storage location within a branch/plant, defining physical attributes plus putaway, pick, and replenishment behavior.

Fields

57 fields · 2 key

KeyFieldAliasDescriptionTypeLengthFlags
Primary keyLMMCUMCUBranch/plant (business unit); stored right-justified with leading blanks.String12
Primary keyLMLOCNLOCNStorage location within the branch, formatted per the branch location structure.String20
LMAISLAISLAisle segment of the location code.String8
LMBINBINBin segment of the location code.String8
LMLA03LA03Location category code 03 (site-defined classification).String4
LMLA04LA04Location category code 04 (site-defined classification).String4
LMLA05LA05Location category code 05 (site-defined classification).String4
LMLA06LA06Location category code 06 (site-defined classification).String4
LMLA07LA07Location category code 07 (site-defined classification).String4
LMLA08LA08Location category code 08 (site-defined classification).String4
LMLA09LA09Location category code 09 (site-defined classification).String4
LMLA10LA10Location category code 10 (site-defined classification).String4
LMLLDLLLDLLevel-of-detail code for location rollups.Character1
LMSTY1STY1Location dimension group, used to match item storage requirements to locations.String6
LMCGRPCGRPLocation characteristics group for warehouse movement rules.String6
LMLHLDLHLDHold code that blocks activity against this location.String2
LMFREZFREZFreeze rule controlling whether the location accepts putaway/pick during freeze.Character1
LMNETANETAFlag: whether stock here counts as nettable/allocatable for planning.Character1
LMMNUPMNUPMinimum fill percentage before putaway is allowed to this location.Numeric5
LMMNUKMNUKMinimum fill percentage before picking is allowed from this location.Numeric5
LMLCODLCODLocation tax status code.String2
LMMMTHMMTHMove method code for warehouse movement to/from this location.String4
LMEQTYEQTYContainer (equipment) code allowed in this location.String5
LMCTNFCTNFFlag: location participates in carton recommendation.Character1
LMMCNTMCNTFlag: different container types may be mixed here.Character1
LMMLOTMLOTFlag: different dates/lots may be mixed here.Character1
LMMITMMITMMaximum number of distinct items allowed in the location.Numeric2
LMSTAGSTAGFlag: this is a staging location.Character1
LMLVERLVERLocation verification code (bar-code check value).String5
LMPCNFPCNFFlag: storage (putaway) confirmation is required.Character1
LMKCNFKCNFFlag: retrieval (pick) confirmation is required.Character1
LMAPUTAPUTFlag: putaway allowed to this location.Character1
LMAPIKAPIKFlag: picking allowed from this location.Character1
LMARPLARPLFlag: replenishment allowed for this location.Character1
LMPZONPZONPutaway zone the location belongs to.String6
LMKZONKZONPicking zone the location belongs to.String6
LMZONRZONRReplenishment zone the location belongs to.String6
LMSTGPSTGPStaging location used for putaway moves.String20
LMSTGKSTGKStaging location used for picking moves.String20
LMSTGRSTGRStaging location used for replenishment moves.String20
LMWSQPWSQPPutaway sequence number for travel-path ordering.Numeric5
LMWSQQWSQQPicking sequence number for travel-path ordering.Numeric5
LMWSQRWSQRReplenishment sequence number for travel-path ordering.Numeric5
LMDISXDISXLocation X-coordinate (latitude) for distance calculations.Numeric5
LMDISYDISYLocation Y-coordinate (longitude) for distance calculations.Numeric5
LMDISZDISZLocation Z-coordinate (height) for distance calculations.Numeric5
LMEQTPEQTPEquipment type needed to service the location.String3
LMURCDURCDUser-reserved code (open field for site-specific use).String2
LMURDTURDTUser-reserved date (open field for site-specific use).Numeric6
LMURATURATUser-reserved amount (open field for site-specific use).Numeric15
LMURABURABUser-reserved number (open field for site-specific use).Numeric8
LMURRFURRFUser-reserved reference (open field for site-specific use).String15
LMOT1YOT1YFlag: potency control applies.Character1
LMOT2YOT2YFlag: grade control applies.Character1
LMMIXLMIXLRule for mixing items/lots within the location.Character1
LMMPTLMPTLFlag: partial containers may be merged here.Character1
LMMUMSMUMSFlag: different UOM structures may be merged here.Character1

Field provenance: hand-curated.

Boilerplate SQL

Starting point for reading F4100on Databricks — Julian dates, implied decimals, and padded strings are already converted. Set your Unity Catalog location and filter values below; they’re substituted into the SQL and the copy button.

Query parameters
-- ============================================================
-- Table  : F4100 Warehouse location master: one row per storage location within a branch/plant, defining physical attributes plus putaway, pick, and replenishment behavior.
-- Purpose: Column-selected read of F4100 — auto-generated from field metadata
-- Grain  : One row per LMMCU + LMLOCN
-- Notes  : Auto-generated skeleton. Julian dates (CYYDDD) are converted to DATE and implied-decimal amounts are scaled (verify decimals in F9210); padded business-unit/UDC keys are TRIMmed. Audit columns (…USER/…PID/…UPMJ) are omitted — see the quirks guide. Set catalog/schema to your Unity Catalog location; fill remaining placeholders (<...>) for your tenant.
-- ============================================================
SELECT
  TRIM(f.LMMCU) AS "Branch/plant (business unit); stored right-justified with leading blanks.",
  f.LMLOCN AS "Storage location within the branch, formatted per the branch location structure.",
  f.LMAISL AS "Aisle segment of the location code.",
  f.LMBIN AS "Bin segment of the location code.",
  f.LMLA03 AS "Location category code 03 (site-defined classification).",
  f.LMLA04 AS "Location category code 04 (site-defined classification).",
  f.LMLA05 AS "Location category code 05 (site-defined classification).",
  f.LMLA06 AS "Location category code 06 (site-defined classification).",
  f.LMLA07 AS "Location category code 07 (site-defined classification).",
  f.LMLA08 AS "Location category code 08 (site-defined classification).",
  f.LMLA09 AS "Location category code 09 (site-defined classification).",
  f.LMLA10 AS "Location category code 10 (site-defined classification).",
  f.LMLLDL AS "Level-of-detail code for location rollups.",
  f.LMSTY1 AS "Location dimension group, used to match item storage requirements to locations.",
  f.LMCGRP AS "Location characteristics group for warehouse movement rules.",
  f.LMLHLD AS "Hold code that blocks activity against this location.",
  f.LMFREZ AS "Freeze rule controlling whether the location accepts putaway/pick during freeze.",
  f.LMNETA AS "Flag: whether stock here counts as nettable/allocatable for planning.",
  f.LMMNUP AS "Minimum fill percentage before putaway is allowed to this location.",
  f.LMMNUK AS "Minimum fill percentage before picking is allowed from this location.",
  f.LMLCOD AS "Location tax status code.",
  f.LMMMTH AS "Move method code for warehouse movement to/from this location.",
  f.LMEQTY AS "Container (equipment) code allowed in this location.",
  f.LMCTNF AS "Flag: location participates in carton recommendation.",
  f.LMMCNT AS "Flag: different container types may be mixed here.",
  f.LMMLOT AS "Flag: different dates/lots may be mixed here.",
  f.LMMITM AS "Maximum number of distinct items allowed in the location.",
  f.LMSTAG AS "Flag: this is a staging location.",
  f.LMLVER AS "Location verification code (bar-code check value).",
  f.LMPCNF AS "Flag: storage (putaway) confirmation is required.",
  f.LMKCNF AS "Flag: retrieval (pick) confirmation is required.",
  f.LMAPUT AS "Flag: putaway allowed to this location.",
  f.LMAPIK AS "Flag: picking allowed from this location.",
  f.LMARPL AS "Flag: replenishment allowed for this location.",
  f.LMPZON AS "Putaway zone the location belongs to.",
  f.LMKZON AS "Picking zone the location belongs to.",
  f.LMZONR AS "Replenishment zone the location belongs to.",
  f.LMSTGP AS "Staging location used for putaway moves.",
  f.LMSTGK AS "Staging location used for picking moves.",
  f.LMSTGR AS "Staging location used for replenishment moves."
  -- … plus 17 more columns — full list in the Fields section above
FROM <catalog>.<schema_data>.f4100 f
WHERE
  f.LMMCU = '<MCU>'
ORDER BY f.LMMCU;

3 parameters not filled: <catalog>, <schema_data>, <MCU>

Relationships

1-hop neighbors — click a table to navigate there. UDC decode edges point coded fields at their F0005 lookup.

Programs That Use This Table

No program mappings populated for this table yet.