SAP Reports / Programs | Basis Components | Security | System Audit Information System(BC-SEC-AIS) SAP BC

RDD00DOC SAP ABAP Report - Output Field Documentation with Allowed Values







RDD00DOC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Output of documentation for table fields Output of table and field documentation as well as check table values or fixed values for fields...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RDD00DOC 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 RDD00DOC. "Basic submit
SUBMIT RDD00DOC AND RETURN. "Return to original report after report execution complete
SUBMIT RDD00DOC 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: TABNAME = Table/View/Structure
Selection Text: S_WSID = Work Area
Selection Text: S_QUERY = Query
Selection Text: S_BG = User Group
Selection Text: SFTABLE = Field Documentation on Tables
Selection Text: SFQUERY = Field Documentation on Queries
Selection Text: MAXENTR = Max. no. of check val. per fld
Selection Text: FIELDS = Field name
Title: Output Field Documentation with Allowed Values
Text Symbol: E02 = Loading table fields from database
Text Symbol: E01 = Loading table header from database
Text Symbol: C43 = High
Text Symbol: C41 = Upper Limit
Text Symbol: C40 = Fixed Value: Upper Interval Limit
Text Symbol: C33 = Low
Text Symbol: C31 = Value/Lower Limit
Text Symbol: C30 = Fixed Value: Single Value/Lower Limit
Text Symbol: C20 = Short Description / Property
Text Symbol: C10 = Object Hierarchy
Text Symbol: 506 = Client
Text Symbol: 504 = System ID
Text Symbol: 502 = Report started on
Text Symbol: 500 = Report created by
Text Symbol: 406 = Selection Option: Field Name
Text Symbol: 405 = Selection Option: Table/View
Text Symbol: 402 = Selection Option: Query
Text Symbol: 401 = Parameter: User Group
Text Symbol: 400 = Parameter: Work Area
Text Symbol: 306 = User Group :
Text Symbol: E03 = Loading documentation on tables
Text Symbol: E04 = Loading documentation on table fields
Text Symbol: E05 = Loading check tables from database
Text Symbol: E07 = Results List Output
Text Symbol: E11 = Table header uploaded from database
Text Symbol: E12 = Table fields uploaded from database
Text Symbol: E13 = Lines uploaded
Text Symbol: E21 = Loading query catalog for the selection
Text Symbol: E22 = Queries uploading





Text Symbol: E23 = Loading field catalog for the selection
Text Symbol: E24 = Query fields uploaded
Text Symbol: H00 = Audit Information System - Field Documentation
Text Symbol: H01 = Query Output Structure
Text Symbol: H02 = Dictionary Structures
Text Symbol: H03 = Report Environment
Text Symbol: H05 = Header Data
Text Symbol: H06 = Selection Screen
Text Symbol: H07 = Report Statistics
Text Symbol: HD1 = Hierarchy
Text Symbol: HT1 = This is the hierarchy column
Text Symbol: M01 = No authorization to display table properties
Text Symbol: 120 = Transparent Tables
Text Symbol: 118 = Field Attributes
Text Symbol: 116 = Field Documentation
Text Symbol: 114 = Table Documentation
Text Symbol: 112 = Query Output Fields
Text Symbol: 111 = Table fields output
Text Symbol: 110 = Table Fields
Text Symbol: 109 = Tables
Text Symbol: 101 = Selections for Queries
Text Symbol: 100 = Selections for Tables
Text Symbol: 099 = Selection Range
Text Symbol: 096 = Condition
Text Symbol: 095 = Selection Condition
Text Symbol: 027 = Tables are not displayed due to insufficient authorization
Text Symbol: 026 = Number of Selected Table Fields
Text Symbol: 025 = Number of Selected Tables
Text Symbol: 021 = Number of Selected Query Fields
Text Symbol: 020 = Number of Selected Queries
Text Symbol: 013 = Batch
Text Symbol: 012 = Dialog
Text Symbol: 011 = Select a processing option
Text Symbol: 010 = Performance Note
Text Symbol: 005 = Maximum Number of Check Values per Field
Text Symbol: 003 = Selected Field Documentation for Queries
Text Symbol: 002 = Selected Field Documentation for Tables
Text Symbol: 305 = Standard Area
Text Symbol: 304 = Global Area





Text Symbol: 302 = Defaults
Text Symbol: 300 = Check Table
Text Symbol: 206 = DDIC Reference
Text Symbol: 205 = Output Length
Text Symbol: 204 = Domain
Text Symbol: 203 = Data Type
Text Symbol: 202 = Field Length
Text Symbol: 201 = Internal Type
Text Symbol: 200 = Table
Text Symbol: 150 = Nodes processed
Text Symbol: 145 = Task Preparation for Query
Text Symbol: 143 = Task Preparation for Table
Text Symbol: 141 = No authorization to display the values
Text Symbol: 140 = Table does not exist
Text Symbol: 132 = Queries
Text Symbol: 131 = Query
Text Symbol: 127 = Entries
Text Symbol: 126 = Entries displayed
Text Symbol: 125 = Hits
Text Symbol: 124 = Structures
Text Symbol: 123 = Cluster Tables
Text Symbol: 122 = Views and Matchcode Tables
Text Symbol: 121 = Pool Tables


INCLUDES used within this REPORT RDD00DOC

INCLUDE RDD00DOC_TOP.
INCLUDE RDD00DOC_SCR_CTRL.
INCLUDE RDD00DOC_GET_FORMS.
INCLUDE RDD00DOC_GEN_FORMS.
INCLUDE RDD00DOC_SALV.
INCLUDE RDD00DOC_SALV_FLDS.
INCLUDE RDD00DOC_SALV_QUERY.
INCLUDE RDD00DOC_SALV_ENV.


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:

No SAP FUNCTION MODULES are executed within this report code!



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