TBZ5S SAP (BDT: Where-Used List - Transport Shadow Table) Table details

Dictionary Type: Table
Description: BDT: Where-Used List - Transport Shadow Table




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




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

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

The TBZ5S table consists of various fields, each holding specific information or linking keys about BDT: Where-Used List - Transport Shadow 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: Cannot Be Enhanced


SAP TBZ5S 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 MANDTCLNT3Assigned to domainMANDT
OBJAPBDT Where-Used List: Application Object BU_OBJAPWHUCHAR4Assigned to domainBU_OBJAPWHU
NODE_KEYCurrent node BU_NODECHAR10Assigned to domainBU_NODE
RELATKEYRelated node BU_NODERCHAR10Assigned to domainBU_NODE
RELATSHIPRelationship to Related Node BU_RELATINT13INT1
FNLEFTFunction module with left mouse button BU_FNLEFTCHAR30Assigned to domainFUNCNAME
FNRIGHTFunctin module with right mouse button BU_FNRIGHTCHAR30Assigned to domainFUNCNAME
FNCHANGEFunction module with double-click on node BU_FNCHANGECHAR30Assigned to domainFUNCNAME
FNTEXTFunction module for loading additional information BU_FNTEXTCHAR30Assigned to domainFUNCNAME
XSUBSIndicator for placeholder node BU_XSUBSCHAR1XFELD
ICONIcon used BU_ICONCHAR30CHAR30
FNTREEFunction module for loading subtree under one node BU_FNTREECHAR30Assigned to domainFUNCNAME
FNSECUREFunction module for authorization check for presentation BU_FNSECURECHAR30Assigned to domainFUNCNAME
XLOADIndicator: Law if data not loaded until folder is opened BU_XLOADCHAR1XFELD
FNCONTFunction Module for Creating a Context Menu in a Folder BU_FNCONTCHAR30Assigned to domainFUNCNAME
CLEARINGNode is Active for Data Cleansing Tool BU_CLEARING_NODECHAR1XFLAG
CLASS_IF_REFOBObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
FN_CHECK_COPYFunction: Checks Whether Copying is Possible BU_FN_CHECK_COPYCHAR30Assigned to domainFUNCNAME
FN_CHECK_MOVEFunction: Checks Whether Reassignment is Possible BU_FN_CHECK_MOVECHAR30Assigned to domainFUNCNAME
FN_COPYFunction for Copying Objects (Copy and Paste) BU_FN_COPYCHAR30Assigned to domainFUNCNAME
FN_MOVEFunction for Reassigning Objects (Cut and Paste) BU_FN_REASSIGNCHAR30Assigned to domainFUNCNAME
FN_GET_DETAILSFunction for Reading Object Details (Attributes) BU_FN_GET_DETAILSCHAR30Assigned to domainFUNCNAME
FN_GET_REFERENCEFunction for Determining Referring Object Instances BU_FN_GET_REFERENCESCHAR30Assigned to domainFUNCNAME
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
UPDFLAGChange Indicator for BAI Structures in Business Partner BU_UPDFLAGCHAR1BU_UPDFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBZ5S
INTO CORRESPONDING FIELDS OF WA_TBZ5S
WHERE...

How to access SAP table TBZ5S

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