SAP Reports / Programs

RSDOKU07 SAP ABAP Report - Check report: Hypertext document syntax check







RSDOKU07 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 RSDOKU07 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 RSDOKU07. "Basic submit
SUBMIT RSDOKU07 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDOKU07 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: LANGU = Language
Selection Text: DEVCL = Package
Title: Check report: Hypertext document syntax check
Text Symbol: 008 = Package
Text Symbol: 009 = Lang.
Text Symbol: 010 = % of Documents Checked ...
Text Symbol: 011 = Displaying ...
Text Symbol: 006 = Quota
Text Symbol: 001 = Selection of Texts to Be Checked
Text Symbol: 002 = None
Text Symbol: 003 = Documents
Text Symbol: 004 = ID
Text Symbol: 005 = Error
Text Symbol: 012 = Check Statistics
Text Symbol: 019 = Package:
Text Symbol: 020 = |----------------------------------------------------------------------------|
Text Symbol: 021 = Master lang.:
Text Symbol: 022 = Created by :
Text Symbol: 023 = Class :
Text Symbol: 018 = Changed by :
Text Symbol: 013 = Creating Document List ...
Text Symbol: 014 = Version
Text Symbol: 015 = Date :
Text Symbol: 016 = Document exists in the following languages
Text Symbol: 017 = The document is used in the following structures
Text Symbol: 031 = Doc. classes
Text Symbol: 032 = Can take some time
Text Symbol: 033 = Create list?
Text Symbol: 034 = Create document list
Text Symbol: 050 = % done ...
Text Symbol: 030 = Syntax is correct
Text Symbol: 025 = Language :
Text Symbol: 026 = Version :
Text Symbol: 027 = List information
Text Symbol: 028 = Document
Text Symbol: 029 = contains syntax errors, language
Text Symbol: 051 = User
Text Symbol: 340 = Time :





Text Symbol: 400 = Information
Text Symbol: 089 = DATE :
Text Symbol: 052 = Only show documents with errors
Text Symbol: 062 = Client :
Text Symbol: 081 = Document Information
Text Symbol: 087 = System :
Text Symbol: 088 = Users:
Text Symbol: 024 = Document:
Text Symbol: 007 = Total


INCLUDES used within this REPORT RSDOKU07

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:

DOCU_GET ** CALL FUNCTION 'DOCU_GET' ** EXPORTING ** ID = I_DOKHL-ID ** LANGU = I_DOKHL-LANGU ** OBJECT = I_DOKHL-OBJECT ** TABLES ** LINE = LINES ** EXCEPTIONS ** NO_DOCU_ON_SCREEN = 1 ** NO_DOCU_SELF_DEF = 2 ** NO_DOCU_TEMP = 3 ** RET_CODE = 4 ** OTHERS = 5.

CHECK_DOCU_CONSISTENCY ** CALL FUNCTION 'CHECK_DOCU_CONSISTENCY' ** EXPORTING ** ID = I_DOKHL-ID ** OBJECT = I_DOKHL-OBJECT *** SOURCE_LANG = S_LANG ** TARGET_LANG = I_DOKHL-LANGU ** CHECK_LEVEL = 2 ** DISPL_STATUS = ' ' ** LINK_LIST = 'X' ** IMPORTING ** RETCODE = RETCODE ** TABLES *** S_LINES = S_LINES ** T_LINES = LINES ** ERRORLIST = ERRORLIST ** LINKLIST = LINKLIST ** EXCEPTIONS ** OTHERS = 3.

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * PERCENTAGE = PERCENT * TEXT = TEXT * EXCEPTIONS * OTHERS = 1.

SLDS_GET_TADIR_HEADER * CALL FUNCTION 'SLDS_GET_TADIR_HEADER' * TABLES * IV_DOKIL = IV_DOKIL * IT_TADIR = IT_TADIR * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.



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