CRMC_BL_QUERY SAP (Application Scenario - Standard Query) Table details

Dictionary Type: Table
Description: Application Scenario - Standard Query




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




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

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

The CRMC_BL_QUERY table consists of various fields, each holding specific information or linking keys about Application Scenario - Standard Query data available in SAP. These include APPLICATION (Application Scenario), USERROLE (View for UI Display), SEARCHNAME (External ID for Predefined Query), SCRNSTRUCTURNAME (Structure Name of Display Field).. 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 (Deep)

Text table = CRMC_BL_QUERY_T


SAP CRMC_BL_QUERY 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_APPLCHAR20Assigned to domainCRM_BSP_APPL
USERROLEView for UI Display CRMT_BSP_BLVIEWCHAR10Assigned to domainCRM_BSP_BLVIEW
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
LENGTHNatural Number INT4INT410INT4
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_QUERY using ABAP code

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

SELECT SINGLE *
FROM CRMC_BL_QUERY
INTO CORRESPONDING FIELDS OF WA_CRMC_BL_QUERY
WHERE...

How to access SAP table CRMC_BL_QUERY

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