RSSPAM05 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 RSSPAM05 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: RB_NEW? = New Support Packages
Selection Text: RB_IMPL? = Imported Support Packages
Selection Text: RB_ALL? = All Support Packages
Selection Text: RB_ABOR? = Aborted Support Packages
Title: Support Package Directory
Text Symbol: 007 = Confirmed
Text Symbol: 008 = Type
Text Symbol: 009 = From Rel.
Text Symbol: 010 = To Rel.
Text Symbol: 011 = Date imported
Text Symbol: 012 = Time imported
Text Symbol: 013 = Backup
Text Symbol: 000 = Directory
Text Symbol: 001 = New Support Packages
Text Symbol: 002 = Aborted Support Packages
Text Symbol: 003 = Imported Support Packages
Text Symbol: 004 = Package
Text Symbol: 005 = Description
Text Symbol: 006 = Status
Text Symbol: 014 = User
Text Symbol: 022 = 2nd predc.
Text Symbol: 999 = dummy
Text Symbol: 015 = 1st predecessor
Text Symbol: 016 = All Support Packages
Text Symbol: 017 = Component ID
Text Symbol: 018 = Release
Text Symbol: 019 = Add-on ID
Text Symbol: 020 = Release
Text Symbol: 021 = SAP Rel.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OCS_CHECK_STANDALONE_TOOL CALL FUNCTION 'OCS_CHECK_STANDALONE_TOOL' IMPORTING ev_standalone_tool = lv_standalone EXCEPTIONS OTHERS = 0.
ENQUEUE_E_OCS_QUEUE CALL FUNCTION 'ENQUEUE_E_OCS_QUEUE' EXPORTING mode_pat01 = 'E' _scope = '1' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 99.
SPAM_UI_CALCULATE_QUEUE CALL FUNCTION 'SPAM_UI_CALCULATE_QUEUE' EXPORTING iv_patch = iv_patch iv_display_only = iv_display_only iv_only_installed_addon = lv_only_installed_addon IMPORTING ev_queue_defined = lv_queue_defined EXCEPTIONS calculation_not_allowed = 1 no_valid_queue = 2 bad_attribute = 3 upgrade_not_finished = 4 unknown_package = 5 internal_error = 6 OTHERS = 99.
DEQUEUE_E_OCS_QUEUE CALL FUNCTION 'DEQUEUE_E_OCS_QUEUE' EXPORTING mode_pat01 = 'E' _scope = '1' _synchron = 'X' _collect = ' '.
TR_DISPLAY_REQUEST CALL FUNCTION 'TR_DISPLAY_REQUEST' EXPORTING i_trkorr = e070-trkorr EXCEPTIONS OTHERS = 1.
SPAM_PATCH_TP_LOG CALL FUNCTION 'SPAM_PATCH_TP_LOG' EXPORTING patch = lv_patch verify_patch_existence = on iv_sysid = sy-sysid EXCEPTIONS inexistent_patch = 01.
TR_DISPLAY_REQUEST CALL FUNCTION 'TR_DISPLAY_REQUEST' EXPORTING i_trkorr = e070-trkorr EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSPAM05 - Support Package Directory RSSPAM05 - Support Package Directory RSSPAM03 - SPAM: Uploading OCS Packages from file system RSSPAM03 - SPAM: Uploading OCS Packages from file system RSSPAM02 - SPAM: Find Support Package Overshooters in Add-On Upgrade/Installation RSSPAM02 - SPAM: Find Support Package Overshooters in Add-On Upgrade/Installation