RSDA_ADD_ARCHIVE 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 RSDA_ADD_ARCHIVE 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.
Title: Report RSDA_ADD_ARCHIVE
Text Symbol: 001 = Parallel Processg.
Text Symbol: 002 = No Selection Available
Text Symbol: 003 = Selections Available
Text Symbol: DAP = Data Archiving Process
Text Symbol: MOD = Simulation
Text Symbol: PAR = Specify Parallel Processing for Background Processing
Text Symbol: SEL = Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_ICON_CREATE CALL FUNCTION 'RSSM_ICON_CREATE' EXPORTING name = icon_cancel text = text-001 info = text-002 IMPORTING result = p_batch.
RSSM_ICON_CREATE CALL FUNCTION 'RSSM_ICON_CREATE' EXPORTING name = icon_checked text = text-001 info = text-003 IMPORTING result = p_batch.
RSBATCH_MAINTAIN_PAR_SETTINGS CALL FUNCTION 'RSBATCH_MAINTAIN_PAR_SETTINGS' EXPORTING i_type = cl_rsda_batch_handler=>c_process_type-add_nls * I_VARIANT = ' ' TABLES c_t_batch_par = l_t_batch_par EXCEPTIONS type_not_exist = 1 canceled_by_user = 2 OTHERS = 3.
RSSM_ICON_CREATE CALL FUNCTION 'RSSM_ICON_CREATE' EXPORTING name = icon_cancel text = text-001 info = text-002 IMPORTING result = p_batch.
RSSM_ICON_CREATE CALL FUNCTION 'RSSM_ICON_CREATE' EXPORTING name = icon_checked text = text-001 info = text-003 IMPORTING result = p_batch.
RSDA_ADD_ARCHIVE_VARIANT_MNT CALL FUNCTION 'RSDA_ADD_ARCHIVE_VARIANT_MNT' EXPORTING i_dapname = dapname i_load_type = cl_rsda_batch_handler=>c_process_type-add_nls i_t_params = l_t_params IMPORTING e_r_controller = l_r_controller EXCEPTIONS aborted = 1 failed = 2 OTHERS = 3.
RSSM_ICON_CREATE CALL FUNCTION 'RSSM_ICON_CREATE' EXPORTING name = icon_checked text = text-sel info = text-003 IMPORTING result = p_select.
RSSM_ICON_CREATE CALL FUNCTION 'RSSM_ICON_CREATE' EXPORTING name = icon_cancel text = text-sel info = text-002 IMPORTING result = p_select.
RSA2_RSADMIN_GET CALL FUNCTION 'RSA2_RSADMIN_GET' EXPORTING i_object = 'RSDA_ADD_ARCHIVE' CHANGING c_value = l_value.
RSDA_ADD_ARCHIVE_VARIANT_MNT CALL FUNCTION 'RSDA_ADD_ARCHIVE_VARIANT_MNT' EXPORTING i_dapname = dapname i_load_type = cl_rsda_batch_handler=>c_process_type-add_nls i_t_params = l_t_params i_no_dialog = rs_c_true IMPORTING e_r_controller = l_r_controller EXCEPTIONS aborted = 1 failed = 2 OTHERS = 3.
RSSM_UNIQUE_ID CALL FUNCTION 'RSSM_UNIQUE_ID' IMPORTING e_uni_idc25 = l_guid.
RSBATCH_START_PROCESS CALL FUNCTION 'RSBATCH_START_PROCESS' EXPORTING i_process_type = cl_rsda_batch_handler=>c_process_type-add_nls i_batch_id = l_batch_id i_batch_process = l_batch_process i_parameter = l_parameter i_last_process = l_last_process i_only_do_it_par = rs_c_true i_do_it_serial = l_do_it_serial EXCEPTIONS error_starting_batchjob = 1.
RSSM_SLEEP_DEBUG CALL FUNCTION 'RSSM_SLEEP_DEBUG' EXPORTING i_seconds = 10 i_always = 'X'.
RSBATCH_CHECK_PROCESS CALL FUNCTION 'RSBATCH_CHECK_PROCESS' EXPORTING i_batch_id = l_batch_id IMPORTING e_status = l_status_g e_t_return = l_t_process e_t_msg = l_t_msg EXCEPTIONS id_not_exist = 1 foreign_lock = 2 OTHERS = 3.
RSBATCH_CHECK_PROCESS CALL FUNCTION 'RSBATCH_CHECK_PROCESS' EXPORTING i_batch_id = l_batch_id i_batch_process = l_s_process-batch_process IMPORTING e_status = l_status_e EXCEPTIONS id_not_exist = 1 foreign_lock = 2 OTHERS = 3.
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_ADD_ARCHIVE - Report RSDA_ADD_ARCHIVE RSDA_ADD_ARCHIVE - Report RSDA_ADD_ARCHIVE RSDAS_WDAPP_EXECUTE - Start Data Access Service Designer or Test Center RSDAS_WDAPP_EXECUTE - Start Data Access Service Designer or Test Center RSDAS_FU_TMPL - Template zur FB Generierung für DataAccessService RSDAMON - RSDAMON: Create monitoring context for data archiving