SALV_CSQ_PARAMS SAP (Parameters for ALV runtime) Table details

Dictionary Type: Table
Description: Parameters for ALV runtime




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




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

SALV_CSQ_PARAMS is a standard SAP Table which is used to store Parameters for ALV runtime data and is available within R/3 SAP systems depending on the version and release level.

The SALV_CSQ_PARAMS table consists of various fields, each holding specific information or linking keys about Parameters for ALV runtime data available in SAP. These include UNAME (User Name), AREA (Parameter namespace), PARAM (Parameter name), SEQNO (Sequence number).. 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_PARAMS 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 MANDTCLNT3Assigned to domainMANDT
UNAMEUser Name SYUNAMECHAR12SYCHAR12
AREAParameter namespace SALV_CSQ_PARAM_AREACHAR40TEXT40
PARAMParameter name SALV_CSQ_PARAM_NAMECHAR40TEXT40
SEQNOSequence number SALV_CSQ_SEQNOINT410
VALUEParameter value SALV_CSQ_PARAM_VALUECHAR255TEXT255
CHANGE_USERUser Name SYUNAMECHAR12SYCHAR12
CHANGE_TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SALV_CSQ_PARAMS
INTO CORRESPONDING FIELDS OF WA_SALV_CSQ_PARAMS
WHERE...

How to access SAP table SALV_CSQ_PARAMS

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