CRMC_BO_RANGES SAP (Groups of object types) Table details

Dictionary Type: Table
Description: Groups of object types




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




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

CRMC_BO_RANGES is a standard SAP Table which is used to store Groups of object types data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_BO_RANGES table consists of various fields, each holding specific information or linking keys about Groups of object types data available in SAP. These include COUNTER (Numerator), OBJECT_TYPE (Object Type), EXCLUDED (Exclusion).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMC_BO_RANGES 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
RANGEGroup of Business Object Types CRMT_OBJTYPE_RANGECHAR20
COUNTERNumerator CRMT_COUNTNUMC3
OBJECT_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
EXCLUDEDExclusion CRMT_EXCLUDECHAR1CRM_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_BO_RANGES
INTO CORRESPONDING FIELDS OF WA_CRMC_BO_RANGES
WHERE...

How to access SAP table CRMC_BO_RANGES

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