SAP Reports / Programs | Basis Components | Use Subcomponents | Archive Development Kit(BC-CCM-ADK) SAP BC

DA_STAT_ANALYSIS SAP ABAP Report - Analysis of Data Archiving Statistics







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SAR_DA_STAT_ANALYSIS - Analysis of DA 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 DA_STAT_ANALYSIS. "Basic submit
SUBMIT DA_STAT_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT DA_STAT_ANALYSIS 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: 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





Text Symbol: 046 = Number of Written Data Objects
Text Symbol: 045 = Written Data Objects
Text Symbol: 044 = Reloaded DB Structure Space in MB
Text Symbol: 043 = DB Structure Space (Reload)
Text Symbol: 042 = Reloaded DB Cluster Space in MB
Text Symbol: 041 = DB Cluster Space (Reload)
Text Symbol: 040 = Reloaded DB Index Space in MB
Text Symbol: 039 = DB Index Space (Reload)
Text Symbol: 038 = Reloaded DB Table Space in MB
Text Symbol: 037 = DB Table Space (Reload)
Text Symbol: 036 = Reloaded DB Space in MB
Text Symbol: 035 = DB Space (Reload)
Text Symbol: 034 = Deleted DB Structure Space in MB
Text Symbol: 050 = Number of Reloaded Data Objects
Text Symbol: 062 = Selection
Text Symbol: 061 = @14\QReplaced Archiving Session@
Text Symbol: 060 = @08\QComplete Archiving Session@
Text Symbol: 059 = @09\QIncomplete Archiving Session@
Text Symbol: 058 = Reload Job Duration (Hours)
Text Symbol: 057 = Reload Job Duration
Text Symbol: 056 = Average Delete Job Duration (Hours)
Text Symbol: 055 = Delete Job Duration
Text Symbol: 054 = Write Job Duration (Hours)
Text Symbol: 053 = Write Job Duration
Text Symbol: 052 = Number of Delete Jobs
Text Symbol: 051 = Number of Delete Jobs
Text Symbol: 016 = Written DB Space in MB
Text Symbol: 015 = DB Space (Write)


INCLUDES used within this REPORT DA_STAT_ANALYSIS

INCLUDE ADK_CONST.


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:

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.



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