TCMF6 SAP (Error Management IDs (SAP)) Table details

Dictionary Type: Table
Description: Error Management IDs (SAP)




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




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

TCMF6 is a standard SAP Table which is used to store Error Management IDs (SAP) data and is available within R/3 SAP systems depending on the version and release level.

The TCMF6 table consists of various fields, each holding specific information or linking keys about Error Management IDs (SAP) data available in SAP. These include OBJID (Object ID for Processing Within PPC Error Analysis), SAVEKZ (Error Log Can Be Saved), NUMKR (Number range), S_ARBGB (Output Application Area).. 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

Text table = TCMF8


SAP TCMF6 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
APLIDError Management in the Application CM_APLIDCHAR4CMF_ID
OBJIDObject ID for Processing Within PPC Error Analysis CM_OBJIDCHAR4CHAR4
SAVEKZError Log Can Be Saved CMF_SAVEKZCHAR1XFELD
NUMKRNumber range NUMKRCHAR2CHAR2
S_ARBGBOutput Application Area CM_ARBGBKZCHAR1XFELD
S_MSGNROutput Message Number CM_MSGNRKZCHAR1XFELD
S_MSGTYOutput Message Type CM_MSGTYKZCHAR1XFELD
S_MSGTXOutput Message Text CM_MSGTXKZCHAR1XFELD
S_OBJECTOutput Object Information CM_OBJKZCHAR1XFELD
S_SUBOBJDisplay subobject CM_SUBOBKZCHAR1XFELD
S_VEBEOutput Area of Responsibility CM_VEBEKZCHAR1XFELD
S_VBSPZOutput Specification for Area of Responsibility CM_VBSPZKZCHAR1XFELD
S_GRU1Output Grouping Term 1 CM_GRU1KZCHAR1XFELD
S_GRU2Output Grouping Term 2 CM_GRU2KZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCMF6
INTO CORRESPONDING FIELDS OF WA_TCMF6
WHERE...

How to access SAP table TCMF6

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