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
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
Below is a list of transaction codes which are relevant to this SAP report
CACSDBS_DSP - Display Database Statistics
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: 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
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.
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 CACS_TD_STATS_DISPLAY or its description.
CACS_TD_STATS_DISPLAY - Display Database Statistics CACS_TD_STATS_DISPLAY - Display Database Statistics CACS_TD_STATS_DELETE_TOP - Include CACS_TD_STATS_DELETE_TOP CACS_TD_STATS_DELETE_08 - Include CACS_TD_STATS_DELETE_08 CACS_TD_STATS_DELETE_07 - Include CACS_TD_STATS_DELETE_07 CACS_TD_STATS_DELETE_06 - Include CACS_TD_STATS_DELETE_06