SAP Reports / Programs | Basis Components | Basis Components | Implementation Guide(BC-CUS-TOL-IMG) SAP BC

RSREPRTA SAP ABAP Report - Print Release Notes as a Book







RSREPRTA 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 RSREPRTA 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 RSREPRTA. "Basic submit
SUBMIT RSREPRTA AND RETURN. "Return to original report after report execution complete
SUBMIT RSREPRTA 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: LAN = Language......................
Title: Print Release Notes as a Book
Text Symbol: 200 = There are no new messages relating to this subject
Text Symbol: 017 = There are no new messages on this subject
Text Symbol: 016 = Influence on depdnt functions:
Text Symbol: 015 = Customizing setting changes:
Text Symbol: 014 = System administration changes:
Text Symbol: 013 = Special points for installation:
Text Symbol: 012 = YES
Text Symbol: 011 = NO
Text Symbol: 010 = Spec.hardware/software:
Text Symbol: 009 = (planned)
Text Symbol: 008 = in Rel.
Text Symbol: 007 = deleted
Text Symbol: 006 = changed
Text Symbol: 005 = corrected
Text Symbol: 004 = new
Text Symbol: 003 = is being
Text Symbol: 002 = is
Text Symbol: 001 = Function


INCLUDES used within this REPORT RSREPRTA

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 = T_K-ID LANGU = T_K-LANGU OBJECT = T_K-OBJECT 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 RSREPRTA or its description.