SALV_CSQ_TR_DATA SAP (Data For Log Records) Table details

Dictionary Type: Table
Description: Data For Log Records




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




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

SALV_CSQ_TR_DATA is a standard SAP Table which is used to store Data For Log Records data and is available within R/3 SAP systems depending on the version and release level.

The SALV_CSQ_TR_DATA table consists of various fields, each holding specific information or linking keys about Data For Log Records data available in SAP. These include TRACE_ID (Trace ID), RECORD_NUMBER (Record sequence number), DATA_TYPE (Data Type (Viewer Specific Information)), DATA_VIEWER (Viewer Class Name).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SALV_CSQ_TR_DATA 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TRACE_IDTrace ID SALV_CSQT_TRACE_IDCHAR32SYSUUID_C
RECORD_NUMBERRecord sequence number SALV_CSQT_RECORD_NUMBERINT410
DATA_TYPEData Type (Viewer Specific Information) SALV_CSQT_DATA_TYPESTRG0
DATA_VIEWERViewer Class Name SALV_CSQT_DATA_VIEWER_CLASSCHAR30SEOCLSNAME
DATA_STRINGSerialized Data SALV_CSQT_DATA_STRINGRSTR0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SALV_CSQ_TR_DATA
INTO CORRESPONDING FIELDS OF WA_SALV_CSQ_TR_DATA
WHERE...

How to access SAP table SALV_CSQ_TR_DATA

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