CATF SAP (CATT: Subsequent Data in Test Procedure) Table details

Dictionary Type: Table
Description: CATT: Subsequent Data in Test Procedure




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




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

CATF is a standard SAP Table which is used to store CATT: Subsequent Data in Test Procedure data and is available within R/3 SAP systems depending on the version and release level.

The CATF table consists of various fields, each holding specific information or linking keys about CATT: Subsequent Data in Test Procedure data available in SAP. These include LFDNR (CATT: Serial Number), SUBNR (CATT: Subnumber), INAKT (CATT: Inactive flag), INAKS (CATT: Inactive Subfunction).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CATF 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
ABLNRCATT - Test case CATNRCHAR30CATACATNRCAT
LFDNRCATT: Serial Number CATLFDNRNUMC5NUM5
SUBNRCATT: Subnumber CATDYNRNUMC2NUM2
INAKTCATT: Inactive flag CATINAKTCHAR1CHAR1
INAKSCATT: Inactive Subfunction CATINAKSCHAR1CHAR1
FKTCCATT: Function Code CATFKTCCHAR3CATFKTC
REFNRCATT - Referred test case CATREFABLCHAR30CATACATNR
TABNACATT: Table Name CATTABNAMECHAR30DDOBJNAME
WKENNCATT: Table delete flag CATWKENNCHAR1CHAR1
TCODECATT: Transaction code CATTCODECHAR20TSTCTCODE
DYNNRCATT: Screen number CATDYNNRNUMC4DYNPRONR
MPOOLCATT: Module Pool Name CATMPOOLCHAR40Assigned to domainPROGRAMM
FBAUCATT: Function Module Name CATFBAUCHAR30TFDIRFUNCNAME
FCOD1CATT - Error Code During Execution of Test Cases CATFEHLCCHAR4CHAR4
FCOD2CATT - Error Code During Execution of Test Cases CATFEHLCCHAR4CHAR4
OCCURCATT: Loop count CATOCCURNUMC3NUM3
COMMTCATT: Comment text CATCOMMCHAR60TEXT60
VARF1CATT: Variable area CATVARFCHAR253CHAR253
VARF2CATT: Variable area CATVARFCHAR253CHAR253
VARF3CATT: Variable area CATVARFCHAR253CHAR253
VARF4CATT: Variable area CATVARFCHAR253CHAR253
VARF5CATT: Variable area CATVARFCHAR253CHAR253

Key field Non-key field



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

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

SELECT SINGLE *
FROM CATF
INTO CORRESPONDING FIELDS OF WA_CATF
WHERE...

How to access SAP table CATF

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