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

MSMLGF01 SAP ABAP INCLUDE - documentation and ABAP source code







MSMLGF01 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 MSMLGF01 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 MSMLGF01. "Basic submit
SUBMIT MSMLGF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MSMLGF01 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 MSMLGF01

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:

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' * EXPORTING * SERVICES = E01 TABLES LIST = INSTANCES.

TH_ARFC_GET_QUOTAS CALL FUNCTION 'TH_ARFC_GET_QUOTAS' DESTINATION ARFC_QUOTAS-APPLSERVER IMPORTING USE_QUOTAS = ARFC_QUOTAS-USE_QUOTAS MAX_QUEUE = ARFC_QUOTAS-MAX_QUEUE MAX_LOGIN = ARFC_QUOTAS-MAX_LOGIN MAX_OWN_LOGIN = ARFC_QUOTAS-MAX_OWN_LG MAX_OWN_USED_WP = ARFC_QUOTAS-MAX_OWN_WP MIN_WAIT_DIA_WP = ARFC_QUOTAS-MIN_WAIT_D MAX_COMM_ENTRIES = ARFC_QUOTAS-MAX_COMM MAX_WAIT_TIME = arfc_quotas-max_wait_t "Yue, 05/99 EXCEPTIONS SYSTEM_FAILURE = 1 COMMUNICATION_FAILURE = 2 OTHERS = 99.

SMLG_GET_SETUP CALL FUNCTION 'SMLG_GET_SETUP' EXPORTING SET_LOCK = SPACE GROUPTYPE = GROUP_TYPE TABLES SETUP = RELATIONS ERFC_SETUP = ERFC_RELATIONS.

TH_ARFC_SET_QUOTAS CALL FUNCTION 'TH_ARFC_SET_QUOTAS' DESTINATION ARFC_QUOTAS-APPLSERVER EXPORTING USE_QUOTAS = ARFC_QUOTAS-USE_QUOTAS MAX_QUEUE = ARFC_QUOTAS-MAX_QUEUE MAX_LOGIN = ARFC_QUOTAS-MAX_LOGIN MAX_OWN_LOGIN = ARFC_QUOTAS-MAX_OWN_LG MAX_OWN_USED_WP = ARFC_QUOTAS-MAX_OWN_WP MIN_WAIT_DIA_WP = ARFC_QUOTAS-MIN_WAIT_D MAX_COMM_ENTRIES = ARFC_QUOTAS-MAX_COMM MAX_WAIT_TIME = arfc_quotas-max_wait_T "Yue, 5/99 EXCEPTIONS SYSTEM_FAILURE = 1 COMMUNICATION_FAILURE = 2 OTHERS = 99.

SMLG_MODIFY CALL FUNCTION 'SMLG_MODIFY' EXPORTING SET_LOCK = SPACE "set no lock GROUPTYPE = GROUP_TYPE TABLES MODIFICATIONS = MODIF ERFC_MODIFICATIONS = erfc_modif EXCEPTIONS * INVALID_MOD_IDENTIFIER = 01 "should not occur DELETION_FAILED = 02 UPDATE_FAILED = 02 INSERTION_FAILED = 02.

ICM_LG_CHANGED CALL FUNCTION 'ICM_LG_CHANGED' .

SMLG_SET_LOCK CALL FUNCTION 'SMLG_SET_LOCK' EXPORTING GROUPTYPE = GROUP_TYPE EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

SMLG_REMOVE_LOCK CALL FUNCTION 'SMLG_REMOVE_LOCK' EXPORTING GROUPTYPE = GROUP_TYPE.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Ă„nderungen speichern?'(000) IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 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 MSMLGF01 or its description.