JDE Reference
F0013
masterAlso in JDE WorldMaster list of currency codes with their display decimals; the lookup behind every CRCD column.
Module: 00 · FoundationColumn prefix: CV
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
5 fields · 1 key
5 fields.
| Key | Field | Alias | Description | Type | Length | Flags |
|---|---|---|---|---|---|---|
| Primary key | CVCRCD | CRCD | Three-character currency code (e.g. USD, EUR). | String | 3 | |
| CVDL01 | DL01 | Currency name. | String | 30 | ||
| CVEC | EC | Edit code governing how the currency is validated. | Character | 1 | ||
| CVCDEC | CDEC | Number of decimal places shown for amounts in this currency; drives implied-decimal math on stored amounts. | Character | 1 | ||
| CVCKR | CKR | Validation routine associated with the currency. | String | 10 |
Field provenance: hand-curated.
Boilerplate SQL
Starting point for reading F0013 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 : F0013 Master list of currency codes with their display decimals; the lookup behind every CRCD column.
-- Purpose: Column-selected read of F0013 — auto-generated from field metadata
-- Grain : One row per CVCRCD
-- 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.CVCRCD AS "Three-character currency code (e.g. USD, EUR).",
f.CVDL01 AS "Currency name.",
f.CVEC AS "Edit code governing how the currency is validated.",
f.CVCDEC AS "Number of decimal places shown for amounts in this currency; drives implied-decimal math on stored amounts.",
f.CVCKR AS "Validation routine associated with the currency."
FROM <catalog>.<schema_data>.f0013 f
ORDER BY f.CVCRCD;Verified September 2026
Relationships
Diagram of 1-hop neighbors — join details below. UDC decode edges point coded fields at their F0005 lookup.
Join details
ON f0015.CXCRCD = f0013.CVCRCD
Programs That Use This Table
No program mappings populated for this table yet.
More Foundation tables
- F0014Payment terms definitions: discount percentage and window, net days to pay, and split/installment settings referenced by customer and supplier masters.
- F0015Currency exchange rate table: dated conversion rates between currency pairs, including multiplier and divisor forms and triangulation settings.
- F0002Next numbers — the per-system counters JDE uses to assign document and record numbers
- F0004User defined code types — defines each UDC table (system + type) and how its values behave
- F0005User defined code values — the lookup rows behind every UDC-validated field, keyed by system, type, and code
- F0006Business unit master — branch/plants, cost centers, and jobs with their reporting category codes