SAP table KONDD (Material Substitution - Data Division)
SAP table KONDD has 2 primary key fields being MANDT,KNUMH.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
KNUMH | Number of the Condition Record | CHAR | 10 | 0 | KNUMH | ||
SMATN | Substitute material | CHAR | 40 | 0 | MARA | SMATN | |
MEINS | Substitute unit of measure | UNIT | 3 | 0 | T006 | SUBME | |
SUGRD | Reason for material substitution | CHAR | 4 | 0 | TVSU | SUGRD_MS | |
PSDSP | MRP indicator for alternative material in product selection | CHAR | 1 | 0 | PSDSP | ||
LSTACS | Cross-selling delivery control | CHAR | 1 | 0 | LSTACS |
KONDD foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 KONDD | MANDT | T000 | Clients | MANDT |
1 KONDD | MEINS | T006 | Units of Measurement | MANDT |
1 KONDD | MEINS | T006 | Units of Measurement | MSEHI |
0 KONDD | SMATN | MARA | General Material Data | MATNR |
1 KONDD | SUGRD | TVSU | Material Substitution: Reasons | MANDT |
1 KONDD | SUGRD | TVSU | Material Substitution: Reasons | SUGRD |