RSTRACDD 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 RSTRACDD into the relevant SAP transactions such as SE38 or SE80
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.
Show DDIC information for performance trace
Title: DDIC Information For SQL Trace Display
Text Symbol: 009 = partial
Text Symbol: 010 = generic
Text Symbol: 011 = Full
Text Symbol: 012 = unknwn
Text Symbol: 013 = Buffer type ;
Text Symbol: 014 = No. of key fields ;
Text Symbol: 001 = Object name ;
Text Symbol: 002 = SQL object ;
Text Symbol: 003 = Table class ;
Text Symbol: 004 = Min. number of rows .....
Text Symbol: 005 = Max. number of rows .....
Text Symbol: 006 = Av. number of rows ......
Text Symbol: 007 = SAP buffer ;
Text Symbol: 022 = Classification ;
Text Symbol: 023 = DB data compression..
Text Symbol: 024 = (value of pool/cluster)
Text Symbol: 025 = (value relative to Pool/Cluster)
Text Symbol: 026 = Name
Text Symbol: 027 = Description
Text Symbol: 028 = Created by
Text Symbol: 015 = Short info ;
Text Symbol: 016 = Author ;
Text Symbol: 017 = Changed by ;
Text Symbol: 018 = Last DB analysis ;
Text Symbol: 021 = missing
Text Symbol: 020 = not found
Text Symbol: 019 = No. of rows ;
Text Symbol: 040 = count up to & rows ;
Text Symbol: 041 = Nametab row length ;
Text Symbol: 042 = DB avg. row length ;
Text Symbol: 043 = DB avg. index length ;
Text Symbol: 044 = bytes
Text Symbol: 045 = Data class ;
Text Symbol: 046 = Size category ;
Text Symbol: 029 = Unique
Text Symbol: 030 = All table indexes of view
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SQLT_DDIC_INFO_SHOW CALL FUNCTION 'SQLT_DDIC_INFO_SHOW' EXPORTING NAME = TABNAME.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.