TUCNTNM_RAW SAP (Counters for Application Objects for each Work Process) Table details

Dictionary Type: Table
Description: Counters for Application Objects for each Work Process




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




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

TUCNTNM_RAW is a standard SAP Table which is used to store Counters for Application Objects for each Work Process data and is available within R/3 SAP systems depending on the version and release level.

The TUCNTNM_RAW table consists of various fields, each holding specific information or linking keys about Counters for Application Objects for each Work Process data available in SAP. These include CNT_RECORD_ID (GUID in 'RAW' format), APPLIC (ID for an appl. (for example, an IBU) for system measurement), UNIT (ID for unit of system measurement objects), USERNAME (User Name).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TUCNTNM_RAW 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
CNT_RECORD_IDGUID in 'RAW' format GUID_16RAW16SYSUUID
APPLICID for an appl. (for example, an IBU) for system measurement RSUVM_APPLNUMC4Assigned to domainRSUVM_APPL
UNITID for unit of system measurement objects RSUVM_UNITNUMC4Assigned to domainRSUVM_UNIT
USERNAMEUser Name UNAMECHAR12UNAME
CURRDATEDate DATUMDATS8DATUM
COUNTERNatural Number INT4INT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TUCNTNM_RAW
INTO CORRESPONDING FIELDS OF WA_TUCNTNM_RAW
WHERE...

How to access SAP table TUCNTNM_RAW

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