/TDAG/CPC_TCMSG SAP (CP: Assign task messages to task categories) Table details

Dictionary Type: Table
Description: CP: Assign task messages to task categories




ABAP Code to SELECT data from /TDAG/CPC_TCMSG
Related tables to /TDAG/CPC_TCMSG
Access table /TDAG/CPC_TCMSG




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

/TDAG/CPC_TCMSG is a standard SAP Table which is used to store CP: Assign task messages to task categories data and is available within R/3 SAP systems depending on the version and release level.

The /TDAG/CPC_TCMSG table consists of various fields, each holding specific information or linking keys about CP: Assign task messages to task categories data available in SAP. These include MSGID (Message identification), MSGNO (System Message Number), TASKCAT (Task Category), ACTIVE (Active).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /TDAG/CPC_TCMSG 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
MANDTClient MANDTCLNT3T000MANDT
MSGIDMessage identification MSGIDCHAR20T100AARBGB
MSGNOSystem Message Number MSGNOCHAR3T100MSGNR
TASKCATTask Category /TDAG/CPE_TASKCATCHAR3/TDAG/CPC_TCAT/TDAG/CPD_TASKCAT/TDAG/CPH_TASKCAT
ACTIVEActive /TDAG/CPE_FLGACTIVECHAR1/TDAG/CPD_FLAG
REQNORequest ID /TDAG/CPE_REQNOCHAR2/TDAG/CPC_REQ/TDAG/CPD_REQNO
FUNC_BGFunctional Background of the Task Message /TDAG/CPE_TM_FUNC_BACKGROUNDCHAR10/TDAG/CPD_TM_FUNC_BACKGROUND
EXEC_FMFunction for Executing a Work Process /TDAG/CPE_FMEXECCHAR30TFDIRFUNCNAME
EML_CONFIDE-Mail Configuration ID /TDAG/RCSE_UEC_EMLCONFIDCHAR2/TDAG/RCSC_EMLC/TDAG/RCSD_UEC_CONFID

Key field Non-key field



How do I retrieve data from SAP table /TDAG/CPC_TCMSG using ABAP code

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

SELECT SINGLE *
FROM /TDAG/CPC_TCMSG
INTO CORRESPONDING FIELDS OF WA_/TDAG/CPC_TCMSG
WHERE...

How to access SAP table /TDAG/CPC_TCMSG

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