SAP Reports / Programs

RPT_ECATT_USAGE_STATS SAP ABAP Report - RPTECATTUSAGESTATS







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


Text pool values


Selection Text: _TSTMODE = Test Mode
Selection Text: _STRTUSR = Start User
Selection Text: _LSTRTTO = Group by Caller
Selection Text: _LSTRTAL = Count All Test Starts
Selection Text: _DYESTDY = Yesterday
Selection Text: _DTODAY = Today
Selection Text: _DLASTW = Last 7 Days
Selection Text: _DLASTM = Last 30 Days
Selection Text: _DFR_ST = Start
Selection Text: _DFR_END = Exit
Selection Text: _DFREE = Free Date Interval
Selection Text: _CNTTSCR = Test Scripts
Selection Text: _CNTTCVA = Test Configuration Variants
Selection Text: _CALLTYP = Test Tool
Selection Text: _CALLOBJ = TestPlan/TestPackage/eCATTText
Text Symbol: 120 =
Text Symbol: 114 = "Test Scripts" = Number of Script Executions in Observation Period
Text Symbol: 113 = "Test Configuration Variants" = Number of Different Variants
Text Symbol: 112 = The information can be retained in a database
Text Symbol: 111 = The analysis counts the test executions based on eCATT logs
Text Symbol: 110 = This report analyzes the usage of the test tool eCATT in the current system
Text Symbol: 105 = Control
Text Symbol: 104 = Count Number of Executed Objects
Text Symbol: 103 = Explanation
Text Symbol: 102 = Restrict by Date
Text Symbol: 101 = Restrict by Caller of Test (Only for Number of Starts)
Text Symbol: 100 = Restrict by User (Only for Number of Starts)
Text Symbol: 016 = Number of Executed Objects in System:
Text Symbol: 015 = Number of Test Starts
Text Symbol: 014 = Select at least one option to restrict caller of test
Text Symbol: 013 = Restrict by Tool Name:
Text Symbol: 012 = Restrict by Tool Type:
Text Symbol: 011 = Last 30 Days
Text Symbol: 010 = Last 7 Days
Text Symbol: 009 = Yesterday
Text Symbol: 008 = Today
Text Symbol: 007 = Any Date
Text Symbol: 006 = Starting Tool





Text Symbol: 005 = Object Name:
Text Symbol: 004 = Object Type:
Text Symbol: 003 = Caller
Text Symbol: 002 = User:
Text Symbol: 001 = Number of Test Starts (Log IDs) in System:


INCLUDES used within this REPORT RPT_ECATT_USAGE_STATS

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