SALV_BS_ADMIN_MAINTAIN 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_BS_ADMIN_MAINTAIN into the relevant SAP transactions such as SE38 or SE80
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: WD_PERS = Web Dynpro Personalization
Selection Text: WD_CUST = Web Dynpro Customizing
Selection Text: USERS = User
Selection Text: PARVALUE = Export Format
Selection Text: GUI_PERS = SAP GUI Personalization
Selection Text: GUI_CUST = SAP GUI Customizing
Title: Report for Maintenance of ALV Control Data
Text Symbol: UWP = User-Specific Settings for Web Dynpro ALV
Text Symbol: UWC = Global Settings for Web Dynpro ALV
Text Symbol: UGP = User-Specific Settings for SAP GUI ALV
Text Symbol: UGC = Global Settings for SAP GUI ALV
Text Symbol: TTL = Select Validity Range of Format Settings for Table Calculation
Text Symbol: TIT = User-Specific Format for Table Calculation: &1
Text Symbol: SAV = Save User Setting
Text Symbol: POP = Are selected user settings to be deleted?
Text Symbol: PLU = Setting for user &1 not created: Invalid selection operator
Text Symbol: PLE = Setting for user &1 not created: Entry already exists
Text Symbol: NLS = Select at least one entry
Text Symbol: NAC = You are not authorized to change user settings
Text Symbol: DTT = Delete User Setting
Text Symbol: CRT = Create User Setting
Text Symbol: CHT = Change User Setting
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Do you want to delete parameters for selected users?'(pop) display_cancel_button = abap_false importing answer = l_answer exceptions text_not_found = 1 others = 2 .
SALV_CSQT_CREATE_CONTAINER call function 'SALV_CSQT_CREATE_CONTAINER' exporting r_content_manager = go_list_of_users title = l_title.
VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'PARVALUE' values = mt_value_descriptions[].
RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = '%_CSP' p_program = 'RSSYSTDB' tables p_exclude = lt_exclude.
AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = l_tcode exceptions ok = 1 not_ok = 2.
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_BS_ADMIN_MAINTAIN - Report for Maintenance of ALV Control Data SALV_BS_ADMIN_MAINTAIN - Report for Maintenance of ALV Control Data SALV_BOQT_LAYOUT_ADMIN - ALV Administration of Generic Crystal Layout Reports SALV_BOQT_LAYOUT_ADMIN - ALV Administration of Generic Crystal Layout Reports SALV_BOQT_CHECK_CRYSTAL - SALVBOQTCHECKCRYSTAL SALV_BOQT_CHECK_CRYSTAL - SALVBOQTCHECKCRYSTAL