CRMC_BSP_EVENT_R SAP (Redefintion of Events from CRMC_BSP_EVENT) Table details

Dictionary Type: Table
Description: Redefintion of Events from CRMC_BSP_EVENT




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




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

CRMC_BSP_EVENT_R is a standard SAP Table which is used to store Redefintion of Events from CRMC_BSP_EVENT data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_BSP_EVENT_R table consists of various fields, each holding specific information or linking keys about Redefintion of Events from CRMC_BSP_EVENT data available in SAP. These include APPLICATION (Application Scenario), BLVIEW (View for UI Display), EVENT (Event), USED_GRP (Event Usage).. 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)


SAP CRMC_BSP_EVENT_R 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
APPLICATIONApplication Scenario CRMT_BSP_APPLCHAR20CRMC_BL_APPLCRM_BSP_APPL
BLVIEWView for UI Display CRMT_BSP_BLVIEWCHAR10CRMC_BL_VIEWCRM_BSP_BLVIEW
EVENTEvent CRMT_BSP_EVENTCHAR20CRMC_BSP_EVENTCRM_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_EVENTCHAR20Assigned to domainCRM_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_R using ABAP code

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

SELECT SINGLE *
FROM CRMC_BSP_EVENT_R
INTO CORRESPONDING FIELDS OF WA_CRMC_BSP_EVENT_R
WHERE...

How to access SAP table CRMC_BSP_EVENT_R

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