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

RSTSF055 SAP ABAP Report - Print or Download Release Notes







RSTSF055 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 RSTSF055 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 RSTSF055. "Basic submit
SUBMIT RSTSF055 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTSF055 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: PCD = Download Release Notes
Selection Text: PATH = Windows path for download
Selection Text: NAM = Output the module name
Selection Text: LAN = Language
Selection Text: CDP = CodePage for download
Title: Print or Download Release Notes
Text Symbol: 015 = System administration changes:
Text Symbol: 016 = Customizing setting changes:
Text Symbol: 017 = Influence on depdnt functions:
Text Symbol: 018 = No messages on this subject
Text Symbol: 019 = Name:
Text Symbol: 010 = (planned)
Text Symbol: 001 = Function
Text Symbol: 002 = is
Text Symbol: 003 = is being
Text Symbol: 004 = new
Text Symbol: 005 = corrected
Text Symbol: 006 = changed/enhanced
Text Symbol: 007 = deleted
Text Symbol: 008 = in Rel.
Text Symbol: 033 = A/System administration:,,
Text Symbol: 032 = A/Installation:,,
Text Symbol: 031 = A/Requirements:,,
Text Symbol: 030 = A/Status:,,
Text Symbol: 025 = Release Notes
Text Symbol: 024 = General info
Text Symbol: 023 = Action possible:
Text Symbol: 022 = Action required:
Text Symbol: 009 = (planned).
Text Symbol: 020 = Effects on batch input:
Text Symbol: 035 = A/Dependencies:,,
Text Symbol: 036 = A/Batch input:,,
Text Symbol: 037 = A/User interface:,,
Text Symbol: 038 = A/Mandatory action:,,
Text Symbol: 039 = A/Optional:,,
Text Symbol: 040 = Business application components:,,





Text Symbol: 101 = Function
Text Symbol: 102 = is
Text Symbol: 103 = is being
Text Symbol: 034 = A/Customizing:,,
Text Symbol: 021 = User interface changes:
Text Symbol: 014 = Special points for installation:
Text Symbol: 115 = Customizing setting changes:
Text Symbol: 116 = Effect on dependent functions:
Text Symbol: 117 = There are no new messages on this subject
Text Symbol: 118 = Name:
Text Symbol: 119 = Effects on batch inputs:
Text Symbol: 120 = Changes to the interface:
Text Symbol: 121 = Action necessary:
Text Symbol: 122 = Action possible:
Text Symbol: 123 = General info
Text Symbol: 114 = Changes in system administration:
Text Symbol: 105 = corrected/enhanced
Text Symbol: 106 = changed
Text Symbol: 107 = deleted
Text Symbol: 108 = for Rel.
Text Symbol: 109 = (planned).
Text Symbol: 110 = Spec. hardware/software:
Text Symbol: 111 = NO
Text Symbol: 112 = YES
Text Symbol: 113 = Special points for installation:
Text Symbol: 124 = Release data
Text Symbol: 140 = Business application component:,,
Text Symbol: 139 = A/Optional action:,,
Text Symbol: 130 = A/Status:,,
Text Symbol: 131 = A/Requirements:,,
Text Symbol: 132 = A/Installation:,,
Text Symbol: 133 = A/System administration:,,
Text Symbol: 134 = A/Customizing:,,
Text Symbol: 135 = A/Interdependencies:,,
Text Symbol: 136 = A/Batch input:,,
Text Symbol: 137 = A/User interface:,,
Text Symbol: 138 = A/Mandatory action:,,
Text Symbol: 104 = new
Text Symbol: 011 = Special h/w or s/w:





Text Symbol: 012 = NO
Text Symbol: 013 = YES


INCLUDES used within this REPORT RSTSF055

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_SHORTTEXT CALL FUNCTION 'DOCU_GET_SHORTTEXT' EXPORTING ID = DOKIL-ID LANGU = DOKIL-LANGU OBJECT = DOKIL-OBJECT " TYP = 'E' IMPORTING SHORTTXT = TITLE.

DOCU_GET * call function 'DOCU_GET' * exporting ** EXTEND_EXCEPT = E01 * id = dokil-id * langu = dokil-langu * object = dokil-object * typ = dokil-typ ** version = dokil-version ** VERSION_ACTIVE_OR_LAST = E07 * importing * dokstate = dokhl-dokstate * doktitle = title0 * head = thead * tables * line = lines * exceptions * no_docu_on_screen = 01 * no_docu_self_def = 02 * no_docu_temp = 03 * ret_code = 04.

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING * EXTEND_EXCEPT = E01 ID = DOKIL-ID LANGU = DOKIL-LANGU OBJECT = DOKIL-OBJECT TYP = DOKIL-TYP VERSION = DOKIL-VERSION * VERSION_ACTIVE_OR_LAST = E07 IMPORTING DOKSTATE = DOKHL-DOKSTATE DOKTITLE = TITLE HEAD = THEAD TABLES LINE = LINES EXCEPTIONS NO_DOCU_ON_SCREEN = 01 NO_DOCU_SELF_DEF = 02 NO_DOCU_TEMP = 03 RET_CODE = 04.

TEXT_INCLUDE_REPLACE CALL FUNCTION 'TEXT_INCLUDE_REPLACE' EXPORTING ALL_LEVEL = 'X' "geschachtelte Includes auflösen * ENDLINE = E02 "Default: 99999 HEADER = THEAD * STARTLINE = E04 "Default: 1 IMPORTING * CHANGED = I01 "'X', wenn Tabelle verändert NEWHEADER = THEAD TABLES LINES = LINES.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING APPLICATION = APPL * ARCHIVE_INDEX = E02 * ARCHIVE_PARAMS = E03 DEVICE = DEV * DIALOG = E05 FORM = 'S_DOCU_PRINT' LANGUAGE = LAN * OPTIONS = E08 * IMPORTING * LANGUAGE = I01 * NEW_ARCHIVE_PARAMS = I02 EXCEPTIONS CANCELED = 01 DEVICE = 02 FORM = 03 OPTIONS = 04 UNCLOSED = 05.

WRITE_FORM_LINES CALL FUNCTION 'WRITE_FORM_LINES' EXPORTING * FUNCTION = E01 HEADER = THEAD * TYPE = E03 * WINDOW = E04 * IMPORTING * FROMPAGE = I01 TABLES LINES = TO_PRINT_0 EXCEPTIONS FUNCTION = 01 TYPE = 02 UNOPENED = 03 UNSTARTED = 04 WINDOW = 05.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = ITCPP EXCEPTIONS UNOPENED = 01.

EXPORT_TEXT CALL FUNCTION 'EXPORT_TEXT' EXPORTING CODEPAGE = CDP FILE = FILNAM * FORMATWIDTH = E03 FORMAT_TYPE = 'RTF' HEADER = THEAD SSHEET = 'REL_INF.DFV'



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