SAP Reports / Programs

RSTWGZS2 SAP ABAP Report - Online Documentation Statistics







RSTWGZS2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program creates online statistics for user documentation from the following document classes: DE (data elements) Only data elements which are active in the ABAP/4 Dictionary are analyzed...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 RSTWGZS2 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 RSTWGZS2. "Basic submit
SUBMIT RSTWGZS2 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTWGZS2 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: PZ_DO = Buffer size (1/2/3/4/5)
Selection Text: PTYP = Documentation type
Selection Text: PLANG = Language
Selection Text: EK = Package
Selection Text: BISEK = to package (optional)
Title: Online Documentation Statistics
Text Symbol: 010 = PF
Text Symbol: 011 = Total:
Text Symbol: 012 = Raw version:
Text Symbol: 001 = Language:
Text Symbol: 002 = Date:
Text Symbol: 003 = System:
Text Symbol: 004 = Online documentation statistics
Text Symbol: 005 = for package(s):
Text Symbol: 006 = Status
Text Symbol: 018 = Package:
Text Symbol: 017 = Still to be edited:
Text Symbol: 016 = Incorrect status:
Text Symbol: 015 = Not requiring documentation:
Text Symbol: 014 = Activated:
Text Symbol: 019 = Page:
Text Symbol: 020 = Edited:
Text Symbol: 021 = % edited:
Text Symbol: 022 = TX
Text Symbol: 023 = Documented:
Text Symbol: 024 = Lines of text:
Text Symbol: 013 = Final version:
Text Symbol: 009 = ME
Text Symbol: 008 = DZ
Text Symbol: 007 = DE
Text Symbol: 025 = in language:
Text Symbol: 043 = Selection
Text Symbol: 042 = Original system only
Text Symbol: 041 = Documentation type:
Text Symbol: 040 = to
Text Symbol: 039 = to package:
Text Symbol: 038 = RE
Text Symbol: 031 = Status





Text Symbol: 030 = Name
Text Symbol: 029 = ID
Text Symbol: 028 = Docu. modules with incorrect editing status
Text Symbol: 027 = Person responsible:
Text Symbol: 026 = Original system only:
Text Symbol: 037 = Incorrect ID:
Text Symbol: 036 = Self-explanatory:
Text Symbol: 035 = Reset:
Text Symbol: 034 = Without screen:
Text Symbol: 033 = ID
Text Symbol: 032 = Total:


INCLUDES used within this REPORT RSTWGZS2

INCLUDE: SDOC_CONSTANTS.


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_OBJECT_NAME_CONCATENATE CALL FUNCTION 'DOCU_OBJECT_NAME_CONCATENATE' EXPORTING DOCU_ID = 'NA' ELEMENT = IT100-ARBGB ADDITION = IT100-MSGNR IMPORTING OBJECT = HILF.



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