RSREQARCH_WRITE 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 RSREQARCH_WRITE 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: WITHDTP = D .
Selection Text: P_WRITST = Test Mode
Selection Text: P_WRIPRD = Production Mode
Selection Text: P_PROT_O = Log Output
Selection Text: P_PROT = Detail Log
Selection Text: P_DELTST = Delete with Test Variant
Selection Text: P_COMENT = Archiving Session Note
Selection Text: ONLY_OLD = Only Reloaded Requests
Selection Text: ONLY_NEW = Only Archive New Requests
Selection Text: OLDER = Requests Older than (Months)
Selection Text: LOWLIMIT = Min. Number Requests
Selection Text: DATE = Selection Date of Request
Selection Text: BOTH = Archive All Requests
Title: Request - Archiving - Write Requests to New Archive
Text Symbol: 023 = Application Help
Text Symbol: 022 = For more information, see SAP Note 950612 or here:
Text Symbol: 021 = No
Text Symbol: 020 = Read Note 950612 for Detailed Information
Text Symbol: 019 = Yes
Text Symbol: 018 = Do you want to exit without saving?
Text Symbol: 017 = Exit Without Saving?
Text Symbol: 016 = Select DataSource/Source System Combination
Text Symbol: 015 = Exclude DataSources
Text Symbol: 014 = DataSource/Source System Restrications Exist
Text Symbol: 013 = No limiting selections available
Text Symbol: 012 = Requests
Text Symbol: 011 = Process Flow Control
Text Symbol: 010 = Restrictions
Text Symbol: 009 = You Can Find Exact Information in the Transac.n AOBJ to the Archive Obj. BWREQARCH
Text Symbol: 008 = as Well as the Tables RSMONMESS, RSMONIPTAB, RSMONICTAB, RSMONFACT,...
Text Symbol: 007 = RSSELONE, RSUICDONE, RSLDTDONE, RSTCPDONE, RSHIEDONE,...
Text Symbol: 006 = RS*DONE and RSMON*, for Example the Tables
Text Symbol: 005 = The Contents of the Following Tables Are Part of the Management Info
Text Symbol: 004 = The PSA Data for the Request Itself Will NOT Be Deleted
Text Symbol: 003 = ONLY the Management Information of the Request Will Be Archived
Text Symbol: 002 = All Requests Loaded on That Date Will Be Archived
Text Symbol: 001 = The selection date here refers to the load date of the request
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IWB_HTML_HELP_EXTENDED_HELP call function 'IWB_HTML_HELP_EXTENDED_HELP' exporting help_information = ls_help exceptions others = 1.
RSPC_SHOW_DOCUMENTATION * call function 'RSPC_SHOW_DOCUMENTATION' * exporting * i_docu_type = 'LO' * i_docu_obj = '499500F79C1D311FE10000000A421938' * i_title = text-023 * exceptions * others = 0.
RSDS_DATASOURCE_HEADER_GET call function 'RSDS_DATASOURCE_HEADER_GET' exporting i_langu = sy-langu * I_LOGSYS = i_old_ds = rs_c_true i_new_ds = rs_c_true i_objvers = rs_c_objvers-active i_show_modified = rs_c_false i_with_text = rs_c_true importing e_t_viewheader = l_t_view exceptions inconsistent = 1 others = 2.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_space text = text-015 info = text-013 importing result = p_but.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_checked text = text-015 info = text-014 importing result = p_but.
RSSM_RFC_IS_GUI_ON call function 'RSSM_RFC_IS_GUI_ON' importing on = l_on.
RSSM_SLEEP_DEBUG * call function 'RSSM_SLEEP_DEBUG' * exporting * i_seconds = 15 ** I_ALWAYS = ' ' ** I_DEBUG_STATUS_GET = ' ' ** IMPORTING ** E_DEBUG_ON = * .
ENQUEUE_ERSREQARCH call function 'ENQUEUE_ERSREQARCH' exporting _scope = '3' _wait = 'X' exceptions foreign_lock = 1.
RSSM_RSREQDONE_READ call function 'RSSM_RSREQDONE_READ' exporting i_t_rnr = l_t_rnr tables e_t_rsreqdone = l_t_reqdone.
RSSM_RSSELDONE_READ call function 'RSSM_RSSELDONE_READ' exporting i_rnr = l_s_reqdone-rnr tables e_t_rsseldone = l_t_seldone_dummy.
RSSM_RSREQDONE_READ * call function 'RSSM_RSREQDONE_READ' * exporting * i_use_sl_tabs = 'X' * tables * e_t_rsreqdone = l_t_reqdone * sl_datum = date.
RSSM_RSSELDONE_READ call function 'RSSM_RSSELDONE_READ' exporting i_rnr = l_s_reqdone-rnr tables e_t_rsseldone = l_t_seldone_dummy.
RSSM_RSSELDONE_READ call function 'RSSM_RSSELDONE_READ' exporting i_rnr = l_s_reqdone-rnr i_single_select = 'X' importing e_s_rsseldone = l_s_seldone.
DEQUEUE_ERSREQARCH call function 'DEQUEUE_ERSREQARCH' exporting _scope = '3' _synchron = 'X'.
RSSM_GET_REQUEST_STATUS call function 'RSSM_GET_REQUEST_STATUS' exporting i_request = l_s_rnr-rnr i_stay_yellow = rs_c_false * I_NO_ASSISTANCE = RS_C_FALSE * I_NO_TIMEOUT = RS_C_FALSE i_no_question = rs_c_true i_no_datastate = rs_c_true * IMPORTING * E_TECHSTATUS = * E_TECHINFO = * E_QUALSTATUS = * E_QUALINFO = * E_LOCATION = * TABLES * E_T_MESSAGES = * E_T_MSGTAB = * E_T_TEXT = exceptions not_exist = 0 others = 0.
RRSI_VAL_SID_SINGLE_CONVERT call function 'RRSI_VAL_SID_SINGLE_CONVERT' exporting i_iobjnm = '0REQUID' i_chavl = l_s_rnr-rnr i_new_values = rs_c_false importing e_sid = l_dtp_sid.
RSREQARCH_WRITE_REQUEST call function 'RSREQARCH_WRITE_REQUEST' exporting i_t_rnr = l_t_rnr i_testmode = p_test i_comment = p_comm i_deltst = p_deltst i_detail_prot = p_prot i_prot_output = p_prot_o i_no_status_check = rs_c_true tables i_t_user_selection = l_t_sel exceptions others = 1.
DEQUEUE_ERSREQARCH call function 'DEQUEUE_ERSREQARCH' exporting _scope = '3' _synchron = 'X'.
call function 'DEQUEUE_ERSREQARCH' exporting _scope = '3' _synchron = 'X'.
DEQUEUE_ERSREQARCH call function 'DEQUEUE_ERSREQARCH' exporting _scope = '3' _synchron = 'X'.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_space text = text-015 info = text-013 importing result = p_but.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_checked text = text-015 info = text-014 importing result = p_but.
SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = restrict exceptions too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 others = 9.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_space text = text-015 info = text-013 importing result = p_but.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_checked text = text-015 info = text-014 importing result = p_but.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_information info = text-023 importing result = p_docu.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-017 * DIAGNOSE_OBJECT = ' ' text_question = text-018 text_button_1 = text-019 * ICON_BUTTON_1 = ' ' text_button_2 = text-021 * ICON_BUTTON_2 = ' ' default_button = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' importing answer = g_answer * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2.
SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act =
-top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' importing entry_new = l_tc_new_top_line exceptions * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 others = 0.
DYNP_GET_STEPL call function 'DYNP_GET_STEPL' importing povstepl = l_stepl exceptions stepl_not_found = 1 others = 2.
REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = text-016 i_tabname = 'L_T_F4_PSA' i_structure_name = 'RSPROCESS_S_PSADELETE_F4' i_checkbox_fieldname = 'MARK' it_fieldcat = l_t_excluding importing es_selfield = l_s_selected e_exit = l_exit tables t_outtab = l_t_f4_psa exceptions program_error = 1 others = 2.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'RSREQARCH_WRITE' dynumb = '0010' tables dynpfields = l_t_df exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.
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 RSREQARCH_WRITE or its description.
RSREQARCH_WRITE - Request - Archiving - Write Requests to New Archive RSREQARCH_WRITE - Request - Archiving - Write Requests to New Archive RSREQARCH_RESET_REQUESTS - Reset Request Status to NOT Archived RSREQARCH_RESET_REQUESTS - Reset Request Status to NOT Archived RSREQARCH_REORG_ARCHIVES - Reorganize Archive RSREQARCH_REORG_ARCHIVES - Reorganize Archive