CRMT_IC_NAVBAR_UI SAP (Definition of navigation bar entry for UI presentation) Structure details

Dictionary Type: Structure
Description: Definition of navigation bar entry for UI presentation




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




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

CRMT_IC_NAVBAR_UI is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Definition of navigation bar entry for UI presentation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_IC_NAVBAR_UI TYPE CRMT_IC_NAVBAR_UI.

The CRMT_IC_NAVBAR_UI table consists of various fields, each holding specific information or linking keys about Definition of navigation bar entry for UI presentation data available in SAP. These include NAV_LINK_FLAG (Entry Is Called from a Navigation Link), NAV_LINK (Navigation Link), NAV_CLASS_FLAG (Entry Is Called from a Class), NAV_CLASS (Navigation Class).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CRMT_IC_NAVBAR_UI structure 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
ENTRY_IDNavigation Bar Entry ID CRMT_IC_NAVBAR_ENTRY_IDCHAR30CRMT_IC_NAVBAR_ENTRY_ID
NAV_LINK_FLAGEntry Is Called from a Navigation Link CRMT_IC_NAVBAR_NAVLINK_FLAGCHAR1CRMT_IC_BOOLEAN
NAV_LINKNavigation Link CRMT_IC_NAVBAR_NAVLINKCHAR40CRMT_IC_NAVIGATION_LINK
NAV_CLASS_FLAGEntry Is Called from a Class CRMT_IC_NAVBAR_NAVCLASS_FLAGCHAR1CRMT_IC_BOOLEAN
NAV_CLASSNavigation Class CRMT_IC_NAVBAR_NAVCLASSCHAR30SEOCLSNAME
NAV_LTX_FLAGEntry Is Called from a Launch Transaction CRMT_IC_NAVBAR_NAVLTX_FLAGCHAR1CRMT_IC_BOOLEAN
NAV_LTX_IDLaunch Transaction ID CRMT_IC_NAVBAR_NAVLTX_IDCHAR40CRMT_IC_LTX_ID
STD_AREA_FLAGAdd Entry to Navigation Bar Standard Area CRMT_IC_NAVBAR_STD_AREA_FLAGCHAR1CRMT_IC_BOOLEAN
PERMANENT_FLAGPermanent Entry in Standard Area CRMT_IC_NAVBAR_PERMANENT_FLAGCHAR1CRMT_IC_BOOLEAN
PERS_AREA_FLAGAdd Entry to Navigation Bar Personalized Area CRMT_IC_NAVBAR_PERS_AREA_FLAGCHAR1CRMT_IC_BOOLEAN
VISIBLE_FLAGVisible in Personalized Area of Navigation Bar CRMT_IC_NAVBAR_DEFAULT_FLAGCHAR1CRMT_IC_BOOLEAN
GROUP_IDIndex Group ID CRMT_IC_NAVBAR_GROUP_IDCHAR30CRMT_IC_NAVBAR_GROUP_ID
SHORTCUTShortcut Key CRMT_IC_NAVBAR_SHORTCUT_KEYCHAR1CRMT_IC_NAVBAR_SHORTCUT_KEY
TITLENavigation Bar Entry Title CRMT_IC_NAVBAR_ENTRY_TITLECHAR30CRMT_IC_NAVBAR_ENTRY_TITLE
DESCRIPTIONNavigation Bar Entry Description CRMT_IC_NAVBAR_ENTRY_DESCRIPTCHAR50CRMT_IC_NAVBAR_ENTRY_DESCRIPT
ENTRY_POSITIONIC WebClient Navigation Bar Entry Position CRMT_IC_NAVBAR_ENTRY_POSITIONNUMC3ALPHACRMT_IC_NAVBAR_ENTRY_POSITION

Key field Non-key field



How do I retrieve data from SAP structure CRMT_IC_NAVBAR_UI using ABAP code?

As CRMT_IC_NAVBAR_UI is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_IC_NAVBAR_UI as there is no data to select.

How to access SAP table CRMT_IC_NAVBAR_UI

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