SAP table TIVBDLOCITEM (Hierarchical Locations in Location Structure)
SAP table TIVBDLOCITEM has 4 primary key fields being MANDT,LOCSYS,LOCLEVEL,LOCITEM.
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 | |
LOCSYS | ID of Hierarchical Location Structure | CHAR | 4 | 0 | TIVBDLOCSYS | REBDLOCSYS | |
LOCLEVEL | Level on Which Location Is Used | NUMC | 2 | 0 | REBDLOCLEVEL | ||
LOCITEM | Hierarchical Location | CHAR | 22 | 0 | REBDLOCITEM | ||
XLOCITEM | Name of Hierarchical Location | CHAR | 60 | 0 | REBDXLOCITEM | ||
XLOCITEMUPC | Name of Hierarchical Location in Capital Letters | CHAR | 60 | 0 | REBDXLOCITEMUPC |
TIVBDLOCITEM foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TIVBDLOCITEM | LOCSYS | TIVBDLOCSYS | Hierarchical Location Structure | MANDT |
0 TIVBDLOCITEM | LOCSYS | TIVBDLOCSYS | Hierarchical Location Structure | LOCSYS |