ILMRAARCHFO 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 ILMRAARCHFO 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!
ARCHIVE_NEW_OBJECT call function 'ARCHIVE_NEW_OBJECT' exporting archive_handle = u_handle.
CHANGEDOCU_ARCHIVE_OBJECT call function 'CHANGEDOCU_ARCHIVE_OBJECT' exporting archive_handle = u_handle client = sy-mandt objectclass = con_anla_cd objectid = hlp_cdobjid object_delete_flag = u_flg_loesch.
TEXT_ARCHIVE_OBJECT call function 'TEXT_ARCHIVE_OBJECT' exporting archive_handle = u_handle client = sy-mandt id = '*' language = '*' name = hlp_thead_tdname object = con_anla_text object_delete_flag = u_flg_loesch.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanla record_flags = u_flg_loesch record_structure = 'ANLA'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlh record_flags = u_flg_loesch record_structure = 'ANLH'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlz record_flags = u_flg_loesch record_structure = 'ANLZ'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlp record_flags = u_flg_loesch record_structure = 'ANLP'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlb record_flags = u_flg_loesch record_structure = 'ANLB'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlc record_flags = u_flg_loesch record_structure = 'ANLC'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlk record_flags = u_flg_loesch record_structure = 'ANLK'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlt record_flags = u_flg_loesch record_structure = 'ANLT'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlv record_flags = u_flg_loesch record_structure = 'ANLV'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlw record_flags = u_flg_loesch record_structure = 'ANLW'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanek record_flags = u_flg_loesch record_structure = 'ANEK'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanep record_flags = u_flg_loesch record_structure = 'ANEP'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanle record_flags = u_flg_loesch record_structure = 'ANLE'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanea record_flags = u_flg_loesch record_structure = 'ANEA'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanev record_flags = u_flg_loesch record_structure = 'ANEV'.
call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanli record_flags = u_flg_loesch record_structure = 'ANLI'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xcobra record_flags = u_flg_loesch record_structure = 'COBRA'.
CHANGEDOCU_ARCHIVE_OBJECT call function 'CHANGEDOCU_ARCHIVE_OBJECT' exporting archive_handle = u_handle objectclass = 'RKABRV' objectid = l_objectid object_delete_flag = u_flg_loesch(1).
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xcobrb record_flags = u_flg_loesch record_structure = 'COBRB'.
ARCHIVE_OPEN_FOR_WRITE call function 'ARCHIVE_OPEN_FOR_WRITE' exporting call_delete_job_in_test_mode = v_test create_archive_file = l_create object = v_object comments = hlp_text do_not_delete_data = l_not_delete destroy = l_destroy importing archive_handle = u_handle exceptions internal_error = 1 object_not_found = 2 open_error = 3 not_authorized = 4.
ARCHIVE_PROTOCOL_COLLECT * call function 'ARCHIVE_PROTOCOL_COLLECT' * exporting * i_msgtype = 2 * i_msgid = sy-msgid * i_msgno = sy-msgno * i_msgv1 = sy-msgv1 * i_msgv2 = sy-msgv2 * i_msgv3 = sy-msgv3 * i_msgv4 = sy-msgv4.
ARCHIVE_PROTOCOL_WRITE * call function 'ARCHIVE_PROTOCOL_WRITE'.
ARCHIVE_OPEN_FOR_WRITE * CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE' * EXPORTING * CALL_DELETE_JOB_IN_TEST_MODE = V_TEST * CREATE_ARCHIVE_FILE = L_CREATE * OBJECT = V_OBJECT * COMMENTS = HLP_TEXT * DO_NOT_DELETE_DATA = ld_no_del * IMPORTING * ARCHIVE_HANDLE = U_HANDLE.
ARCHIVE_SAVE_OBJECT call function 'ARCHIVE_SAVE_OBJECT' exporting archive_handle = u_handle exceptions data_object_not_saved = 6.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = gv_anla i_msgtype = 2 i_msgid = sy-msgid i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = gv_anla i_msgtype = 1 i_text = gv_text.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = gv_anla i_msgtype = 1 i_text = gv_text.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = gv_anla i_msgtype = 1 i_text = gv_text.
ARCHIVE_WRITE_STATISTICS call function 'ARCHIVE_WRITE_STATISTICS' exporting archive_handle = u_handle.
ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = u_handle.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.
MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = v_arg msgty = 'W' msgv1 = v_var1 msgv2 = v_var2 msgv3 = v_var3 msgv4 = v_var4 txtnr = v_msg.
MESSAGES_COUNT call function 'MESSAGES_COUNT' importing count = ld_msg_count.
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting show_linno = space * OBJECT = ' ' exceptions * INCONSISTENT_RANGE = 01 no_messages = 02.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlu record_flags = u_flg_loesch record_structure = 'ANLU'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xglofaatmdpndnt record_flags = u_flg_loesch record_structure = 'GLOFAATMDPNDNT'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xglofaaassetdata record_flags = u_flg_loesch record_structure = 'GLOFAAASSETDATA'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlbzw record_flags = u_flg_loesch record_structure = 'ANLBZW'.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = u_handle record = xanlbza record_flags = u_flg_loesch record_structure = 'ANLBZA'.
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 ILMRAARCHFO or its description.