SAP table CNDN_CHG_REASON (Reason for Changing Condition Record)
SAP table CNDN_CHG_REASON has 4 primary key fields being MANDT,KVEWE,KAPPL,CNDN_CHGREASON.
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 | |
KVEWE | Usage of the condition table | CHAR | 1 | 0 | T681V | KVEWE | |
KAPPL | Application | CHAR | 2 | 0 | T681A | KAPPL | |
CNDN_CHGREASON | Reason for Changing Condition Record | CHAR | 3 | 0 | CNDN_CHGREASON |
CNDN_CHG_REASON foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 CNDN_CHG_REASON | KAPPL | T681A | Conditions: Applications | KAPPL |
1 CNDN_CHG_REASON | KVEWE | T681V | Conditions: Usages | KVEWE |
0 CNDN_CHG_REASON | MANDT | T000 | Clients | MANDT |