SAP table TA21R (Regions)
SAP table TA21R has 3 primary key fields being MANDT,REG_TYPE,REGION.
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 | |
REG_TYPE | Region Type (Within Countries/Across Countries) | NUMC | 1 | 0 | REGION_TYPE | ||
REGION | Travel Planning Region | CHAR | 3 | 0 | REGION_ID | ||
COUNTRY | Country/Region Key | CHAR | 3 | 0 | T005 | LAND1 | |
REGIO_1A | Region (IATA Code) | CHAR | 2 | 0 | REGION_1A |
TA21R foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TA21R | COUNTRY | T005 | Countries | MANDT |
0 TA21R | COUNTRY | T005 | Countries | LAND1 |