SAP Reports / Programs | Basis Components | Upgrade - General | Online Correction Support (Support Package and Add-On Tools)(BC-UPG-OCS) SAP BC

RSSPAM05 SAP ABAP Report - Support Package Directory







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSSPAM05. "Basic submit
SUBMIT RSSPAM05 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSPAM05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.


INCLUDES used within this REPORT RSSPAM05

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSSPAM05 or its description.