RSSPAM12 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 RSSPAM12 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: Determine Conflicts Between Support Packages and Add-Ons
Text Symbol: 007 = Phase ADDON_CONFLICTS_?: Explanation of Errors
Text Symbol: 014 = Component
Text Symbol: 015 = Release
Text Symbol: 016 = Support Package
Text Symbol: 017 = Conflict Resolution
Text Symbol: 018 = Include CRT
Text Symbol: 019 = Unresolvable
Text Symbol: 020 = Information on
Text Symbol: 021 = Further Information on the Conflict Resolution
Text Symbol: 022 = Conflicts Between Add-On
Text Symbol: 023 = and Support Packages
Text Symbol: 024 = and other components
Text Symbol: 025 = Add-On Piece List
Text Symbol: 026 = Add-On
Text Symbol: 027 = Include CRT &
Text Symbol: 028 = CRT: &
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPAM_AUTHORITY_CHECK CALL FUNCTION 'SPAM_AUTHORITY_CHECK' EXCEPTIONS missing_authorisation = 1 failure = 2 OTHERS = 99.
DOCU_GET_FOR_F1HELP CALL FUNCTION 'DOCU_GET_FOR_F1HELP' EXPORTING id = 'TX' langu = sy-langu object = lv_sapscript_text typ = 'E' "End-user text TABLES line = lt_docu EXCEPTIONS OTHERS = 0.
DOCU_GET_FOR_F1HELP CALL FUNCTION 'DOCU_GET_FOR_F1HELP' EXPORTING id = 'TX' langu = sy-langu object = 'TX_SPAM_NOTEFOR_TESTSCENARIO' typ = 'E' "End-user text TABLES line = lt_docu_testscenario EXCEPTIONS OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' doklangu = sy-langu dokname = lv_dokname msg_var_1 = lv_msgv1 msg_var_2 = lv_msgv2 msg_var_3 = lv_msgv3 msg_var_4 = lv_msgv4 TABLES links = lt_dummy EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RSSPAM09 - SPAM: Display objects locked in requests RSSPAM09 - SPAM: Display objects locked in requests