CRMC_BSP_EVENT SAP (Navigation Event) Table details

Dictionary Type: Table
Description: Navigation Event




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




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

CRMC_BSP_EVENT is a standard SAP Table which is used to store Navigation Event data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_BSP_EVENT table consists of various fields, each holding specific information or linking keys about Navigation Event data available in SAP. These include EVENT (Event), USED_GRP (Event Usage), F4_APPLICATION (Input Help), URL_FIELDNAMEOT (Contains Field Name for Field that Contains Object Type).. 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: Can be enhanced (character-type or numeric)

Text table = CRMC_BSP_EVENT_T


SAP CRMC_BSP_EVENT 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
EVENTEvent CRMT_BSP_EVENTCHAR20CRM_BSP_EVENT
USED_GRPEvent Usage CRMT_BSP_USED_GRPCHAR1CRM_BSP_USED_GRP
F4_APPLICATIONInput Help CRMT_BSP_F4APPLCHAR20Assigned to domainCRM_BSP_APPL
URL_FIELDNAMEOTContains Field Name for Field that Contains Object Type CRMT_FIELDFOROTYPECHAR30OBJECTNAME
URL_FNOTISBORField Name Includes BOR Type, Otherwise OType CRMT_FNOTISBORFLGCHAR1CHAR1_X
URL_OBJECTTYPEObject Type for Navigation CRMT_PRT_OTYPECHAR20CRMC_PRT_OTYPECRMT_PRT_OTYPE
URL_METHODMethod for Navigation CRMT_PRT_MTDCHAR20CRMC_PRT_MOCRMT_PRT_MTD
URL_FIELDNAMEIDContains Field Name for Field that Contains Object ID CRMT_FIELDFORIDCHAR30OBJECTNAME
URL_FIELDNAMEMTDContains Field Name for Field that Contains a Method CRMT_FIELDFORMTDCHAR30OBJECTNAME
NAV_EVENTNavigation Event CRMT_BSP_NAV_EVENTCHAR20CRMC_BSP_EVENTCRM_BSP_EVENT
NAV_UNLOCKUnlock in Navigation CRMT_BSP_NAV_UNLOCKCHAR1CRM_BSP_NAV_UNLOCK
IMPLICIT_SAVEImplicit Save for Multi-select/Multi-edit CRMT_IMPLICIT_SAVECHAR1CRM_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_BSP_EVENT
INTO CORRESPONDING FIELDS OF WA_CRMC_BSP_EVENT
WHERE...

How to access SAP table CRMC_BSP_EVENT

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