SAP Reports / Programs | Basis Components | Web Dynpro | Web Dynpro ALV for ABAP(BC-WD-CMP-ALV-ABA) SAP BC

SALV_CSQT_PARAMS SAP ABAP Report - ALV Runtime Parameters Maintenance







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SALV_PARAMS - Runtime Parameters for any ALV Tool


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SALV_CSQT_PARAMS. "Basic submit
SUBMIT SALV_CSQT_PARAMS AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_CSQT_PARAMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SALV_CSQT_PARAMS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SALV_CSQT_PARAMS or its description.