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
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: 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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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.