SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP List Viewer(BC-SRV-ALV) SAP BC

SALV_GZT_CUSTOMIZING SAP ABAP Report - SAP GUI-Specific Settings for SAP List Viewer







SALV_GZT_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_GZT_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_GUI_CUST - ALV Settings for SAP GUI


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_GZT_CUSTOMIZING. "Basic submit
SUBMIT SALV_GZT_CUSTOMIZING AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_GZT_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: SAP GUI-Specific Settings for SAP List Viewer
Text Symbol: 001 = Make SAP GUI-Specific Settings
Text Symbol: 003 = Allow Crystal Reports
Text Symbol: 006 = Standard Format for Table Calculation
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
Text Symbol: 013 = Allow user to select the spreadsheet format


INCLUDES used within this REPORT SALV_GZT_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.

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_SAPGUI_DOKU1' 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_GZT_CUSTOMIZING or its description.