DA_STAT_ANALYSIS 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 DA_STAT_ANALYSIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SAR_DA_STAT_ANALYSIS - Analysis of DA 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: SEL_CLNT = Client
Selection Text: SEL_DATE = Archived On
Selection Text: SEL_OBJT = Archiving Object
Title: Analysis of Data Archiving Statistics
Text Symbol: 014 = Proportion of Header Data in %
Text Symbol: 013 = Header Data
Text Symbol: 012 = Disk Space in MB
Text Symbol: 011 = Disk Space
Text Symbol: 010 = Status of the Archiving Session
Text Symbol: 009 = Status
Text Symbol: 008 = Archived On
Text Symbol: 007 = Date
Text Symbol: 006 = Client
Text Symbol: 005 = Client
Text Symbol: 004 = Archiving Object
Text Symbol: 003 = Object
Text Symbol: 002 = Archiving Session Number
Text Symbol: 001 = Run Number
Text Symbol: 018 = Written DB Table Space in MB
Text Symbol: 019 = DB Index Space (Write)
Text Symbol: 020 = Written DB Index Space in MB
Text Symbol: 017 = DB Table Space (Write)
Text Symbol: 033 = DB Structure Space (Delete)
Text Symbol: 032 = Deleted DB Cluster Space in MB
Text Symbol: 031 = DB Cluster Space (Delete)
Text Symbol: 030 = Deleted DB Index Space in MB
Text Symbol: 029 = DB Index Space (Delete)
Text Symbol: 028 = Deleted DB Table Space in MB
Text Symbol: 027 = DB Table Space (Delete)
Text Symbol: 026 = Deleted DB Space in MB
Text Symbol: 025 = DB Space (Delete)
Text Symbol: 024 = Written DB Structure Space in MB
Text Symbol: 023 = DB Structure Space (Write)
Text Symbol: 022 = Written DB Cluster Space in MB
Text Symbol: 021 = DB Cluster Space (Write)
Text Symbol: 049 = Reloaded Data Objects
Text Symbol: 048 = Number of Deleted Data Objects
Text Symbol: 047 = Deleted Data Objects
INCLUDE ADK_CONST.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_ADMIN_SELECT_SESSIONS CALL FUNCTION 'ARCHIVE_ADMIN_SELECT_SESSIONS' EXPORTING runs_without_files = '' client_dependence = '' incomplete = incomple complete = complete replaced = replaced interrupted_incomplete = incomple interrupted_complete = complete TABLES client = sel_clnt object = sel_objt date = sel_date adk_selected_runs = it_adk_selected_runs EXCEPTIONS object_not_found = 1.
ARCHIVE_ADMX_SELECT_SESSIONS CALL FUNCTION 'ARCHIVE_ADMX_SELECT_SESSIONS' EXPORTING runs_without_resources = '' client_dependence = '' incomplete = incomple complete = complete replaced = replaced interrupted_incomplete = incomple interrupted_complete = complete TABLES client = sel_clnt object = sel_objt date = sel_date xml_selected_runs = it_xml_selected_runs EXCEPTIONS object_not_found = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DA_STAT_ANALYSIS - Analysis of Data Archiving Statistics DA_STAT_ANALYSIS - Analysis of Data Archiving Statistics DA_EXAMPLE_PREPROCESS - Preselection Program for Archiving Object Example DA_EXAMPLE_PREPROCESS - Preselection Program for Archiving Object Example DA_EXAMPLE_PHY_DELETE - Program DA_EXAMPLE_PHY_DELETE DA_EXAMPLE_PHY_DELETE - Program DA_EXAMPLE_PHY_DELETE