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

SAPMSMLG SAP ABAP Report - Maintain Logon Group and RFC Server Group Assignment to Instances







SAPMSMLG 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 SAPMSMLG 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

SMLG - Maint.Assign. Logon Grp to Instance
RZ12 - Maintain RFC Server Group Assignment


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


Text pool values


Title: Maintain Logon Group and RFC Server Group Assignment to Instances
Text Symbol: 041 = Apply Current Quotas
Text Symbol: 050 = Activated (0 or 1)
Text Symbol: 051 = Max. Requests in Queue (%)
Text Symbol: 052 = Max. No. of Logons (%)
Text Symbol: 053 = Maximum No. Separate Logons(%)
Text Symbol: 054 = Max. Number of WPs Used (%)
Text Symbol: 055 = Minimum Number of Free WPs
Text Symbol: 056 = Max. No. of Comm. Entries (%)
Text Symbol: 057 = Max. wait time
Text Symbol: 088 = Quality
Text Symbol: 089 = Threshold
Text Symbol: 090 = Thrshd
Text Symbol: 091 = Dialog steps
Text Symbol: 092 = (min)
Text Symbol: 097 = St
Text Symbol: 098 = eRFC
Text Symbol: 099 = Current (threshold)
Text Symbol: 100 = Select application server:
Text Symbol: 101 = Double-click selected line or choose "Simulate"
Text Symbol: 102 = Server group
Text Symbol: 103 = WP
Text Symbol: 104 = Load distrib.
Text Symbol: 105 = Logon group mainten.
Text Symbol: 106 = Threshold simulation
Text Symbol: 040 = Query
Text Symbol: 000 = Save Changes?
Text Symbol: 001 = Instance
Text Symbol: 002 = Logon Group
Text Symbol: 003 = Active
Text Symbol: 004 = Status
Text Symbol: 005 = Resp.time/ms
Text Symbol: 006 = ID
Text Symbol: 007 = ;Logon screen
Text Symbol: 008 = Number of users
Text Symbol: 009 = Client
Text Symbol: 010 = User
Text Symbol: 011 = Instance





Text Symbol: 012 = Terminal
Text Symbol: 013 = Time
Text Symbol: 014 = TCod
Text Symbol: 015 = Report
Text Symbol: 016 = Instance
Text Symbol: 017 = user
Text Symbol: 018 = Resp.time(ms)
Text Symbol: 019 = Events/min
Text Symbol: 020 = Sample
Text Symbol: 021 = Summary
Text Symbol: 022 = Logon Group
Text Symbol: 023 = Current logon instance
Text Symbol: 024 = IP Address


INCLUDES used within this REPORT SAPMSMLG

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:

No SAP FUNCTION MODULES are executed within this report code!



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