TIVBDLOCHIER SAP (Assignment of Hierarchical Locations to Location Structure) Table details

Dictionary Type: Table
Description: Assignment of Hierarchical Locations to Location Structure




ABAP Code to SELECT data from TIVBDLOCHIER
Related tables to TIVBDLOCHIER
Access table TIVBDLOCHIER




Table field list including key, data, relationships and ABAP select examples

TIVBDLOCHIER is a standard SAP Table which is used to store Assignment of Hierarchical Locations to Location Structure data and is available within R/3 SAP systems depending on the version and release level.

The TIVBDLOCHIER table consists of various fields, each holding specific information or linking keys about Assignment of Hierarchical Locations to Location Structure data available in SAP. These include LOCSYS (ID of Hierarchical Location Structure), LOCHIER (Location Key in Location Structure), XLOCHIER (Text for Location Key in Location Structure), XLOCHIERUPC (Text of Location Key in Location Structure in Capitals).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TIVBDLOCHIER table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
LOCSYSID of Hierarchical Location Structure REBDLOCSYSCHAR4TIVBDLOCSYSREBDLOCSYSREBDLOCSYS
LOCHIERLocation Key in Location Structure REBDLOCHIERCHAR30REBDLOCHIER
XLOCHIERText for Location Key in Location Structure REBDXLOCHIERCHAR60RECAXLDESCRIPTION
XLOCHIERUPCText of Location Key in Location Structure in Capitals REBDXLOCHIERUPCCHAR60RECAXLDESCRIPTIONUPC
LOCITEM01Hierarchical Location for Level 1 REBDLOCITEM01CHAR22TIVBDLOCITEMREBDLOCITEMREBDLOCITEM
LOCITEM02Hierarchical Location for Level 2 REBDLOCITEM02CHAR22TIVBDLOCITEMREBDLOCITEMREBDLOCITEM
LOCITEM03Hierarchical Location for Level 3 REBDLOCITEM03CHAR22TIVBDLOCITEMREBDLOCITEMREBDLOCITEM
LOCITEM04Hierarchical Location for Level 4 REBDLOCITEM04CHAR22TIVBDLOCITEMREBDLOCITEMREBDLOCITEM
LOCITEM05Hierarchical Location for Level 5 REBDLOCITEM05CHAR22TIVBDLOCITEMREBDLOCITEMREBDLOCITEM
LOCITEM06Hierarchical Location for Level 6 REBDLOCITEM06CHAR22TIVBDLOCITEMREBDLOCITEMREBDLOCITEM
LOCITEM07Hierarchical Location for Level 7 REBDLOCITEM07CHAR22TIVBDLOCITEMREBDLOCITEMREBDLOCITEM
LOCITEM08Hierarchical Location for Level 8 REBDLOCITEM08CHAR22TIVBDLOCITEMREBDLOCITEMREBDLOCITEM
LOCITEM09Hierarchical Location for Level 9 REBDLOCITEM09CHAR22TIVBDLOCITEMREBDLOCITEMREBDLOCITEM

Key field Non-key field



How do I retrieve data from SAP table TIVBDLOCHIER using ABAP code

The following ABAP code Example will allow you to do a basic selection on TIVBDLOCHIER to SELECT all data from the table
DATA: WA_TIVBDLOCHIER TYPE TIVBDLOCHIER.

SELECT SINGLE *
FROM TIVBDLOCHIER
INTO CORRESPONDING FIELDS OF WA_TIVBDLOCHIER
WHERE...

How to access SAP table TIVBDLOCHIER

Within an ECC or HANA version of SAP you can also view further information about TIVBDLOCHIER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!