SAP Reports / Programs

RSREPR00 SAP ABAP Report - Print Release Notes as a Book







RSREPR00 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 RSREPR00 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 RSREPR00. "Basic submit
SUBMIT RSREPR00 AND RETURN. "Return to original report after report execution complete
SUBMIT RSREPR00 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: REL = Release ......................
Selection Text: PRI = Output to printer.............
Selection Text: NAM = Output the module name........
Selection Text: LAN = Language......................
Title: Print Release Notes as a Book
Text Symbol: 008 = for Rel.
Text Symbol: 009 = (planned)
Text Symbol: 010 = special hardware/software:
Text Symbol: 011 = NO
Text Symbol: 012 = YES
Text Symbol: 013 = Special points for installation:
Text Symbol: 007 = Deleted
Text Symbol: 001 = Function
Text Symbol: 002 = is
Text Symbol: 003 = is
Text Symbol: 004 = new
Text Symbol: 005 = corrected
Text Symbol: 006 = Changed
Text Symbol: 021 = Attributes of the Release Note:
Text Symbol: 020 = User interface changes:
Text Symbol: 014 = System administration changes:
Text Symbol: 015 = Customizing setting changes:
Text Symbol: 016 = Influence on dependent functions:
Text Symbol: 017 = There are no new messages on this subject
Text Symbol: 018 = Module name:
Text Symbol: 019 = Effects on batch input:


INCLUDES used within this REPORT RSREPR00

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:

DOCUMENT_RETRIEVAL_BATCH * CALL FUNCTION 'DOCUMENT_RETRIEVAL_BATCH' * EXPORTING * CLASS = INFO_CL * LANGUAGE = LAN * REFINING_STEP = SPACE * SEARCH_IN_TITLE = SPACE * IMPORTING * NUMBER_OF_HITS = I1 * NUMBER_OF_LOST_HITS = I2 * TABLES * ATTRIBUTE_RESTRICTION = A_TAB * KEY_TABLE = TEXTKEYS * SEARCHTAB = S_TAB * EXCEPTIONS * ATTRIBUTE_INVALID = 01 * ATTRIBUTE_RESTRICTION_INVALID = 02 * CLASS_INVALID = 03 * INTERN_ERROR = 04 * KEY_INVALID = 05 * LOGIC_INVALID = 06 * REFINING_IMPOSSIBLE = 07 * SEARCHTAB_EMPTY = 08 * WORD_AND_LOGIC_INVALID = 09 * WORD_INVALID = 10.

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING * EXTEND_EXCEPT = E01 ID = 'IN' LANGU = LAN OBJECT = T_K(60) TYP = 'E' IMPORTING DOKSTATE = STATE HEAD = THEAD TABLES LINE = LINES EXCEPTIONS NO_DOCU_ON_SCREEN = 01 NO_DOCU_SELF_DEF = 02 NO_DOCU_TEMP = 03 RET_CODE = 04.

PRINT_TEXT CALL FUNCTION 'PRINT_TEXT' EXPORTING APPLICATION = APPL DEVICE = DEV DIALOG = SPACE HEADER = THEAD * OPTIONS = E05 IMPORTING RESULT = ITCPP TABLES LINES = TO_PRINT EXCEPTIONS UNKNOWN = 01.



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