CRMC_MESSAGES_T SAP (Trace for CRM_MESSAGE_COLLECT) Table details

Dictionary Type: Table
Description: Trace for CRM_MESSAGE_COLLECT




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




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

CRMC_MESSAGES_T is a standard SAP Table which is used to store Trace for CRM_MESSAGE_COLLECT data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_MESSAGES_T table consists of various fields, each holding specific information or linking keys about Trace for CRM_MESSAGE_COLLECT data available in SAP. These include MSG_KEY (Character Field Length = 10), CALLER_NAME (Business Transaction Subobject), REF_OBJECT (GUID of a CRM Order Object), REF_KIND (Object Type).. 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: Can Be Enhanced (Deep)


SAP CRMC_MESSAGES_T 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
MSG_KEYCharacter Field Length = 10 CHAR10CHAR10CHAR10
CALLER_NAMEBusiness Transaction Subobject CRMT_OBJECT_NAMECHAR30Assigned to domainCRM_OBJECTNAME
REF_OBJECTGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
REF_KINDObject Type CRMT_OBJECT_KINDCHAR1CRM_OBJECTKIND
LOGICAL_KEYLogical Key for Subobject CRMT_LOGICAL_KEYCHAR42CRM_LOGICAL_KEY
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
MSGLEVELDegree of detail CRMT_MSGLEVELCHAR1CRM_MSGLEVEL
FIELDNAMEField Name CRMT_FIELDNAMECHAR30Assigned to domainFDNAME
ACTIONAction to be Triggered for the Interaction Layer CRMT_ACTIONCHAR20FCODE
ACTIVELogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
INFOChar 80 CHAR80CHAR80CHAR80

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_MESSAGES_T
INTO CORRESPONDING FIELDS OF WA_CRMC_MESSAGES_T
WHERE...

How to access SAP table CRMC_MESSAGES_T

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