SLXE_MASTER_F01 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 SLXE_MASTER_F01 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.
Title: Include SLXE_MASTER_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LXE_COLL_COLLS_SELECT CALL FUNCTION 'LXE_COLL_COLLS_SELECT' EXPORTING t_lang = '' show_only = '' start_x = start_x start_y = start_y end_x = end_x end_y = end_y TABLES ex_colls = lt_colls_100.
LXE_COLL_SHOW CALL FUNCTION 'LXE_COLL_SHOW' EXPORTING full_info = '' start_x = start_x start_y = start_y end_x = end_x end_y = end_y TABLES in_colls = lt_colls_100 EXCEPTIONS error = 1 OTHERS = 2.
LXE_COLL_SHOW CALL FUNCTION 'LXE_COLL_SHOW' EXPORTING full_info = 'X' start_x = start_x start_y = start_y end_x = end_x end_y = end_y TABLES in_colls = lt_colls_100 EXCEPTIONS error = 1 OTHERS = 2.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = '****' authority = 'USTE' value = '01' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
LXE_TM_SELECT CALL FUNCTION 'LXE_TM_SELECT' EXPORTING net_def_only = 'X' IMPORTING tmsalias = lv_alias_1000 EXCEPTIONS no_selection = 1 db_problem = 2 OTHERS = 3.
LXE_PC_INI_FILE_EXPORT_MULTI CALL FUNCTION 'LXE_PC_INI_FILE_EXPORT_MULTI' EXPORTING tmsalias = lv_alias_1000.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = 'X' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
LXE_CUSTMNR_SELECT CALL FUNCTION 'LXE_CUSTMNR_SELECT' EXPORTING start_x = start_x start_y = start_y end_x = end_x end_y = end_y IMPORTING * custmnr = lv_custmnr_100 ls_lxe_custmnr = ls_custmnr_100 EXCEPTIONS no_selection = 1 db_problem = 2 OTHERS = 3.
LXE_PARAM_BDL_GET_ATTR_CUSTMNR * CALL FUNCTION 'LXE_PARAM_BDL_GET_ATTR_CUSTMNR' * EXPORTING * custmnr = ls_custmnr_100-custmnr * IMPORTING * rfcdest = lv_rfcdest_100 * EXCEPTIONS * not_defined = 1 * OTHERS = 2.
LXE_KTP_1_IMSMANI_IMPORT CALL FUNCTION 'LXE_KTP_1_IMSMANI_IMPORT' EXPORTING custmnr = ls_custmnr_100-custmnr.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = 'X' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
LXE_CUSTMNR_SELECT CALL FUNCTION 'LXE_CUSTMNR_SELECT' EXPORTING start_x = start_x start_y = start_y end_x = end_x end_y = end_y IMPORTING * custmnr = lv_custmnr_100 ls_lxe_custmnr = ls_custmnr_100 EXCEPTIONS no_selection = 1 db_problem = 2 OTHERS = 3.
LXE_PARAM_BDL_GET_ATTR_CUSTMNR * CALL FUNCTION 'LXE_PARAM_BDL_GET_ATTR_CUSTMNR' * EXPORTING * custmnr = ls_custmnr_100-custmnr * IMPORTING * rfcdest = lv_rfcdest_100 * EXCEPTIONS * not_defined = 1 * OTHERS = 2.
LXE_KTP_1_IMSMANI_EXPORT CALL FUNCTION 'LXE_KTP_1_IMSMANI_EXPORT' EXPORTING custmnr = ls_custmnr_100-custmnr.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = 'X' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
SLWY_START_BATCHJOB CALL FUNCTION 'SLWY_START_BATCHJOB' EXPORTING jobname = 'RS_TRANSLATION_UPDATE_DOMA' reportname = 'RS_TRANSLATION_UPDATE_DOMA' no_periodic = 'X' TABLES seltab = lt_seltab EXCEPTIONS start_error = 1 OTHERS = 2.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING language = '****' authority = 'ADBF' value = '01' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
LXE_COLL_BUILD_COLLX CALL FUNCTION 'LXE_COLL_BUILD_COLLX' EXPORTING reset = '' custmnr = '-' IMPORTING pstatus = lv_pstatus_1000 err_mess = lv_err_1000.
* CALL FUNCTION 'LXE_COLOB_OBJL_SELECT' * EXPORTING * non_deleted = 'X' * IMPORTING * objlist = lv_objlist_1000 * EXCEPTIONS * no_selection = 1 * OTHERS = 2.
LXE_COLOB_COLOB_SELECT * CALL FUNCTION 'LXE_COLOB_COLOB_SELECT' * EXPORTING * objlist = lv_objlist_1000 ** IMPORTING ** pstatus = lv_pstatus_1000 * TABLES * ex_colob = lt_colob_1000.
LXE_OBJ_COLOB_ANALYSE * CALL FUNCTION 'LXE_OBJ_COLOB_ANALYSE' * EXPORTING * s_lang = '' * t_lang = '' * no_av = 'X' * TABLES * in_colob = lt_colob_1000.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = 'X' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
LXE_COMMON_IS_SAP CALL FUNCTION 'LXE_COMMON_IS_SAP' EXCEPTIONS no_sap = 1 OTHERS = 2.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = abap_true EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
LXE_COLL_BUFFER_DELETE CALL FUNCTION 'LXE_COLL_BUFFER_DELETE' EXPORTING show_only = lv_show_only.
LXE_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = abap_true EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.
LXE_COLOB_MANAGER CALL FUNCTION 'LXE_COLOB_MANAGER' EXPORTING show_only = lv_show_only.
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 SLXE_MASTER_F01 or its description.