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

RSTSF060 SAP ABAP Report - Machine Translation of a Release Note Book







RSTSF060 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 RSTSF060 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 RSTSF060. "Basic submit
SUBMIT RSTSF060 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTSF060 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: LAN = Language to be generated
Selection Text: LANO = Original language
Selection Text: REL = Release status
Title: Machine Translation of a Release Note Book
Text Symbol: 001 = General info
Text Symbol: 002 = Release notes for Release
Text Symbol: 101 = General info
Text Symbol: 102 = Release note for Release
Text Symbol: 103 = This chapter only exists in German
Text Symbol: 104 = No active version exists


INCLUDES used within this REPORT RSTSF060

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:

TOCX_GET_HEADER CALL FUNCTION 'TOCX_GET_HEADER' EXPORTING LANGUAGE = LANO OUTLINE = NAM IMPORTING * masterlanguage = * newest_modified_version = NEWEST_ORIGINAL_VERSION = DSYAH TABLES HEADER_DATA = I_DSYAH EXCEPTIONS NO_LANGUAGE_GIVEN = 01 NO_OUTLINE_GIVEN = 02 OUTLINE_EXISTS_NOT = 03.

TOCX_READ_EDIT_VERSION CALL FUNCTION 'TOCX_READ_EDIT_VERSION' EXPORTING ASPCT = DSYAH-ASPCT OUTLINE = DSYAH-OUTLINE SPRAS = DSYAH-SPRAS VERSION = DSYAH-VERSION ATTRIBUTE = DSYAH-ATTRIBUT_1 IMPORTING TITLE_COUNTER = TIT_COUNT TABLES HIERARCHY = OUTL EXCEPTIONS MISSING_PARAMETERS = 01 STRUCTURE_NOT_FOUND = 02 TEXT_NOT_FOUND = 03.

DOCU_UPD CALL FUNCTION 'DOCU_UPD' EXPORTING ID = L_DOKIL-ID LANGU = L_DOKIL-LANGU OBJECT = L_DOKIL-OBJECT STATE = 'A' TYP = L_DOKIL-TYP TABLES LINE = LINES EXCEPTIONS RET_CODE = 01.

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.

CONVERT_TEXT CALL FUNCTION 'CONVERT_TEXT' EXPORTING * codepage = cdp DIRECTION = 'EXPORT' FORMATWIDTH = 72 FORMAT_TYPE = 'ASCII' HEADER = THEAD SSHEET = SPACE WITH_TAB = SPACE WORD_LANGU = LAN IMPORTING NEWHEADER = THEAD TABLES FOREIGN = TL2 ITF_LINES = TL1.

TOCX_SAVE_EDIT_VERSION CALL FUNCTION 'TOCX_SAVE_EDIT_VERSION' EXPORTING DSYAH_HEADER_DATA = L_DSYAH TABLES HIERARCHY = OUTL EXCEPTIONS HEADER_DATA_MISSING = 01.

TOCX_SAVE_DISPLAY_VERSION CALL FUNCTION 'TOCX_SAVE_DISPLAY_VERSION' EXPORTING OUTLINE = L_DSYAH-OUTLINE VIEWNAME = 'STANDARD' TABLES HIERARCHY = OUTL EXCEPTIONS EXCEEDING_LEVELS = 01 MISSING_PARAMETERS = 02.



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