SAP Reports / Programs

SAPMS07A SAP ABAP Report - Application Monitor Initial Screen







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

ST07 - Application monitor


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


Text pool values


Title: Application Monitor Initial Screen
Text Symbol: 053 = All
Text Symbol: 054 = Change active time
Text Symbol: 055 = Change client
Text Symbol: 056 = Choose application server
Text Symbol: 057 = Logon server
Text Symbol: 058 = Defaults
Text Symbol: 059 = Selection period
Text Symbol: 060 = Start Date
Text Symbol: 061 = End date
Text Symbol: 064 = Measurement interval
Text Symbol: 065 = Monthly summary
Text Symbol: 066 = Weekly summary
Text Symbol: 067 = Monthly summary
Text Symbol: 068 = Snapshot
Text Symbol: 069 = Application
Text Symbol: 070 = ;
Text Symbol: 071 = Total
Text Symbol: 081 = Logged on users:
Text Symbol: 082 = Active users:
Text Symbol: 083 = Used WPs
Text Symbol: 084 = Session per user:
Text Symbol: 085 = Display period
Text Symbol: 089 = Measurement date
Text Symbol: 090 = Time
Text Symbol: 091 = Logged on users:
Text Symbol: 092 = Active users:
Text Symbol: 093 = Work processes occupied:
Text Symbol: 094 = Session per user:
Text Symbol: 095 = Time
Text Symbol: 052 = Logon client
Text Symbol: 001 = Database
Text Symbol: 002 = Name
Text Symbol: 003 = Server
Text Symbol: 004 = System
Text Symbol: 005 = SAP Release
Text Symbol: 006 = Time
Text Symbol: 007 = Date





Text Symbol: 011 = Number of servers
Text Symbol: 012 = Work processes
Text Symbol: 013 = User
Text Symbol: 014 = in client
Text Symbol: 015 = all clients
Text Symbol: 016 = Application server ; Application server
Text Symbol: 020 = Navigation
Text Symbol: 021 = No data
Text Symbol: 022 = No data
Text Symbol: 027 = Other
Text Symbol: 028 = Total
Text Symbol: 029 = ;
Text Symbol: 030 = Application
Text Symbol: 031 = Number of users
Text Symbol: 032 = LoggedOn
Text Symbol: 033 = Active
Text Symbol: 034 = In WP
Text Symbol: 035 = Sess.per
Text Symbol: 036 = User
Text Symbol: 037 = Appl. ; Application
Text Symbol: 038 = Server
Text Symbol: 050 = Time interval
Text Symbol: 051 = Continue


INCLUDES used within this REPORT SAPMS07A

INCLUDE MS07ATOP.


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:

ASTAT_LIST_SHOW * CALL FUNCTION 'ASTAT_LIST_SHOW'.



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