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

SPAM_DISPLAY_COLUMN SAP ABAP Report - OCS Package Directory Viewer







SPAM_DISPLAY_COLUMN 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 SPAM_DISPLAY_COLUMN 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 SPAM_DISPLAY_COLUMN. "Basic submit
SUBMIT SPAM_DISPLAY_COLUMN AND RETURN. "Return to original report after report execution complete
SUBMIT SPAM_DISPLAY_COLUMN 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 OCS Packages
Selection Text: RB_IMPL = Imported OCS Packages
Selection Text: RB_ALL = All OCS Packages
Selection Text: RB_ABOR = Aborted OCS Packages
Title: OCS Package Directory Viewer
Text Symbol: 033 = Reload Package Attributes
Text Symbol: 034 = Search relationship in tree
Text Symbol: 035 = Imported on &1 at &2
Text Symbol: 036 = Not imported
Text Symbol: 037 = Not in the system
Text Symbol: 038 = Installed
Text Symbol: 039 = not installed
Text Symbol: 040 = Cancel
Text Symbol: 041 = Prerequisite not fulfilled
Text Symbol: 042 = Prerequisite fulfilled
Text Symbol: 043 = Prerequisite has to be checked in more detail
Text Symbol: 044 = Check import prerequisites
Text Symbol: 045 = OCS Packages and Software Components
Text Symbol: 046 = is obsolete
Text Symbol: 047 = Equivalence
Text Symbol: 048 = Equivalent component versions
Text Symbol: 049 = Equivalent versions of component &1
Text Symbol: 050 = Equivalence set
Text Symbol: 051 = Modification Adjustment
Text Symbol: 052 = Prerequisite is obsolete
Text Symbol: 053 = SP Patches
Text Symbol: 054 = SP Patches for Support Package &1
Text Symbol: 055 = SP Patches for Release &1
Text Symbol: 056 = obsolete prerequisite
Text Symbol: 057 = Prerequisite is not relevant anymore
Text Symbol: 001 = OCS packages available for this system
Text Symbol: 002 = Description
Text Symbol: 003 = Import Status
Text Symbol: 004 = Status
Text Symbol: 006 = Component is installed
Text Symbol: 007 = Component is not installed
Text Symbol: 008 = Add-on is installed
Text Symbol: 009 = Add-on is not installed





Text Symbol: 010 = OCS package has not been imported yet
Text Symbol: 012 = OCS package was imported successfully
Text Symbol: 013 = Import of OCS package was aborted
Text Symbol: 014 = OCS Package is obsolete
Text Symbol: 015 = PrePackage
Text Symbol: 016 = SPAM/SAINT Update
Text Symbol: 017 = Prerequisite set
Text Symbol: 018 = Directory
Text Symbol: 019 = New OCS Packages
Text Symbol: 020 = Aborted OCS Packages
Text Symbol: 021 = Imported OCS Packages
Text Symbol: 022 = All OCS Packages
Text Symbol: 023 = Installed software component
Text Symbol: 024 = Not installed software component
Text Symbol: 025 = OCS Package
Text Symbol: 026 = OCS package is not available in this system
Text Symbol: 027 = SAP_OCS
Text Symbol: 028 = PCS
Text Symbol: 029 = Preconfigured System
Text Symbol: 030 = Display Object List
Text Symbol: 031 = Display Import Logs
Text Symbol: 032 = Define Queue


INCLUDES used within this REPORT SPAM_DISPLAY_COLUMN

INCLUDE: RSPAMCON,
ROCS_CORECON.


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:

GUI_HAS_JAVABEANS CALL FUNCTION 'GUI_HAS_JAVABEANS' IMPORTING return = g_java_gui EXCEPTIONS OTHERS = 0.

OCS_CALL_BROWSER_WITH_NOTE CALL FUNCTION 'OCS_CALL_BROWSER_WITH_NOTE' EXPORTING iv_note = see_note EXCEPTIONS call_failed = 1 OTHERS = 99.

OCS_CALL_BROWSER_WITH_NOTE CALL FUNCTION 'OCS_CALL_BROWSER_WITH_NOTE' EXPORTING iv_note = see_note EXCEPTIONS call_failed = 1 OTHERS = 99.

SPAM_VERSION CALL FUNCTION 'SPAM_VERSION' IMPORTING version = lv_spam_version EXCEPTIONS OTHERS = 0.

TR_DISPLAY_REQUEST CALL FUNCTION 'TR_DISPLAY_REQUEST' EXPORTING i_trkorr = l_trkorr EXCEPTIONS OTHERS = 99.

SPAM_PATCH_TP_LOG CALL FUNCTION 'SPAM_PATCH_TP_LOG' EXPORTING patch = l_patch verify_patch_existence = on iv_sysid = sy-sysid EXCEPTIONS inexistent_patch = 1 OTHERS = 99.

ENQUEUE_E_OCS_QUEUE





CALL FUNCTION 'ENQUEUE_E_OCS_QUEUE' EXPORTING mode_pat01 = 'E' _scope = '1' _wait = off _collect = off EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 99.

OCS_ALV_UI_CALCULATE_QUEUE CALL FUNCTION 'OCS_ALV_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 = on _collect = off.

OCS_ALV_UI_DISPLAY_QCALC_TRACE

SPAM_UI_DISPLAY_QCALC_TRACE CALL FUNCTION 'OCS_ALV_UI_DISPLAY_QCALC_TRACE' * CALL FUNCTION 'SPAM_UI_DISPLAY_QCALC_TRACE' EXCEPTIONS OTHERS = 0.

OCS_EXTENDED_UPLOAD CALL FUNCTION 'OCS_EXTENDED_UPLOAD' EXPORTING iv_patch = ls_pat03-patch EXCEPTIONS OTHERS = 0.

OCS_EXTENDED_UPLOAD CALL FUNCTION 'OCS_EXTENDED_UPLOAD' EXPORTING iv_patch = l_patch iv_force = on EXCEPTIONS unknown_patch = 1 processed_patch = 2 patch_file_error = 3 internal_error = 4 OTHERS = 5.

OCS_GET_EQUIVALENCE_LEVEL CALL FUNCTION 'OCS_GET_EQUIVALENCE_LEVEL' TABLES et_equi_level = gt_equi_level EXCEPTIONS OTHERS = 0.



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 SPAM_DISPLAY_COLUMN or its description.