TCATX_CC SAP (CATX: Central Functions) Table details

Dictionary Type: Table
Description: CATX: Central Functions




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




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

TCATX_CC is a standard SAP Table which is used to store CATX: Central Functions data and is available within R/3 SAP systems depending on the version and release level.

The TCATX_CC table consists of various fields, each holding specific information or linking keys about CATX: Central Functions data available in SAP. These include ACCESS_KEY (CATSXT: Access Key for Transaction Control), UNIT (CATSXT: Unit of Measure for Sum Column), LTXT_COMP (CATSXT: Long Text Processing Per Day of Activity), LTXT_SPLIT (CATSXT: Long Text Division into Internal and External Comp.).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCATX_CC 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 MANDTCLNT3Assigned to domainMANDT
ACCESS_KEYCATSXT: Access Key for Transaction Control CATSXT_ACCESS_KEYCHAR10TCATX_AKCHAR10
UNITCATSXT: Unit of Measure for Sum Column CATSXT_SUM_UNITUNIT3T006CUNITMEINSH_ENTRYTIMEUNIT
LTXT_COMPCATSXT: Long Text Processing Per Day of Activity CATSXT_LTXT_COMPCHAR1XFELD
LTXT_SPLITCATSXT: Long Text Division into Internal and External Comp. CATSXT_LTXT_SPLITCHAR1XFELD
LOCKED_WARNINGCATSXT: Warning for Status 'In Process' After X Days CATSXT_LOCKED_WARNINGNUMC3
LOCKED_DELETECATSXT: Delete for Status 'In Process' After x Days CATSXT_LOCKED_DELETENUMC3
CLIP_DIABOXCATSXT: Clipboard as Dialog Box CATSXT_CLIP_DIABOXCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCATX_CC
INTO CORRESPONDING FIELDS OF WA_TCATX_CC
WHERE...

How to access SAP table TCATX_CC

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