SAP Reports / Programs | Basis Components | Exchange Infrastructure | Integration Engine(BC-XI-IS-IEN) SAP BC

RSXMB_ARCH_INTERFACES SAP ABAP Report - Integration Engine: Define Interfaces for Archiving







RSXMB_ARCH_INTERFACES 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 RSXMB_ARCH_INTERFACES into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SXMB_ITFACTION - Interf. for Archv. and Ret. Periods


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


Text pool values


Title: Integration Engine: Define Interfaces for Archiving
Text Symbol: 000 = 0
Text Symbol: 010 = Configuration has been changed. Do you want to save the changes?
Text Symbol: 012 = Confirmation Prompt
Text Symbol: 999 = 999
Text Symbol: A01 = Do you want to schedule the archiving job?
Text Symbol: A02 = Archiving job not scheduled
Text Symbol: E01 = "0" not permitted as a value for retention period
Text Symbol: E02 = '*' is not permitted in namespaces
Text Symbol: E03 = Specify a complete namespace
Text Symbol: E04 = No interfaces found for *
Text Symbol: E05 = Retention period for history entries too small
Text Symbol: J01 = Do you want to schedule delete jobs?
Text Symbol: J02 = Delete jobs not scheduled


INCLUDES used within this REPORT RSXMB_ARCH_INTERFACES

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:

DEQUEUE_E_TABLEE CALL FUNCTION 'DEQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = 'SXMSCONFVL' varkey = gv_varkey.

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING application = 'SO70' dokclass = 'TX' doklangu = sy-langu dokname = 'SXMB_CONF_ARCH' EXCEPTIONS class_unknown = 1 object_not_found = 2 OTHERS = 3.

SXMS_ADD_TABU_TO_TA CALL FUNCTION 'SXMS_ADD_TABU_TO_TA' EXPORTING i_object_name = 'SXMSARCITF2' i_trtask = gv_trkorr TABLES keytab = lt_itf EXCEPTIONS no_authority = 1 no_transport_selected = 2 transport_append_error = 3 OTHERS = 4.

SXMB_SET_PERIODS CALL FUNCTION 'SXMB_SET_PERIODS' EXPORTING archperiod = archperiod delperiod = delperiod syncerrper = syncerrper syncperiod = syncperiod histperiod = histperiod idx5period = idx5period delperiodu = sxmsptunits-delperiodu archperiodu = sxmsptunits-archperiodu syncerrperu = sxmsptunits-syncerrperu syncperiodu = sxmsptunits-syncperiodu histperiodu = sxmsptunits-histperiodu idx5periodu = sxmsptunits-idx5periodu EXCEPTIONS parameter_invalid = 1 value_invalid = 2 foreign_lock = 3 not_authorized = 4 OTHERS = 5.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-012 text_question = text-010 display_cancel_button = 'X' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

SXMS_ADD_TABU_TO_TA CALL FUNCTION 'SXMS_ADD_TABU_TO_TA' EXPORTING i_object_name = 'SXMSARCITF2' i_trtask = gv_trtask TABLES keytab = lt_itf EXCEPTIONS no_authority = 1 no_transport_selected = 2 transport_append_error = 3 OTHERS = 4.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_btcselect TABLES jobselect_joblist = lt_btcjob EXCEPTIONS no_jobs_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-a02 text_question = text-a01 display_cancel_button = '' popup_type = 'ICON_MESSAGE_WARNING' userdefined_f1_help = 'SXMS_ARCH_POPUP_INFO' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_btcselect TABLES jobselect_joblist = lt_btcjob EXCEPTIONS no_jobs_found = 1 OTHERS = 2.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_btcselect TABLES jobselect_joblist = lt_btcjob EXCEPTIONS no_jobs_found = 1 OTHERS = 2.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_btcselect TABLES jobselect_joblist = lt_btcjob EXCEPTIONS no_jobs_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-j02 text_question = text-j01 display_cancel_button = '' popup_type = 'ICON_MESSAGE_WARNING' userdefined_f1_help = 'SXMS_ARCH_POPUP_INFO' IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

SXMB_GET_INTERFACE CALL FUNCTION 'SXMB_GET_INTERFACE' TABLES et_o_itf = o_tab.

SXMB_GET_INTERFACE CALL FUNCTION 'SXMB_GET_INTERFACE' TABLES et_i_itf = i_tab.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SXMS_PRE_ITF_MULTI_SELECT' CHANGING ct_fieldcat = gt_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = 'SXMSCONFVL' varkey = gv_varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemedit = lv_edtflag EXCEPTIONS OTHERS = 1.

SXMB_GET_PERIODS_INC_UNITS CALL FUNCTION 'SXMB_GET_PERIODS_INC_UNITS' IMPORTING archperiod = archperiod delperiod = delperiod syncerrper = syncerrper syncperiod = syncperiod histperiod = histperiod idx5period = idx5period delperiodu = sxmsptunits-delperiodu archperiodu = sxmsptunits-archperiodu syncerrperu = sxmsptunits-syncerrperu syncperiodu = sxmsptunits-syncperiodu histperiodu = sxmsptunits-histperiodu idx5periodu = sxmsptunits-idx5periodu EXCEPTIONS no_info_found = 1 OTHERS = 2.

SXMB_GET_XMB_USE





CALL FUNCTION 'SXMB_GET_XMB_USE' IMPORTING central_xmb = gv_hub local_xmb = gv_loc p2p_xmb = gv_p2p EXCEPTIONS no_info_found = 1 OTHERS = 2.

SXMB_GET_INTERFACE CALL FUNCTION 'SXMB_GET_INTERFACE' TABLES et_o_itf = o_tab[] et_i_itf = i_tab[].

SXMB_GET_INTERFACE CALL FUNCTION 'SXMB_GET_INTERFACE' TABLES et_o_itf = o_tab[] et_i_itf = i_tab[].



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