CRM_CATL SAP (CATT: Log Process Data) Table details

Dictionary Type: Table
Description: CATT: Log Process Data




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




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

CRM_CATL is a standard SAP Table which is used to store CATT: Log Process Data data and is available within R/3 SAP systems depending on the version and release level.

The CRM_CATL table consists of various fields, each holding specific information or linking keys about CATT: Log Process Data data available in SAP. These include LVORN (CATT - Procedure serial number), LABLN (CATT - Procedure serial number), ABLNR (CATT - Test case), ERRCD (CATT: Error Code for Test Procedure Runs).. 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_CATL 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 CATLVORNCHAR8CATKCATLVORN
LABLNCATT - Procedure serial number CATLABLNNUMC4Assigned to domainCATLABLN
ABLNRCATT - Test case CATNRCHAR30CATACATNRCAT
ERRCDCATT: Error Code for Test Procedure Runs CATERRCDNUMC4NUM4
EZEITCATT: Start Time / End Time Of Test Procedure CATSUHRTIMS6UZEIT
REFNRCATT - Referred test case CATREFABLCHAR30CATACATNR
FKTCCATT: Function Code CATFKTCCHAR3CATFKTC
OBJCTObject for function CATDYNAFDCHAR30CHAR30
MSID1CATT: Message ID CATMSGIDCHAR20Assigned to domainARBGB
MSNR1CATT: Message Number CATMSGNRNUMC3NUM3
MSID2CATT: Message ID CATMSGIDCHAR20Assigned to domainARBGB
MSNR2CATT: Message Number CATMSGNRNUMC3NUM3
MSID3CATT: Message ID CATMSGIDCHAR20Assigned to domainARBGB
MSNR3CATT: Message Number CATMSGNRNUMC3NUM3
DMPIDCATT - Dump ID CATDMPIDCHAR50CHAR50
VARMSCATT: Variable area CATVARFCHAR253CHAR253
VARNTCATT - Test case variant CATVARNTCHAR8CHAR8
LFDNRCATT: Serial Number CATLFDNRNUMC5NUM5

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_CATL
INTO CORRESPONDING FIELDS OF WA_CRM_CATL
WHERE...

How to access SAP table CRM_CATL

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