RSR_DB_WORKBOOK_UTILITY 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 RSR_DB_WORKBOOK_UTILITY 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: SO_WBID = Workbook ID
Selection Text: SO_TITLE = Workbook Title
Selection Text: SO_OWNER = Workbook Owner
Selection Text: P_XLSX = *.xlsx
Selection Text: P_XLSM = *.xlsm
Selection Text: P_XLSB = *.xlsb
Selection Text: P_XLS = *.xls
Selection Text: P_VIEW = View Items
Selection Text: P_OBJV_B = Backup of Workbook(s)
Selection Text: P_OBJV_A = Active Workbook(s)
Selection Text: P_MAX = Maximum Amount
Selection Text: P_FUNC5 = Delete Backups immediately
Selection Text: P_FUNC4 = Create Backups immediately
Selection Text: P_FUNC3 = Restore WB's immediately
Selection Text: P_FUNC2 = Upload WB's immediately
Selection Text: P_FUNC1 = Download WB's immediately
Selection Text: P_FUNC0 = Choose WB's for operation
Selection Text: P_FOLD_B = Folder for Workbook Backups
Selection Text: P_FOLDER = Folder
Title: Report RSR_DB_WORKBOOK_UTILITY
Text Symbol: M01 = Please enter a valid Directory
Text Symbol: D03 = Messages
Text Symbol: D02 = Item(s) successfully processed
Text Symbol: D01 = Item(s) open for processing
Text Symbol: 030 = Directory (for Upload/Download)
Text Symbol: 022 = Workbook Versions
Text Symbol: 021 = Workbook File Extension
Text Symbol: S01 = Item(s) successfully downloaded
Text Symbol: S02 = Item(s) successfully uploaded and backup of original was created
Text Symbol: S03 = Item(s) successfully restored from Backup and Backup deleted
Text Symbol: S04 = Item(s) successfully created
Text Symbol: S05 = Item(s) successfully deleted
Text Symbol: 020 = Restrict Workbook Selection
Text Symbol: 010 = Operation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SELECTIONSCREEN_READ call function 'RS_SELECTIONSCREEN_READ' exporting program = sy-repid * DYNNR = tables fieldvalues = l_t_param exceptions * no_high_field = 1 others = 1.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = space fieldname = 'WORKBOOKID' searchhelp = 'SH_WORKBOOKID' multiple_choice = abap_false display = abap_false tables return_tab = l_t_return exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = space fieldname = 'TITLE' searchhelp = 'SH_WORKBOOKTITLE' multiple_choice = abap_false display = abap_false tables return_tab = l_t_return exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_buffer_active = abap_true i_structure_name = 'RSRWBINDEX' i_client_never_display = abap_true i_bypassing_buffer = abap_false changing ct_fieldcat = l_t_fcat_1 exceptions inconsistent_interface = 1 program_error = 2 others = 3.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_buffer_active = abap_true i_structure_name = 'RSRWBINDEXT' i_client_never_display = abap_true i_bypassing_buffer = abap_false changing ct_fieldcat = l_t_fcat_2 exceptions inconsistent_interface = 1 program_error = 2 others = 3.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_buffer_active = abap_true i_structure_name = 'RSRWBINDEX' i_client_never_display = abap_true i_bypassing_buffer = abap_false changing ct_fieldcat = l_t_fcat_1 exceptions inconsistent_interface = 1 program_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSR_DB_WORKBOOK_UTILITY - Report RSR_DB_WORKBOOK_UTILITY RSR_DB_WORKBOOK_UTILITY - Report RSR_DB_WORKBOOK_UTILITY RSR_DB_WORKBOOK - Program RSR_DB_WORKBOOK RSR_DB_WORKBOOK - Program RSR_DB_WORKBOOK RSR_CORE_MESSAGE_HANDLING - Nachritenbehandlung für klassenbasierte Ausnahmen RSR_CACHE_SWITCH_EXPORT_MODE - Program RSR_CACHE_SWITCH_EXPORT_MODE