Skip to content
JDE Reference

F40941

control

One row per item price group combination: an item group plus a specific set of item category-code values, assigned a numeric key ID (IGID) that F4072 rate rows point at.

Notes

Decode table for ADIGID in F4072: join IGID to recover which item group and category-code values a rate row covers. IGID has its own unique index.

What the badges mean
Superseded
Superseded — a newer table has replaced it, but older scripts still read this one.
Also in JDE World
Also present in JDE World A9.x on the same table name.
master
Data class: what the table holds — master data, transaction documents, control/setup values, history, or a workfile.
Read/write access
Access mode: how the paired program reads or writes this table — R (read), W (write), or R/W (both).
No lifecycle badge means the table is current and not documented in JDE World. In field listings, K marks a primary-key field.

Fields

12 fields · 11 key

12 fields.

Table fields: key flag, field name, DD alias, description, data type, length, and quirk flags (Julian date, implied decimals, padded string, UDC decode). 12 fields.
KeyFieldAliasDescriptionTypeLengthFlags
Primary keyIKPRGRPRGRItem price group this combination belongs to.String8
Primary keyIKIGP1IGP1Value of the first item category code in the combination.String6
Primary keyIKIGP2IGP2Value of the second item category code in the combination.String6
Primary keyIKIGP3IGP3Value of the third item category code in the combination.String6
Primary keyIKIGP4IGP4Value of the fourth item category code in the combination.String6
Primary keyIKIGP5IGP5Value of the fifth item category code in the combination.String6
Primary keyIKIGP6IGP6Value of the sixth item category code in the combination.String6
Primary keyIKIGP7IGP7Value of the seventh item category code in the combination.String6
Primary keyIKIGP8IGP8Value of the eighth item category code in the combination.String6
Primary keyIKIGP9IGP9Value of the ninth item category code in the combination.String6
Primary keyIKIGP10IGP10Value of the tenth item category code in the combination.String6
IKIGIDIGIDItem group key ID — the surrogate key F4072 stores in ADIGID; unique per combination.Numeric8

Field provenance: hand-curated.

Boilerplate SQL

Starting point for reading F40941 on 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

2 parameters not filled: <catalog>, <schema_data>

-- ============================================================
-- Table  : F40941 One row per item price group combination: an item group plus a specific set of item category-code values, assigned a numeric key ID (IGID) that F4072 rate rows point at.
-- Purpose: Column-selected read of F40941 — auto-generated from field metadata
-- Grain  : One row per IKPRGR + IKIGP1 + IKIGP2 + IKIGP3 + IKIGP4 + IKIGP5 + IKIGP6 + IKIGP7 + IKIGP8 + IKIGP9 + IKIGP10
-- 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
  f.IKPRGR AS "Item price group this combination belongs to.",
  f.IKIGP1 AS "Value of the first item category code in the combination.",
  f.IKIGP2 AS "Value of the second item category code in the combination.",
  f.IKIGP3 AS "Value of the third item category code in the combination.",
  f.IKIGP4 AS "Value of the fourth item category code in the combination.",
  f.IKIGP5 AS "Value of the fifth item category code in the combination.",
  f.IKIGP6 AS "Value of the sixth item category code in the combination.",
  f.IKIGP7 AS "Value of the seventh item category code in the combination.",
  f.IKIGP8 AS "Value of the eighth item category code in the combination.",
  f.IKIGP9 AS "Value of the ninth item category code in the combination.",
  f.IKIGP10 AS "Value of the tenth item category code in the combination.",
  f.IKIGID AS "Item group key ID — the surrogate key F4072 stores in ADIGID; unique per combination."
FROM <catalog>.<schema_data>.f40941 f
ORDER BY f.IKPRGR;

Verified September 2026

Relationships

Diagram of 1-hop neighbors — join details below. UDC decode edges point coded fields at their F0005 lookup.

Join details

  • F4072F40941foreign key · N:1
    ON f4072.ADIGID = f40941.IKIGID

Programs That Use This Table

No program mappings populated for this table yet.

Browse more 45 tables

More Advanced Pricing tables

Maintained by Summit Analytics, a supply chain analytics practice. The tools and references are free — the consulting is selective.

Part of the Summit Analytics reference library.

Work with the practice

Not affiliated with or endorsed by Oracle. Oracle, JD Edwards, and EnterpriseOne are registered trademarks of Oracle and/or its affiliates.