SAP table A011 (Country/Country of Dest./Customer Classif./Material Classif.)
SAP table A011 has 8 primary key fields being MANDT,KAPPL,KSCHL,ALAND,LLAND,TAXK1,TAXM1,DATBI.
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 | * | MANDT | |
KAPPL | Application | CHAR | 2 | 0 | T681A | KAPPL | |
KSCHL | Condition Type | CHAR | 4 | 0 | T685A | KSCHA | |
ALAND | Departure Country/Region (from which the goods are sent) | CHAR | 3 | 0 | T005 | ALAND | |
LLAND | Destination Country/Region | CHAR | 3 | 0 | T005 | LLAND | |
TAXK1 | Tax Classification 1 for Customer | CHAR | 1 | 0 | * | TAXK1 | |
TAXM1 | Tax classification material | CHAR | 1 | 0 | * | TAXM1 | |
DATBI | Validity end date of the condition record | DATS | 8 | 0 | KODATBI | ||
DATAB | Validity start date of the condition record | DATS | 8 | 0 | KODATAB | ||
KNUMH | Number of the Condition Record | CHAR | 10 | 0 | KNUMH |
A011 foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 A011 | ALAND | T005 | Countries | MANDT |
0 A011 | ALAND | T005 | Countries | LAND1 |
1 A011 | KAPPL | T681A | Conditions: Applications | KAPPL |
0 A011 | KSCHL | T685A | Conditions: Types: Additional Price Element Data | KAPPL |
0 A011 | KSCHL | T685A | Conditions: Types: Additional Price Element Data | KSCHL |
1 A011 | LLAND | T005 | Countries | MANDT |
1 A011 | LLAND | T005 | Countries | LAND1 |