SAP Reports / Programs

RSDOKU05 SAP ABAP Report - Obsolete: Check Report: Documents that are not in any structure







RSDOKU05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Documents not contained in any structure (text without link) This report looks for documents of a development class or of an author that are not contained in any structure...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 RSDOKU05 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 RSDOKU05. "Basic submit
SUBMIT RSDOKU05 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDOKU05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Obsolete: Check Report: Documents that are not in any structure
Text Symbol: 001 = Package
Text Symbol: 002 = Created by (doc.)
Text Symbol: 003 = Last Changed By
Text Symbol: 010 = --------------------------------------------------------------------------------------
Text Symbol: 011 = | Document | ML|Lines| Created by| Changed by|Date |Devc |
Text Symbol: 020 = No documents found
Text Symbol: 021 = To delete, click on the Change icon
Text Symbol: 022 = (goes to Transaction SE61)
Text Symbol: 023 = Documents are being read in
Text Symbol: 043 = % done ...
Text Symbol: 108 = % of the documents were checked


INCLUDES used within this REPORT RSDOKU05

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:

TOCX_FIND_CHAPTER_IN_STRUCTURE * CALL FUNCTION 'TOCX_FIND_CHAPTER_IN_STRUCTURE' * EXPORTING * DOKCLASS = I_DOKIL1-OBJECT(4) * DOKNAME = I_DOKIL1-OBJECT+4(26) ** SEARCH_IN_OUTLINE = ' ' ** FILL_AND_RETURN_TABLE = ' ' * IMPORTING * OUTLINE = OUTLINE ** TABLES ** LIST_OF_STRUCTURES = * EXCEPTIONS * NOT_USED_IN_OUTLINE = 1 * OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * PERCENTAGE = PERCENT * TEXT = TEXT * EXCEPTIONS * OTHERS = 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 RSDOKU05 or its description.