SALV_CSQT_PARAMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SALV_CSQT_PARAMS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SALV_PARAMS - Runtime Parameters for any ALV Tool
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: CLASS = Parameter Class Name
Selection Text: P_USER_S = Parameters for user
Selection Text: P_USER = User
Selection Text: P_SEQN_S = Values for seqenece number
Title: ALV Runtime Parameters Maintenance
Text Symbol: USL = User selection
Text Symbol: SWL = Switch parameters
Text Symbol: SVD = Parameters are saved
Text Symbol: SQT = Select sequence number
Text Symbol: SQS = Sequence number
Text Symbol: SQN = Seq. number
Text Symbol: SQI = Select different sequence number
Text Symbol: SAV = Save parameters
Text Symbol: PUS = User
Text Symbol: PSS = User settings
Text Symbol: PSD = (system default)
Text Symbol: PPS = Parameter values
Text Symbol: PNS = (no selection)
Text Symbol: PDE = (system)
Text Symbol: PAU = System default settings
Text Symbol: PAR = Text parameters
Text Symbol: OUS = Options for user:
Text Symbol: NOV = No values set for the user:
Text Symbol: FLG = Flags
Text Symbol: DUS = System default settings
Text Symbol: DEL = Parameters are deleted
Text Symbol: DEF = (default)
Text Symbol: CUE = Missing authorization (object S_ALV_CSUT)
Text Symbol: BTT = System wide settings and settings of other users
Text Symbol: BTS = Global settings
Text Symbol: BTR = Reset to defaults
Text Symbol: BTL = Display in table
Text Symbol: BTE = Edit
Text Symbol: BTD = Display
Text Symbol: BTC = Reset all
Text Symbol: ACT = Action
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = '%_CS' p_program = 'RSSYSTDB' tables p_exclude = lt_exclude.
VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = ls_value_set-id values = ls_value_set-t_values.
RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = '%_CS' p_program = 'RSSYSTDB' tables p_exclude = lt_exclude.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = popup_title importing returncode = returncode tables fields = t_fields.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting it_fieldcat = lt_fcat tables t_outtab = t_params.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SALV_CSQT_PARAMS - ALV Runtime Parameters Maintenance SALV_CSQT_PARAMS - ALV Runtime Parameters Maintenance SALV_CSL_CREATE_TEST_DATA - SALVCSLCREATETESTDATA SALV_CSL_CREATE_TEST_DATA - SALVCSLCREATETESTDATA SALV_CSB_TEST_GROUPING - Program SALV_CSB_TEST_GROUPING SALV_CSB_TEST_GROUPING - Program SALV_CSB_TEST_GROUPING