SAP Reports / Programs

RSDDTZA_BNR_DELETE_SNAPSHOTS SAP ABAP Report - Report RSDDTZA_BNR_DELETE_SNAPSHOTS







RSDDTZA_BNR_DELETE_SNAPSHOTS 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 RSDDTZA_BNR_DELETE_SNAPSHOTS 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 RSDDTZA_BNR_DELETE_SNAPSHOTS. "Basic submit
SUBMIT RSDDTZA_BNR_DELETE_SNAPSHOTS AND RETURN. "Return to original report after report execution complete
SUBMIT RSDDTZA_BNR_DELETE_SNAPSHOTS 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: I_OPT_N = Get Most Recent Snapshot ID
Selection Text: I_OPT_ID = Snapshot ID
Selection Text: I_OPT_DY = All Snapshots Older Than Days
Selection Text: I_OPT_DT = All Snapshots Older Than Date
Selection Text: I_LAST_N = Number
Selection Text: I_ID = Snapshot ID
Selection Text: I_DAYS = Number of days
Selection Text: I_DATE = Date
Selection Text: I_APPLOG = Display appl. log immediately?
Title: Report RSDDTZA_BNR_DELETE_SNAPSHOTS
Text Symbol: 015 = All Selected Snapshots Deleted
Text Symbol: 014 = Delete Backup and Recovery Snapshots
Text Symbol: 013 = Result Messages from Deletion
Text Symbol: 012 = No Snapshots Selected
Text Symbol: 011 = Messages
Text Symbol: 010 = Snapshots Deleted, ID:
Text Symbol: 009 = No
Text Symbol: 008 = Yes
Text Symbol: 007 = You are about to delete snapshots. Do you want to continue?
Text Symbol: 006 = Delete Snapshot
Text Symbol: 005 = Enter Date
Text Symbol: 004 = Enter Number of Days
Text Symbol: 003 = Enter Number of Snapshots
Text Symbol: 002 = Snapshot ID Does Not Exist
Text Symbol: 001 = No Snapshot ID Selected


INCLUDES used within this REPORT RSDDTZA_BNR_DELETE_SNAPSHOTS

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 CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-006 text_question = text-007 text_button_1 = 'Ja'(008) text_button_2 = 'Nein'(009) default_button = '2' display_cancel_button = '' iv_quickinfo_button_1 = 'Ja'(008) iv_quickinfo_button_2 = 'Nein'(009) IMPORTING answer = l_answer.

RSDDTREX_SNAPSHOT_DELETE CALL FUNCTION 'RSDDTREX_SNAPSHOT_DELETE' EXPORTING i_id = -id IMPORTING e_t_msg = l_t_msg EXCEPTIONS delete_failed = 1 OTHERS = 2.

RSDDTREX_SNAPSHOTS_GET CALL FUNCTION 'RSDDTREX_SNAPSHOTS_GET' EXPORTING i_last_n = g_last_n IMPORTING e_t_snapshot = g_t_bi_snapshots_ref.

RSDDTREX_SNAPSHOTS_GET CALL FUNCTION 'RSDDTREX_SNAPSHOTS_GET' EXPORTING i_last_n = g_last_n IMPORTING e_t_snapshot = g_t_bi_snapshots_ref.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RSDDTREXSNAPSHOT' TABLES dfies_tab = l_t_field_tab.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ID' value_org = 'S' stepl = 0 TABLES field_tab = l_t_field_tab value_tab = g_t_bi_snapshots_ref return_tab = l_t_retval EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

RSDDTREX_SNAPSHOTS_GET CALL FUNCTION 'RSDDTREX_SNAPSHOTS_GET' EXPORTING i_last_n = g_last_n IMPORTING e_t_snapshot = g_t_bi_snapshots_ref.



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