SAP table TE225 (Hierarchy Levels of Political Regional Structure)
SAP table TE225 has 3 primary key fields being MANDT,COUNTRY,REGLEVEL.
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 | |
COUNTRY | Country/Region Key | CHAR | 3 | 0 | T005 | LAND1 | |
REGLEVEL | Hierarchy level of political regional structure | NUMC | 2 | 0 | REGLEVEL | ||
ORTVERW | Can be used with cities | CHAR | 1 | 0 | ORTVERW | ||
STRVERW | Can be used with streets | CHAR | 1 | 0 | STRVERW | ||
POLITANZ | Display political regional structure elements | CHAR | 1 | 0 | POLITANZ |
TE225 foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TE225 | COUNTRY | T005 | Countries | MANDT |
0 TE225 | COUNTRY | T005 | Countries | LAND1 |