ARCMMF01S 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 ARCMMF01S 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!
G_DISPLAY_SELECTION_DYNPRO call function 'G_DISPLAY_SELECTION_DYNPRO' exporting allow_print = 'X' dynp_title = text-030 sel_title1 = lt_typt sel_title2 = space show_also_1 = 'X' width_of_titles = 'X' importing sel_index = sy-tabix tables sel_table = lt_typt exceptions no_lines = 02 no_line_picked = 03.
ARCHIVE_PROTOCOL_INIT call function 'ARCHIVE_PROTOCOL_INIT' exporting i_detailprotocol = fp_prot.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_text = 'Zu Ihren Selektionsbedingungen wurden keine Belege gefunden'(w08) i_msgtype = 3.
PROGRESS_INDICATOR call function 'PROGRESS_INDICATOR' exporting i_msgid = 'GX' i_msgno = '022' i_msgv1 = lw_arch_run_info-documents_archived i_msgv2 = lw_arch_run_info-documents_to_archive i_msgv3 = lw_arch_run_info-documents_mixed importing e_progress_sent = lv_progress_sent.
ARCHIVE_WRITE_STATISTICS call function 'ARCHIVE_WRITE_STATISTICS' exporting archive_handle = lv_handle.
ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = lv_handle.
PROGRESS_INDICATOR call function 'PROGRESS_INDICATOR' exporting i_msgid = 'GX' i_msgno = '022' i_msgv1 = lw_arch_run_info-documents_archived i_msgv2 = lw_arch_run_info-documents_to_archive i_msgv3 = lw_arch_run_info-documents_mixed i_output_immediately = gc_set.
ARCHIVE_PROTOCOL_WRITE call function 'ARCHIVE_PROTOCOL_WRITE'.
PROGRESS_INDICATOR call function 'PROGRESS_INDICATOR' exporting i_text = text-022 i_output_immediately = 'X'.
ARCHIVE_OPEN_FOR_WRITE call function 'ARCHIVE_OPEN_FOR_WRITE' exporting call_delete_job_in_test_mode = lv_delete_in_test create_archive_file = lv_create_file object = gc_archive_object comments = fp_coment do_not_delete_data = l_not_delete destroy = l_destroy output_sel_screen_when_dialog = space importing archive_handle = fv_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_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_string1 i_text = lv_string2 i_msgtype = 2.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_string1 i_text = lv_string2 i_msgtype = 2.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_string1 i_text = lv_string2 i_msgtype = 2.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_string1 i_text = lv_string2 i_msgtype = 2.
ARCHIVE_NEW_OBJECT call function 'ARCHIVE_NEW_OBJECT' exporting archive_handle = fv_handle object_id = lw_object_id.
ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = fv_handle record_flags = lv_record_flag record_structure = 'ACCTHD' tables table = ft_accthd.
call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = fv_handle record_flags = lv_record_flag record_structure = 'ACCTIT' tables table = ft_acctit.
ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = fv_handle record_flags = lv_record_flag record_structure = 'ACCTCR' tables table = ft_acctcr.
ARCHIVE_SAVE_OBJECT call function 'ARCHIVE_SAVE_OBJECT' exporting archive_handle = fv_handle exceptions termination_requested = 1 data_object_not_saved = 6.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_string1 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 = lv_string1 i_msgtype = 1 i_text = lf_text.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_string1 i_msgtype = 1 i_text = lf_text.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_string1 i_text = 'Beleg archiviert'(w10) i_msgtype = 1.
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 ARCMMF01S or its description.
ARCMMF01S - documentation and ABAP source code ARCLCTOP - Report Program RGUARCLC (Archive FI_LC_ITEM): Global Data ARCLCSEL - Report Program RGUARCLC (Archive FI_LC_ITEM): Selection Options ARCLCF01 - Report Program RGUARCLC (Archive FI_LC_ITEM): Form Routines ARCINC01 - Include for Material Document Archiving Report ARCH_WRITE_PRG_STANDARD_ACL - Include: ARCH_WRITE_PRG_STANDARD_ACL