Condition access table for material pricing — one of the standard SD pricing-procedure access sequence tables, keyed on sales organization, distribution channel and material, resolving to the KNUMH condition record number that joins into KONH/KONP to fetch the actual rate. Shows how a price is found: the pricing procedure walks an access sequence of tables like A004 in priority order until a valid, date-effective condition record is located.
Hover a canonical name to see the legacy SAP field name
| Canonical name | Concept | Description | Data element | Type | Check table |
|---|---|---|---|---|---|
| CLI key | cliens | Client | MANDT | CLNT 3 | T000 |
| KAPPL key | Application | KAPPL | CHAR 2 | T681A | |
| GCN key | genus condicionis | Condition type | KSCHA | CHAR 4 | T685 |
| OVD key | organizatio venditionis | Sales Organization | VKORG | CHAR 4 | TVKO |
| CDS key | canalis distributionis | Distribution Channel | VTWEG | CHAR 2 | TVTW |
| MAT_NUM key | materia numerus | Material Number | MATNR | CHAR 18 | MARA |
| FIN_DIE_TCN | finis dies tabula condicionis | Validity end date of the condition record | KODATBI | DATS 8 | — |
| INI_DIE_TCN | initium dies tabula condicionis | Validity start date of the condition record | KODATAB | DATS 8 | — |
| TCN_NUM | tabula condicionis numerus | Condition record number | KNUMH | CHAR 10 | — |
Foreign keys
| Field | Check table | Check field |
|---|---|---|
MANDT | T000 | MANDT |
KAPPL | T681A | KAPPL |
KSCHL | T685 | KSCHL |
VKORG | TVKO | VKORG |
VTWEG | TVTW | VTWEG |
MATNR | MARA | MATNR |