CRM_CATJ SAP (CATT - Log Index) Table details

Dictionary Type: Table
Description: CATT - Log Index




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




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

CRM_CATJ is a standard SAP Table which is used to store CATT - Log Index data and is available within R/3 SAP systems depending on the version and release level.

The CRM_CATJ table consists of various fields, each holding specific information or linking keys about CATT - Log Index data available in SAP. These include LVORN (CATT - Procedure serial number), ABLNR (CATT - Test case), VORGA (CATT - Process description), SDAT (CATT - Procedure execution 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRM_CATJ 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
SESSION_IDCheck Results Management: Numbering CRMSEQNBRNUMC8
LVORNCATT - Procedure serial number CATLVORNCHAR8Assigned to domainCATLVORN
ABLNRCATT - Test case CATNRCHAR30CATNRCAT
VORGACATT - Process description CATVORGACHAR12CHAR12
SDATCATT - Procedure execution date CATSDATDATS8DATUM
SUHRCATT: Start Time / End Time Of Test Procedure CATSUHRTIMS6UZEIT
SNAMECATT - User CATSNAMECHAR12USERNAME
SSYSTEMCATT - System ID CATSYSTEMCHAR3CATSYSTEMCSY
MANDCATT: Original Client CATMANDNUMC3NUM3
ASPRACATT - Execution language CATASPRALANG1Assigned to domainISOLASPRAS
ANZABLCATT- Number of procedures to be executed CATANZABLNUMC4NUM4
ANZERRCATT - Number of failed runs CATQUALANUMC4NUM4
ANZINACATT - Number of inactive procedures (not avail, wrong type) CATVONABLNUMC4NUM4
BISABLCATT - Start until procedure number CATBISABLNUMC4NUM4
ARCHCATT - Archiving flag CATARCHCHAR1CHAR1
OBJECT_IDData object Identifier DATOBJ_IDCHAR50CHAR50
ARCHIVEKEYKey for Archive File ARKEYCHAR20ARKEY
OFFSTArchive file data object offset ADMI_OFFSTINT410
CPROGCATT - Additional procedure attributes CATCPROGCHAR8CHAR8

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_CATJ
INTO CORRESPONDING FIELDS OF WA_CRM_CATJ
WHERE...

How to access SAP table CRM_CATJ

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