RSSPAM02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for RSSPAM02 is executed by R3up in the JOB_RSSPAM02 phase during an add-on upgrade or an add-on installation...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSSPAM02 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: TSTMODE? = Test mode
Title: SPAM: Find Support Package Overshooters in Add-On Upgrade/Installation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OCS_OVERSHOOTERS CALL FUNCTION 'OCS_OVERSHOOTERS' EXCEPTIONS log_failure = 1 fb_not_yet_adapted = 2.
SPAM_OVERSHOOTERS * CALL FUNCTION 'SPAM_OVERSHOOTERS' * EXCEPTIONS * LOG_FAILURE = 1 * FB_NOT_YET_ADAPTED = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSPAM02 - SPAM: Find Support Package Overshooters in Add-On Upgrade/Installation RSSPAM02 - SPAM: Find Support Package Overshooters in Add-On Upgrade/Installation RSSPAM00 - Classify Transport Objects for Support Package Systems RSSPAM00 - Classify Transport Objects for Support Package Systems RSSPACECHECK - Determine Memory Requirement in Database Areas RSSPACECHECK - Determine Memory Requirement in Database Areas