RSDA_TEMPLATE_RESTORE is a standard ABAP INCLUDE 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 RSDA_TEMPLATE_RESTORE into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_SLEEP_DEBUG CALL FUNCTION 'RSSM_SLEEP_DEBUG' EXPORTING i_always = 'N'.
RSS_PROGRAM_GET_ID CALL FUNCTION 'RSS_PROGRAM_GET_ID' EXPORTING i_program_name = l_program_name IMPORTING e_program_class = l_program_class e_uni_idc25 = l_uni_idc25.
RSS_PROGRAM_LOADCHECK CALL FUNCTION 'RSS_PROGRAM_LOADCHECK' EXPORTING i_program_class = l_program_class i_uni_idc25 = l_uni_idc25 IMPORTING e_program_name = l_program_name EXCEPTIONS load_program_invalid = 1.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' no_dialog = 'X' IMPORTING out_archive_parameters = l_s_archive_parameters out_parameters = l_s_print_parameters valid = l_valid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDA_TEMPLATE_RESTORE - RSDATEMPLATERESTORE RSDA_TEMPLATE_DELETE - RSDATEMPLATEDELETE RSDA_SYB_PARTITION_MONITOR - Partition Monitor for Nearline Table in Sybase IQ RSDA_SYB_PARTITION_MONITOR - Partition Monitor for Nearline Table in Sybase IQ RSDA_SUBROUTINES - Shared Routines for Archiving Programs RSDA_SUBROUTINES - Shared Routines for Archiving Programs