SAP Reports / Programs | Basis Components | Exchange Infrastructure | Runtime Workbench/Monitoring(BC-XI-IS-WKB) SAP BC

SXMSEPCSUPPPREPROCESSING SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT SXMSEPCSUPPPREPROCESSING

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:

EXCHANGE_PROFILE_GET_PARAMETER CALL FUNCTION 'EXCHANGE_PROFILE_GET_PARAMETER' EXPORTING section = gc_isname_ep_section name = gc_isname_ep_name IMPORTING value = lv_is_name EXCEPTIONS no_rfc_destination = 1 communication_error = 2 ep_error = 3 OTHERS = 4.

ENQUEUE_E_SXMSEPCACHE CALL FUNCTION 'ENQUEUE_E_SXMSEPCACHE' EXPORTING mode_sxmsepcache = 'E' client = sy-mandt EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = gt_server_list EXCEPTIONS no_server_list = 1 OTHERS = 2.

SXMS_PF_EPCSUPP CALL FUNCTION 'SXMS_PF_EPCSUPP' DESTINATION -name EXPORTING progname = 'FILL_MEMORY_CACHES_EXEC' IMPORTING text = lt_text rc = lv_subrc_prop EXCEPTIONS system_failure = 1 MESSAGE lv_failure communication_failure = 2 MESSAGE lv_failure OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING diagnose_object = 'SXMS_PF_EPCSUPP_MEM_REFERSH' text_question = 'Wollen Sie fortfahren?'(402) text_button_1 = 'Ja'(400) icon_button_1 = 'ICON_OKAY' text_button_2 = 'Nein'(401) icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = '' iv_quickinfo_button_1 = 'Test fortsetzen'(403) iv_quickinfo_button_2 = 'Test abbrechen'(404) IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

SXMS_PF_GET_OWN_IS_NAME CALL FUNCTION 'SXMS_PF_GET_OWN_IS_NAME' EXPORTING bypassing_cache = '1' EXCEPTIONS internal_error = 1 OTHERS = 2.

SXMS_PF_GET_OWN_IS_NAME CALL FUNCTION 'SXMS_PF_GET_OWN_IS_NAME' EXPORTING bypassing_cache = '0' IMPORTING is_name = lv_is_name was_cached = lv_was_cached EXCEPTIONS internal_error = 1 OTHERS = 2.



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