SAP Reports / Programs | Basis Components | Use Subcomponents | Workload Balancing and Group Management(BC-CCM-CNF-GRP) SAP BC

MSMLGF03 SAP ABAP INCLUDE - Include MSMLGF03







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


Text pool values


Title: Include MSMLGF03


INCLUDES used within this REPORT MSMLGF03

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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING POPUP_TITLE = text-106 TEXT_OBJECT = 'RZ_SMLG_THRESH_SIMUL' EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = LOCAL_REPID I_CALLBACK_PF_STATUS_SET = ALV_STATUS_FORM I_CALLBACK_USER_COMMAND = THRESH_UCOMM_FORM * i_structure_name = 'state_tbl_display' IS_LAYOUT = THRESH_ALV_LAYOUT IT_FIELDCAT = THRESH_ALV_FIELD_CAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' IT_EVENTS = THRESH_EVENT_TBL * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = I_SCREEN_START_COLUMN = 12 I_SCREEN_START_LINE = 2 I_SCREEN_END_COLUMN = 91 I_SCREEN_END_LINE = 13 * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = STATE_TBL_DISPLAY EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES LIST = active_server_tbl EXCEPTIONS OTHERS = 1.

RZL_STRG_DEL CALL FUNCTION 'RZL_STRG_DEL' EXPORTING SRVNAME = GZ_STATE_TBL-APSERVER NAME = 'FAV_COMPUTE_LGIN' TYP = 'C' EXCEPTIONS OTHERS = 01.

RZL_SUBMIT CALL FUNCTION 'RZL_SUBMIT' DESTINATION GZ_STATE_TBL-APSERVER EXPORTING repid = 'RSRZLLG0' EXCEPTIONS OTHERS = 01.

RZL_STRG_DEL CALL FUNCTION 'RZL_STRG_DEL' EXPORTING SRVNAME = appl_list NAME = 'FAV_COMPUTE_LGIN' TYP = 'C' EXCEPTIONS OTHERS = 01.

RZL_SUBMIT CALL FUNCTION 'RZL_SUBMIT' DESTINATION appl_list EXPORTING repid = 'RSRZLLG0_FORCE_SAVE' EXCEPTIONS OTHERS = 01.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = text-104 TEXT_OBJECT = 'RZ_SMLG_LOAD_DISTRIB' EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

SALM_MONITOR_LOAD CALL FUNCTION 'SALM_MONITOR_LOAD' EXPORTING MONITOR_SET_NAME = RZ20_SET MONITOR_NAME = RZ20_MON IMPORTING MONISET_HAS_CHANGED = imp_var EXCEPTIONS MONITOR_DOES_NOT_EXIST = 1 CANT_VISUALIZE_MT_TREE = 2 MONISET_DOES_NOT_EXIST = 3 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = LOCAL_REPID I_CALLBACK_PF_STATUS_SET = ALV_STATUS_FORM I_CALLBACK_USER_COMMAND = ALV_UCOMM_FORM * i_structure_name = 'state_tbl_display' IS_LAYOUT = MAIN_ALV_LAYOUT IT_FIELDCAT = MAIN_ALV_FIELD_CAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = gv_variant IT_EVENTS = MAIN_EVENT_TBL * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = RELATIONS_DISPLAY EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING I_CALLBACK_PROGRAM = LOCAL_REPID I_CALLBACK_PF_STATUS_SET = ALV_STATUS_FORM I_CALLBACK_USER_COMMAND = ALV_UCOMM_FORM.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING IS_LAYOUT = LOAD_ALV_LAYOUT IT_FIELDCAT = LOAD_ALV_FIELD_CAT I_TABNAME = 'GZ_STATE_TBL' IT_EVENTS = LOAD_EVENT_TBL * IT_SORT = * I_TEXT = ' ' TABLES T_OUTTAB = GZ_STATE_TBL EXCEPTIONS PROGRAM_ERROR = 1 MAXIMUM_OF_APPENDS_REACHED = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING IS_LAYOUT = LOAD_GP_ALV_LAYOUT IT_FIELDCAT = LOAD_GP_ALV_FIELD_CAT I_TABNAME = 'GZ_GROUP_TBL' IT_EVENTS = LOAD_GP_EVENT_TBL "empty * IT_SORT = * I_TEXT = ' ' TABLES T_OUTTAB = GZ_GROUP_TBL EXCEPTIONS PROGRAM_ERROR = 1 MAXIMUM_OF_APPENDS_REACHED = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' * EXPORTING * I_INTERFACE_CHECK = ' ' * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = LOCAL_REPID I_CALLBACK_PF_STATUS_SET = ALV_STATUS_FORM I_CALLBACK_USER_COMMAND = ALV_UCOMM_FORM * i_structure_name = 'state_tbl_display' IS_LAYOUT = USER_ALV_LAYOUT IT_FIELDCAT = USER_ALV_FIELD_CAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = gv_variant IT_EVENTS = USER_EVENT_TBL * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 12 * I_SCREEN_START_LINE = 2 * I_SCREEN_END_COLUMN = 91 * I_SCREEN_END_LINE = 13 * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = GZ_USR_TBL EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

SMLG_WRITE_Q_TO_MONI CALL FUNCTION 'SMLG_WRITE_Q_TO_MONI' DESTINATION gz_state_tbl-apserver EXPORTING QUALITY = gz_state_tbl-q_value QUALITY_TST = ky_state_tbl_tst-q_value testing = test_time EXCEPTIONS READ_MONI_ERROR = 1 WRITE_MONI_ERROR = 2 OTHERS = 99.



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