TCATX_DEDUC SAP (CATX: Data Derived from Type/Component/Level) Table details

Dictionary Type: Table
Description: CATX: Data Derived from Type/Component/Level




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




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

TCATX_DEDUC is a standard SAP Table which is used to store CATX: Data Derived from Type/Component/Level data and is available within R/3 SAP systems depending on the version and release level.

The TCATX_DEDUC table consists of various fields, each holding specific information or linking keys about CATX: Data Derived from Type/Component/Level data available in SAP. These include TASKTYPE (Task Type), TASKCOMPONENT (Task component), TASKLEVEL (Task Level), DATAB (Start Date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCATX_DEDUC 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
TASKTYPETask Type CATSTASKTYPECHAR4TCATX_COMP2TYPECATSTASKTYPE
TASKCOMPONENTTask component CATSTASKCOMPONENTCHAR8TCATX_COMP2TYPECATSTASKCOMPONENT
TASKLEVELTask Level CATSTASKLEVELCHAR8TCATX_LEVEL2TYPECATSTASKLEVEL
DATABStart Date BEGDADATS8DATUM
DATBIEnd Date ENDDADATS8DATUM
AWARTAttendance or Absence Type AWARTCHAR4T554SAWART
LSTARActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
LSTNRActivity Number ASNUMCHAR18ASMDALPHAASNUMASN
STATKEYFIGStatistical key figure STAGRCHAR6TKA03STAGRSTA
LGARTWage Type LGARTCHAR4T512ZLGART
SPRZNRSender Business Process SPRZNRCHAR12CBPRALPHACO_PRZNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCATX_DEDUC
INTO CORRESPONDING FIELDS OF WA_TCATX_DEDUC
WHERE...

How to access SAP table TCATX_DEDUC

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