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

SALV_WD_CUSTOMIZING SAP ABAP Report - Web Dynpro-Specific Settings for SAP List Viewer







SALV_WD_CUSTOMIZING 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_WD_CUSTOMIZING 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_WD_CUST - ALV Settings for Web Dynpro


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_WD_CUSTOMIZING. "Basic submit
SUBMIT SALV_WD_CUSTOMIZING AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_WD_CUSTOMIZING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Web Dynpro-Specific Settings for SAP List Viewer
Text Symbol: 001 = Make Web Dynpro-Specific Settings
Text Symbol: 002 = Allow Export Function BEx Analyzer
Text Symbol: 003 = Allow Crystal Reports
Text Symbol: 004 = Java Server Available
Text Symbol: 005 = Service for Generating Print Version
Text Symbol: 006 = Standard Export Format
Text Symbol: 007 = Save Settings
Text Symbol: 008 = ADS - Adobe Document Services
Text Symbol: 009 = SAP - SAP BI Export Library
Text Symbol: 010 = Settings Saved
Text Symbol: 011 = Help


INCLUDES used within this REPORT SALV_WD_CUSTOMIZING

" COPIED FROM INCLUDE LSVIMF1S FORM CORR_UPD (SM31)
" COPIED FROM INCLUDE LSVIMF1S FORM CORR_UPD (SM31)


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:

VIEW_ENQUEUE call function 'VIEW_ENQUEUE' exporting action = 'E' enqueue_mode = 'E' view_name = c_view_name exceptions foreign_lock = 2 others = 7 .

VIEW_AUTHORITY_CHECK call function 'VIEW_AUTHORITY_CHECK' exporting view_action = 'U' view_name = c_view_name exceptions no_authority = 2 others = 6.

VIEW_AUTHORITY_CHECK call function 'VIEW_AUTHORITY_CHECK' exporting view_action = 'S' view_name = c_view_name exceptions no_authority = 2 others = 6.

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 = 'P_EXPORT' values = lt_values.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'P_PDF' values = lt_values.

TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting wi_ko200 = ls_object importing we_order = l_transport_request tables wt_e071k = lt_corr_key exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3 .

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_order = l_transport_request wi_ko200 = ls_object tables wt_e071k = lt_corr_key exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3 .

DOCU_CALL call function 'DOCU_CALL' exporting displ = 'X' displ_mode = '3' id = 'HY' langu = sy-langu object = 'SIMGALV_JAVA_NO' exceptions wrong_name = 1 others = 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_WD_CUSTOMIZING or its description.