RSSPAM15 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 RSSPAM15 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.
Title: SPAM: XPRA for Clearing during SPAM update
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUBST_GET_ACTIVE_UVERS_ENTRY CALL FUNCTION 'SUBST_GET_ACTIVE_UVERS_ENTRY' IMPORTING ew_uvers = ls_uvers EXCEPTIONS no_exchange_active = 1 no_svers_entry = 2 ambigious_entries = 3 OTHERS = 99.
TR_DELETE_COMM CALL FUNCTION 'TR_DELETE_COMM' EXPORTING wi_dialog = ' ' wi_trkorr = gt_e07t-trkorr EXCEPTIONS OTHERS = 99.
OCS_DELETE_START_OPTIONS CALL FUNCTION 'OCS_DELETE_START_OPTIONS' EXPORTING iv_ocs_tool = 'SPAM'.
OCS_DELETE_START_OPTIONS CALL FUNCTION 'OCS_DELETE_START_OPTIONS' EXPORTING iv_ocs_tool = 'SAINT'.
OCS_GET_UPGRADE_INFO CALL FUNCTION 'OCS_GET_UPGRADE_INFO' EXPORTING iv_component = 'SAP_BASIS' TABLES et_uvers = lt_uvers EXCEPTIONS no_upgrade_yet = 1 OTHERS = 99.
OCS_READ_ADD_ON_PRODUCTS CALL FUNCTION 'OCS_READ_ADD_ON_PRODUCTS' EXPORTING iv_buffered = space TABLES tt_avers = lt_avers.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
OCS_API_ENABLE_WS CALL FUNCTION 'OCS_API_ENABLE_WS' EXPORTING iv_wsname = 'OCS_API_SUGI' EXCEPTIONS * invalid_wsname = 1 * no_authorization = 2 * ws_error = 3 OTHERS = 0.
OCS_API_ENABLE_WS CALL FUNCTION 'OCS_API_ENABLE_WS' EXPORTING iv_wsname = 'OCS_API_CHECKS' EXCEPTIONS * invalid_wsname = 1 * no_authorization = 2 * ws_error = 3 OTHERS = 0.
OCS_API_ENABLE_WS * CALL FUNCTION 'OCS_API_ENABLE_WS' * EXPORTING * iv_wsname = 'OCS_API_SUGI' * EXCEPTIONS ** invalid_wsname = 1 ** no_authorization = 2 ** ws_error = 3 * OTHERS = 0.
OCS_API_ENABLE_WS * CALL FUNCTION 'OCS_API_ENABLE_WS' * EXPORTING * iv_wsname = 'OCS_API_CHECKS' * EXCEPTIONS ** invalid_wsname = 1 ** no_authorization = 2 ** ws_error = 3 * OTHERS = 0.
OCS_API_ENABLE_WS * CALL FUNCTION 'OCS_API_ENABLE_WS' * EXPORTING * iv_wsname = 'OCS_API_SUGR' * EXCEPTIONS ** invalid_wsname = 1 ** no_authorization = 2 ** ws_error = 3 * OTHERS = 0.
OCS_CORRECT_UPGRADE_INFO CALL FUNCTION 'OCS_CORRECT_UPGRADE_INFO' EXPORTING iv_check_only = space IMPORTING et_log_msgs = gt_tmp_msgs EXCEPTIONS OTHERS = 0.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = gt_log EXCEPTIONS OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSPAM15 - SPAM: XPRA for Clearing during SPAM update RSSPAM15 - SPAM: XPRA for Clearing during SPAM update RSSPAM12 - SPAM: Determine Conflicts Between Support Packages and Add-Ons RSSPAM12 - SPAM: Determine Conflicts Between Support Packages and Add-Ons RSSPAM10 - SPAM/SAINT: List Import phases by scenario RSSPAM10 - SPAM/SAINT: List Import phases by scenario