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

RSTSF040 SAP ABAP Report - Delete Old Release Notes







RSTSF040 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 RSTSF040 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 RSTSF040. "Basic submit
SUBMIT RSTSF040 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTSF040 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 = Delete through Release
Title: Delete Old Release Notes
Text Symbol: 013 = Release Notes?
Text Symbol: 012 = Do you really want to delete
Text Symbol: 011 = The complete list was updated in English
Text Symbol: 010 = The complete list is not up-to-date in English
Text Symbol: 009 = The complete list was updated in German
Text Symbol: 008 = The complete list did not have to be updated
Text Symbol: 006 = Structure deleted
Text Symbol: 005 = Error when deleting
Text Symbol: 004 = deleted
Text Symbol: 003 = Delete Old Release Notes
Text Symbol: 002 = Release Notes?
Text Symbol: 001 = Are you sure you want to delete all


INCLUDES used within this REPORT RSTSF040

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = ANSW TEXTLINE1 = 'Wollen Sie wirklich Release-Infos'(012) TEXTLINE2 = ' löschen? '(013) TITEL = 'Löschen alter Release-Infos'(003) IMPORTING ANSWER = ANSW.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = ANSW TEXTLINE1 = 'Sollen wirklich alle Release-Infos'(001) TEXTLINE2 = ' gelöscht werden? '(002) TITEL = 'Löschen alter Release-Infos'(003) IMPORTING ANSWER = ANSW.

DOCU_DEL CALL FUNCTION 'DOCU_DEL' EXPORTING * ACTCLASS = ' ' * GENERIC = ' ' ID = D_DOKIL-ID LANGU = D_DOKIL-LANGU OBJECT = D_DOKIL-OBJECT TYP = D_DOKIL-TYP EXCEPTIONS RET_CODE = 01.

DOCU_DEL CALL FUNCTION 'DOCU_DEL' EXPORTING * ACTCLASS = ' ' * GENERIC = ' ' ID = D_DOKIL-ID LANGU = 'E' OBJECT = D_DOKIL-OBJECT TYP = D_DOKIL-TYP EXCEPTIONS RET_CODE = 01.

TOCX_READ_EDIT_VERSION CALL FUNCTION 'TOCX_READ_EDIT_VERSION' EXPORTING ASPCT = TOTAL-ASPCT OUTLINE = TOTAL-OUTLINE SPRAS = TOTAL-SPRAS VERSION = TOTAL-VERSION ATTRIBUTE = TOTAL-ATTRIBUT_1 OPEN_FIRST_LEVEL = ' ' * importing * title_counter = TABLES HIERARCHY = OUTL EXCEPTIONS MISSING_PARAMETERS = 1 STRUCTURE_NOT_FOUND = 2 TEXT_NOT_FOUND = 3 OTHERS = 4.

TOCX_SAVE_EDIT_VERSION CALL FUNCTION 'TOCX_SAVE_EDIT_VERSION' EXPORTING DSYAH_HEADER_DATA = TOTAL TABLES HIERARCHY = OUTL EXCEPTIONS HEADER_DATA_MISSING = 1 OTHERS = 2.

TOCX_SAVE_DISPLAY_VERSION CALL FUNCTION 'TOCX_SAVE_DISPLAY_VERSION' EXPORTING OUTLINE = TOTAL-OUTLINE * VIEWNAME = 'STANDARD' TABLES HIERARCHY = OUTL EXCEPTIONS EXCEEDING_LEVELS = 1 MISSING_PARAMETERS = 2 OTHERS = 3.



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