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

SALV_BS_ADMIN_MAINTAIN SAP ABAP Report - Report for Maintenance of ALV Control Data







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


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_BS_ADMIN_MAINTAIN. "Basic submit
SUBMIT SALV_BS_ADMIN_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_BS_ADMIN_MAINTAIN 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: 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


INCLUDES used within this REPORT SALV_BS_ADMIN_MAINTAIN

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:

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.



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_BS_ADMIN_MAINTAIN or its description.