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

MSPAMI01 SAP ABAP INCLUDE - MSPAMI01: PAI MODULES FOR MP SAPMSPAM







MSPAMI01 is a standard ABAP INCLUDE 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 MSPAMI01 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 MSPAMI01. "Basic submit
SUBMIT MSPAMI01 AND RETURN. "Return to original report after report execution complete
SUBMIT MSPAMI01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: MSPAMI01: PAI MODULES FOR MP SAPMSPAM


INCLUDES used within this REPORT MSPAMI01

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:

SPAM_DOWNLOAD CALL FUNCTION 'SPAM_DOWNLOAD' EXCEPTIONS patch_transfer_failure = 1 oss_link_up_failure = 2 no_patches_to_fetch = 3 OTHERS = 99.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-004 start_column = 01 start_row = 02 text_object = 'TX_SPAM_NEWS' EXCEPTIONS OTHERS = 0. "Ignore exceptions.

OCS_CALL_JOB_MAINTENANCE CALL FUNCTION 'OCS_CALL_JOB_MAINTENANCE' EXCEPTIONS OTHERS = 0.

TMS_UI_SHOW_TP_SYSLOG CALL FUNCTION 'TMS_UI_SHOW_TP_SYSLOG' EXPORTING iv_slog = on.

SPAM_UI_ADD_MODREQS_TO_QUEUE

OCS_ALV_UI_ADD_MODREQ_TO_QUEUE ** CALL FUNCTION 'SPAM_UI_ADD_MODREQS_TO_QUEUE' * CALL FUNCTION 'OCS_ALV_UI_ADD_MODREQ_TO_QUEUE' * EXPORTING * iv_display_only = display_only * EXCEPTIONS * cancel_function = 1 * no_queue_defined = 2 * queue_is_locked = 3 * internal_error = 4 * OTHERS = 99.

OCS_UI_DISPLAY_PATCH_LEVEL CALL FUNCTION 'OCS_UI_DISPLAY_PATCH_LEVEL' EXCEPTIONS no_component_found = 1 wrong_component = 2 internal_error = 3 OTHERS = 99.

OCS_DISPLAY_110_604_INCNSTNCY CALL FUNCTION 'OCS_DISPLAY_110_604_INCNSTNCY' EXCEPTIONS OTHERS = 0.

SPAM_UI_DISPLAY_QCALC_TRACE

OCS_ALV_UI_DISPLAY_QCALC_TRACE * CALL FUNCTION 'SPAM_UI_DISPLAY_QCALC_TRACE' CALL FUNCTION 'OCS_ALV_UI_DISPLAY_QCALC_TRACE' EXCEPTIONS no_trace = 1 internal_error = 2 OTHERS = 99.

OCS_CALL_JOB_MAINTENANCE CALL FUNCTION 'OCS_CALL_JOB_MAINTENANCE' EXCEPTIONS OTHERS = 0.

OCS_SWITCH_PATLOG_TRACE CALL FUNCTION 'OCS_SWITCH_PATLOG_TRACE' EXPORTING iv_trace_switch = on EXCEPTIONS OTHERS = 0.

OCS_SWITCH_PATLOG_TRACE CALL FUNCTION 'OCS_SWITCH_PATLOG_TRACE' EXPORTING iv_trace_switch = off 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 MSPAMI01 or its description.