SAP Reports / Programs

RSTRACDD SAP ABAP Report - DDIC Information For SQL Trace Display







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


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 RSTRACDD. "Basic submit
SUBMIT RSTRACDD AND RETURN. "Return to original report after report execution complete
SUBMIT RSTRACDD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 031 = Indices of ;
Text Symbol: 032 = Information from SAP dictionary
Text Symbol: 033 = No user indices defined ;
Text Symbol: 034 = Primary key ;
Text Symbol: 035 = DDIC length of a row ;
Text Symbol: 057 = Do you want to continue?
Text Symbol: 058 = Simple Analysis ;
Text Symbol: 060 = Field name
Text Symbol: 061 = Position
Text Symbol: 062 = Descending
Text Symbol: 050 = Simple analysis
Text Symbol: 051 = Start analysis with command
Text Symbol: 052 = SELECT COUNT(*) FROM TABLE
Text Symbol: 053 = Stop analysis after
Text Symbol: 054 = Full table scan
Text Symbol: 055 = Rows
Text Symbol: 056 = Your analysis could take some time.
Text Symbol: 008 = no buffering


INCLUDES used within this REPORT RSTRACDD

No INCLUDES are used within this REPORT code!


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:

SQLT_DDIC_INFO_SHOW CALL FUNCTION 'SQLT_DDIC_INFO_SHOW' EXPORTING NAME = TABNAME.



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