SAP CRMC_IC_NBENTRY Table – Navigation Bar Entry Definition

The CRMC_IC_NBENTRY table in SAP ERP or S/4HANA stores Navigation Bar Entry Definition data. There are total 8 fields in CRMC_IC_NBENTRY table. The Navigation Bar Entry Definition table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CRMC_IC_NBENTRY table. It is in IC WebClient customizing (CRM_IC_CUSTOMIZING2) ABAP package and is part of the Interaction Center WebClient (CA-GTF-IC) module.

SAP CRMC_IC_NBENTRY Table Fields

Following is the list of fields that are available in SAP CRMC_IC_NBENTRY table. The primary key fields of the table are CLIENT (Client), ENTRY_ID (Navigation Bar Entry ID).

Field Description Data Element Check Table Data Type
CLIENT Client MANDT T000 CLNT (3)
ENTRY_ID Navigation Bar Entry ID CRMT_IC_NAVBAR_ENTRY_ID CHAR (30)
NAV_LINK_FLAG Entry Is Called from a Navigation Link CRMT_IC_NAVBAR_NAVLINK_FLAG CHAR (1)
NAV_LINK Navigation Link CRMT_IC_NAVBAR_NAVLINK CHAR (40)
NAV_CLASS_FLAG Entry Is Called from a Class CRMT_IC_NAVBAR_NAVCLASS_FLAG CHAR (1)
NAV_CLASS Navigation Class CRMT_IC_NAVBAR_NAVCLASS CHAR (30)
NAV_LTX_FLAG Entry Is Called from a Launch Transaction CRMT_IC_NAVBAR_NAVLTX_FLAG CHAR (1)
NAV_LTX_ID Launch Transaction ID CRMT_IC_NAVBAR_NAVLTX_ID CRMC_IC_LTX_ID CHAR (40)