CRMC_BL_VARIANTS SAP (Application Scenario - User Query) Table details

Dictionary Type: Table
Description: Application Scenario - User Query




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




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

CRMC_BL_VARIANTS is a standard SAP Table which is used to store Application Scenario - User Query data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_BL_VARIANTS table consists of various fields, each holding specific information or linking keys about Application Scenario - User Query data available in SAP. These include APPLICATION (Application Scenario), USERROLE (View for UI Display), USERNAME (User Name in User Master Record), SEARCHNAME (External ID for Predefined Query).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)

Text table = CRMC_BL_VARIAN_T


SAP CRMC_BL_VARIANTS 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
CLIENTClient MANDTCLNT3T000MANDT
APPLICATIONApplication Scenario CRMT_BSP_APPLCHAR20CRMC_BL_APPLCRM_BSP_APPL
USERROLEView for UI Display CRMT_BSP_BLVIEWCHAR10CRMC_BL_VIEWCRM_BSP_BLVIEW
USERNAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
SEARCHNAMEExternal ID for Predefined Query CRMT_BSP_SEARCHNAMECHAR30
SCRNSTRUCTURNAMEStructure Name of Display Field CRMT_BSP_SCRSTRUCNAMECHAR30Assigned to domainAS4TAB
SEARCHIDID for Determining Search Methods or Modules CRMT_BSP_SEARCHIDCHAR30
LENGTH2 byte integer (signed) INT2INT25INT2
SCRSTRUCTCONTENTInternal Storage of Value as XSTRING CRMT_BSP_XSTRINGRSTR0
VARIANT_KEYGlobally Unique Identifier GUIDRAW16

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_BL_VARIANTS
INTO CORRESPONDING FIELDS OF WA_CRMC_BL_VARIANTS
WHERE...

How to access SAP table CRMC_BL_VARIANTS

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