RSARC_TRANS_ADMIN_RUN 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 RSARC_TRANS_ADMIN_RUN 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.
Selection Text: S_STAT = D .
Selection Text: S_RUN = D .
Selection Text: P_SYSID = D .
Selection Text: P_STORE = D .
Selection Text: P_RELTST = D .
Selection Text: P_RELPRD = D .
Selection Text: P_PROT = D .
Selection Text: P_OBJ = D .
Selection Text: P_NEWPA = D .
Selection Text: P_FILE = D .
Selection Text: P_DEST = D .
Selection Text: P_CLIENT = D .
Selection Text: P_WOF = Runs Without Archive Files
Title: Transfer of Archive Administration Data
Text Symbol: 009 = Adjustment of Settings
Text Symbol: 008 = Transfer Archive Management Data
Text Symbol: 007 = File Conversion
Text Symbol: 006 = Production Mode
Text Symbol: 005 = Test Mode
Text Symbol: 004 = Technical Settings
Text Symbol: 003 = Processing Options
Text Symbol: 002 = Archiving Sessions
Text Symbol: 001 = Selection of Legacy System
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING destination = p_dest EXCEPTIONS OTHERS = 0.
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = lv_jobcount jobname = lv_jobname EXCEPTIONS no_runtime_info = 1 OTHERS = 2.
ARCHIVE_GET_NEXT_SESS_NUMBER CALL FUNCTION 'ARCHIVE_GET_NEXT_SESS_NUMBER' EXPORTING iv_current_sess_num = lv_counter IMPORTING ev_new_sess_num = lv_counter EXCEPTIONS internal_error = 1 OTHERS = 2.
ARCHIVE_ADMIN_GET_FILE_INFO CALL FUNCTION 'ARCHIVE_ADMIN_GET_FILE_INFO' EXPORTING archive_name = ls_archive_key EXCEPTIONS OTHERS = 1.
ARCHIVE_ADMIN_GET_FILE_INFO CALL FUNCTION 'ARCHIVE_ADMIN_GET_FILE_INFO' EXPORTING archive_name = ls_archive_key EXCEPTIONS OTHERS = 1.
ARCHIVE_REMOTE_SELECT_ADMIN CALL FUNCTION 'ARCHIVE_REMOTE_SELECT_ADMIN' DESTINATION p_dest EXPORTING iv_object = p_obj IMPORTING ev_sysid = gv_sysid ev_mandt = gv_mandt et_rules = gt_admi_file_rules TABLES et_runs = gt_admi_run et_files = gt_admi_files et_varia = gt_admi_varia et_skip = gt_admi_skip et_davlnk = gt_admi_file_davlnk et_toav0 = gt_toav0 "#EC ENHOK it_doc_range = s_run EXCEPTIONS system_failure = 1 MESSAGE lv_msg communication_failure = 2 MESSAGE lv_msg resource_failure = 3 OTHERS = 4.
FILE_GET_NAME_USING_PATH CALL FUNCTION 'FILE_GET_NAME_USING_PATH' EXPORTING logical_path = pv_pathintern file_name = lv_filename parameter_1 = lv_applic parameter_2 = lv_suffix parameter_3 = lv_object_4_filename IMPORTING file_name_with_path = pv_filename_with_path EXCEPTIONS OTHERS = 1.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'ADMI_FILES' varkey = lv_enqueue_key EXCEPTIONS foreign_lock = 1 system_failure = 2.
ARCHIVE_REMOTE_TRANSFER_FILE CALL FUNCTION 'ARCHIVE_REMOTE_TRANSFER_FILE' DESTINATION p_dest EXPORTING iv_archiving_object = pv_object iv_archive_key = pv_archive_key iv_offset = pv_offset iv_length = gc_stream_length IMPORTING ev_data_length = pv_length TABLES et_data = pt_data EXCEPTIONS system_failure = 1 MESSAGE lv_msg communication_failure = 2 MESSAGE lv_msg resource_failure = 3 OTHERS = 4.
DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSARC_TRANS_ADMIN_RUN - Transfer of Archive Administration Data RSARC_TRANS_ADMIN_RUN - Transfer of Archive Administration Data RSARC_TRANS_ADMIN_CREP_DEF - Transfer of Content Repository Definitions RSARC_TRANS_ADMIN_CREP_DEF - Transfer of Content Repository Definitions RSARC_TRANS_ADMIN_AL_RUN - Transfer of Attachments and Print Lists RSARC_TRANS_ADMIN_AL_RUN - Transfer of Attachments and Print Lists