/UI2/NWBC_NAV_TR SAP (NWBC Cache Table) Table details

Dictionary Type: Table
Description: NWBC Cache Table




ABAP Code to SELECT data from /UI2/NWBC_NAV_TR
Related tables to /UI2/NWBC_NAV_TR
Access table /UI2/NWBC_NAV_TR




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

/UI2/NWBC_NAV_TR is a standard SAP Table which is used to store NWBC Cache Table data and is available within R/3 SAP systems depending on the version and release level.

The /UI2/NWBC_NAV_TR table consists of various fields, each holding specific information or linking keys about NWBC Cache Table data available in SAP. These include RELID (Region in IMPORT/EXPORT Data Table), UNAME (User Name), AREA_SAP_MENU (Unique ID - 32 characters), LANGUAGE (2-Character SAP Language Code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /UI2/NWBC_NAV_TR 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 MANDTCLNT3Assigned to domainMANDT
RELIDRegion in IMPORT/EXPORT Data Table INDX_RELIDCHAR2SYCHAR02
UNAMEUser Name SYUNAMECHAR12SYCHAR12
AREA_SAP_MENUUnique ID - 32 characters HIER_GUIDCHAR32SYCHAR32
LANGUAGE2-Character SAP Language Code LAISOCHAR2LAISO
SHOW_TCODEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SRTF2Next record counter in EXPORT/IMPORT data tables INDX_SRTF2INT410SYBIN4
NWBC_VERSIONChar 20 CHAR20CHAR20CHAR20
ROLES_KEYChar255 CHAR255CHAR255CHAR255
ROLES_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ONLY_SAP_MENUData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CLUSTRLength field for user data in EXPORT/IMPORT tables INDX_CLSTRINT25SYBIN2
CLUSTDData field for IMPORT/EXPORT database tables INDX_CLUSTLRAW2886INDX_CLUST

Key field Non-key field



How do I retrieve data from SAP table /UI2/NWBC_NAV_TR using ABAP code

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

SELECT SINGLE *
FROM /UI2/NWBC_NAV_TR
INTO CORRESPONDING FIELDS OF WA_/UI2/NWBC_NAV_TR
WHERE...

How to access SAP table /UI2/NWBC_NAV_TR

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