TBZ5 SAP (BDT: Where-Used List - Structure Table) Table details

Dictionary Type: Table
Description: BDT: Where-Used List - Structure Table




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




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

TBZ5 is a standard SAP Table which is used to store BDT: Where-Used List - Structure Table data and is available within R/3 SAP systems depending on the version and release level.

The TBZ5 table consists of various fields, each holding specific information or linking keys about BDT: Where-Used List - Structure Table data available in SAP. These include OBJAP (BDT Where-Used List: Application Object), NODE_KEY (Current node), RELATKEY (Related node), RELATSHIP (Relationship to Related Node).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TBZ5T


SAP TBZ5 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
CLIENTClient MANDTCLNT3T000MANDT
OBJAPBDT Where-Used List: Application Object BU_OBJAPWHUCHAR4TBZ5BBU_OBJAPWHU
NODE_KEYCurrent node BU_NODECHAR10BU_NODE
RELATKEYRelated node BU_NODERCHAR10TBZ5BU_NODE
RELATSHIPRelationship to Related Node BU_RELATINT13INT1
FNLEFTFunction module with left mouse button BU_FNLEFTCHAR30TFDIRFUNCNAME
FNRIGHTFunctin module with right mouse button BU_FNRIGHTCHAR30TFDIRFUNCNAME
FNCHANGEFunction module with double-click on node BU_FNCHANGECHAR30TFDIRFUNCNAME
FNTEXTFunction module for loading additional information BU_FNTEXTCHAR30TFDIRFUNCNAME
XSUBSIndicator for placeholder node BU_XSUBSCHAR1XFELD
ICONIcon used BU_ICONCHAR30CHAR30
FNTREEFunction module for loading subtree under one node BU_FNTREECHAR30TFDIRFUNCNAME
FNSECUREFunction module for authorization check for presentation BU_FNSECURECHAR30TFDIRFUNCNAME
XLOADIndicator: Law if data not loaded until folder is opened BU_XLOADCHAR1XFELD
FNCONTFunction Module for Creating a Context Menu in a Folder BU_FNCONTCHAR30TFDIRFUNCNAME
CLEARINGNode is Active for Data Cleansing Tool BU_CLEARING_NODECHAR1XFLAG
CLASS_IF_REFOBObject Type Name SEOCLSNAMECHAR30SEOCLASSSEOCLSNAMECLASS
FN_CHECK_COPYFunction: Checks Whether Copying is Possible BU_FN_CHECK_COPYCHAR30TFDIRFUNCNAME
FN_CHECK_MOVEFunction: Checks Whether Reassignment is Possible BU_FN_CHECK_MOVECHAR30TFDIRFUNCNAME
FN_COPYFunction for Copying Objects (Copy and Paste) BU_FN_COPYCHAR30TFDIRFUNCNAME
FN_MOVEFunction for Reassigning Objects (Cut and Paste) BU_FN_REASSIGNCHAR30TFDIRFUNCNAME
FN_GET_DETAILSFunction for Reading Object Details (Attributes) BU_FN_GET_DETAILSCHAR30TFDIRFUNCNAME
FN_GET_REFERENCEFunction for Determining Referring Object Instances BU_FN_GET_REFERENCESCHAR30TFDIRFUNCNAME
RECON_BLOCKExistence of Instance is Blocking Rejoin BU_RECON_BLOCKCHAR1XFLAG
FN_CHANGE_DETAILFunction for Changing Object Details (Attributes) BU_FN_CHANGE_DETAILCHAR30Assigned to domainFUNCNAME
FN_SAVEFunction for Saving Changes in DB BU_FN_SAVECHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBZ5
INTO CORRESPONDING FIELDS OF WA_TBZ5
WHERE...

How to access SAP table TBZ5

Within an ECC or HANA version of SAP you can also view further information about TBZ5 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!