SAP Reports / Programs

CACS_TD_STATS_DISPLAY SAP ABAP Report - Display Database Statistics







CACS_TD_STATS_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Used to display statistical data that has been generated with program see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CACS_TD_STATS_DISPLAY 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

CACSDBS_DSP - Display Database Statistics


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 CACS_TD_STATS_DISPLAY. "Basic submit
SUBMIT CACS_TD_STATS_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT CACS_TD_STATS_DISPLAY 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: TIMESLOT = Time Slot (Hours)
Selection Text: TECH = Technical Date
Selection Text: TDATE = End Date
Selection Text: FDATE = Start Date
Selection Text: DOC = Commission Document
Selection Text: DAYWEEK = Day of Week
Selection Text: CAS = Commission Case
Selection Text: BUSI = Effective Date
Selection Text: APPL = Application
Title: Display Database Statistics
Text Symbol: 512 = 12 - 13
Text Symbol: 511 = 11 - 12
Text Symbol: 510 = 10 - 11
Text Symbol: 509 = 09 - 10
Text Symbol: 508 = 08 - 09
Text Symbol: 507 = 07 - 08
Text Symbol: 506 = 06 - 07
Text Symbol: 505 = 05 - 06
Text Symbol: 504 = 04 - 05
Text Symbol: 503 = 03 - 04
Text Symbol: 502 = 01 - 03
Text Symbol: 501 = 01 - 02
Text Symbol: 500 = 00 - 01
Text Symbol: 406 = Sunday (Bytes)
Text Symbol: 405 = Saturday (Bytes)
Text Symbol: 404 = Friday (Bytes)
Text Symbol: 403 = Thursday (Bytes)
Text Symbol: 402 = Wednesday (Bytes)
Text Symbol: 513 = 13 - 14
Text Symbol: 514 = 14 - 15
Text Symbol: 515 = 15 - 16
Text Symbol: 516 = 16 - 17
Text Symbol: 517 = 17 - 18
Text Symbol: 518 = 18 - 19
Text Symbol: 519 = 19 - 20
Text Symbol: 520 = 20 - 21
Text Symbol: 521 = 21 - 22
Text Symbol: 522 = 22 - 23





Text Symbol: 523 = 23 - 24
Text Symbol: 601 = Selected Element:
Text Symbol: 602 = Changed Value:
Text Symbol: 603 = Reason for Change:
Text Symbol: 604 = Data Row:
Text Symbol: 605 = Data Point
Text Symbol: 606 = Value:
Text Symbol: 607 = Element:
Text Symbol: 608 = Name:
Text Symbol: 033 = Transaction Data
Text Symbol: 032 = Total
Text Symbol: 031 = Time Slot
Text Symbol: 030 = Day
Text Symbol: 029 = Memory (Bytes)
Text Symbol: 028 = Bytes
Text Symbol: 027 = Display Statistics
Text Symbol: 015 = Memory Requirement During Day
Text Symbol: 014 = Memory Requirement During Month
Text Symbol: 013 = Memory Requirement During Period
Text Symbol: 012 = Effective
Text Symbol: 011 = Technical
Text Symbol: 010 = Time Stamp
Text Symbol: 009 = Commission Documents
Text Symbol: 008 = Commission Cases
Text Symbol: 007 = Display Database Statistics
Text Symbol: 006 = Time Slot (Hours)
Text Symbol: 005 = Day of Week
Text Symbol: 004 = End Date
Text Symbol: 003 = Start Date
Text Symbol: 002 = Period
Text Symbol: 001 = Commission Application
Text Symbol: 000 = Database Statistics
Text Symbol: 100 = Timestamp (Technical)
Text Symbol: 401 = Tuesday (Bytes)
Text Symbol: 400 = Monday (Bytes)
Text Symbol: 399 = Time Slot (Hours)
Text Symbol: 303 = Total Memory Size (Bytes)
Text Symbol: 302 = Document (Bytes)
Text Symbol: 301 = Case (Bytes)





Text Symbol: 300 = Date
Text Symbol: 212 = December
Text Symbol: 211 = November
Text Symbol: 210 = October
Text Symbol: 209 = September
Text Symbol: 208 = August
Text Symbol: 207 = July
Text Symbol: 206 = June
Text Symbol: 205 = May
Text Symbol: 204 = April
Text Symbol: 203 = March
Text Symbol: 202 = February
Text Symbol: 201 = January
Text Symbol: 104 = Database Statistics
Text Symbol: 103 = Commission Document
Text Symbol: 102 = Commission Case
Text Symbol: 101 = Timestamp (Effective)


INCLUDES used within this REPORT CACS_TD_STATS_DISPLAY

INCLUDE CACS_TD_STATS_DISPLAY_TOP . " GLOBAL DATA
INCLUDE CACS_TD_STATS_DISPLAY01.
INCLUDE CACS_TD_STATS_DISPLAY02.
INCLUDE CACS_TD_STATS_DISPLAY03.
INCLUDE CACS_TD_STATS_DISPLAY08.
INCLUDE CACS_TD_STATS_DISPLAY09.
INCLUDE CACS_TD_STATS_DISPLAY10.
INCLUDE CACS_TD_STATS_DISPLAY11.
INCLUDE CACS_TD_STATS_DISPLAY_USER_I01.
INCLUDE CACS_TD_STATS_DISPLAY17.
INCLUDE CACS_TD_STATS_DISPLAY24.
INCLUDE CACS_TD_STATS_DISPLAY_STATUO01.
INCLUDE CACS_TD_STATS_DISPLAY_EXIT_I01.
INCLUDE CACS_TD_STATS_DISPLAY26.
INCLUDE CACS_TD_STATS_DISPLAY28.
INCLUDE CACS_TD_STATS_DISPLAY29.
INCLUDE CACS_TD_STATS_DISPLAY30.
INCLUDE CACS_TD_STATS_DISPLAY31.
INCLUDE CACS_TD_STATS_DISPLAY32.
INCLUDE CACS_TD_STATS_DISPLAY33.
INCLUDE CACS_TD_STATS_DISPLAY34.
INCLUDE CACS_TD_STATS_DISPLAY12.



INCLUDE CACS_TD_STATS_DISPLAY99.


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