NEWGL_MONITOR 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 NEWGL_MONITOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
NGLM - Customizing and Performance Monitor
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.
Selection Text: ORGSTRUC = Customizing Org. Structure
Selection Text: DOCSPLIT = Document Splitting
Selection Text: DATCHECK = Data Analysis
Title: SAP G/L Monitor
Text Symbol: 146 = Change Hdr Data
Text Symbol: 145 = Define Business Transaction Variants
Text Symbol: 144 = Classify Document Types for Splitting
Text Symbol: 143 = Public Sector Settings
Text Symbol: 142 = G/L Acct Enhancements
Text Symbol: 141 = Controlling Chars.
Text Symbol: 140 = Define Constant
Text Symbol: 139 = Assign Document Splitting Method
Text Symbol: 138 = Classify G/L Accounts for Doc. Splitting
Text Symbol: 136 = Define Ledger Group
Text Symbol: 135 = Accounting Principle => Ledger Grp
Text Symbol: 134 = Define Currency and Valuation Profile
Text Symbol: 133 = Assign Company Code to Controlling Area
Text Symbol: 132 = Assign Company Code to ChtAccts
Text Symbol: 131 = Activate Cost of Sls Accounting
Text Symbol: 130 = Real-Time Integ. CO/FI
Text Symbol: 123 = Hide Functions
Text Symbol: 122 = Other Functions
Text Symbol: 121 = Ledgers Contained
Text Symbol: 120 = CO-Relevant Char.
Text Symbol: 119 = General Char.
Text Symbol: 118 = Post-Capital. to Assets Active
Text Symbol: 117 = Help
Text Symbol: 116 = Component/Implementation
Text Symbol: 147 = Assign Scenarios to Ledger
Text Symbol: 206 = Select
Text Symbol: 205 = Functions
Text Symbol: 204 = Current Number of Table Entries
Text Symbol: 203 = Table Details
Text Symbol: 202 = DataAnalysis
Text Symbol: 201 = AnalysisDate
Text Symbol: 167 = Backg
Text Symbol: 166 = Online
Text Symbol: 165 = Delete Selection
INCLUDE NEWGL_MONITOR_TOP. " GLOBAL DATA
INCLUDE NEWGL_MONITOR_CLASSDEF. " KLASSENDEFINITIONEN
INCLUDE NEWGL_MONITOR_MAKROS. " MAKROS
INCLUDE NEWGL_MONITOR_DATADEC. " DATEN FÜR FELDKAT.
INCLUDE NEWGL_PS. " KLASSENIMPLEMENT.
INCLUDE NEWGL_MONITOR_PBO. " PBO MODULE
INCLUDE NEWGL_MONITOR_U01. " FORMROUTINEN
INCLUDE NEWGL_MONITOR_PAI. " PAI MODULE
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 NEWGL_MONITOR or its description.