CRMD_ROUT_GRP SAP (Routing group for business routing) Table details

Dictionary Type: Table
Description: Routing group for business routing




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




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

CRMD_ROUT_GRP is a standard SAP Table which is used to store Routing group for business routing data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_ROUT_GRP table consists of various fields, each holding specific information or linking keys about Routing group for business routing data available in SAP. These include CLIENT (Client), ROUTING_GRP_GUID (GUID for routing group for business routing), ROUTING_GROUP_ID (ID for routing group for business routing), ROUT_GRP_NEW_BP (New business partner permitted for routing group for br).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMD_ROUT_GRP 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 MANDTCLNT3Assigned to domainMANDT
ROUTING_GRP_GUIDGUID for routing group for business routing CRMT_ROUTING_GROUP_GUIDRAW16SYSUUID
ROUTING_GROUP_IDID for routing group for business routing CRMT_ROUTING_GROUP_IDCHAR32CRM_ROUTING_GROUP_ID
ROUT_GRP_NEW_BPNew business partner permitted for routing group for br CRMT_ROUTING_GROUP_NEW_BPCHAR1CRM_BOOLEAN
ROUT_GROUP_INFODo not change routing group - info for business routing CRMT_ROUTING_GROUP_INFOCHAR1CRM_BOOLEAN
ROUT_GROUP_INACTInactive routing group for business routing CRMT_ROUTING_GROUP_INACTCHAR1CRM_BOOLEAN
PROF_TEMP_DEFRouting group setup: Attribute set for business routing CRMT_ROUTING_GROUP_PROFTEMPDEFCHAR18KLASSE
CREATED_ATCreated at date for routing group for business routing CRMT_ROUTING_GROUP_CREATED_ATDEC15TSTPSBCOS_TSTMP
CREATED_BYCreated by user for routing group for business routing CRMT_ROUTING_GROUP_CREATED_BYCHAR12UNAME
CHANGED_ATChanged at date for routing group for business routing CRMT_ROUTING_GROUP_CHANGED_ATDEC15TSTPSBCOS_TSTMP
CHANGED_BYLast changed by user for routing group for business routing CRMT_ROUTING_GROUP_CHANGED_BYCHAR12UNAME
PLAN_QUANTITYPlanned Number of Business Partners for routing group for br CRMT_ROUTING_GROUP_PLAN_QTYINT410INT4
ACT_QUANTITYCurrent Number of Business Partners for routing group for br CRMT_ROUTING_GROUP_ACT_QTYINT410INT4
AGENT_GROUPRouting Group: Agent flag CRMT_ROUTING_GROUP_AGENT_FLAGCHAR1CRM_ROUTING_GROUP_AGENT_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_ROUT_GRP
INTO CORRESPONDING FIELDS OF WA_CRMD_ROUT_GRP
WHERE...

How to access SAP table CRMD_ROUT_GRP

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