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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SXMSEPCSUPPPREPROCESSING - documentation and ABAP source code SXMSEPCSUPPPOSTPROCESSING - documentation and ABAP source code SXMSEPCSUPPFORMS - documentation and ABAP source code SXMSEPCSUPPBACKUPANDRESTORE - documentation and ABAP source code SXMSCONFUITOP - documentation and ABAP source code SXMSBLKSTATTOP - documentation and ABAP source code