RFMEUFARRDDL 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 RFMEUFARRDDL 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: P_DELPRD = D .
Selection Text: P_DELTST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Title: Archiving FMEUF Certification Run and Document Items: Delete Program
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_INIT_APPL call function 'ARCHIVE_PROTOCOL_INIT_APPL' exporting i_detailprotocol = u_detail_prot.
ARCHIVE_OPEN_FOR_DELETE call function 'ARCHIVE_OPEN_FOR_DELETE' exporting object = u_object test_mode = u_deltst importing archive_handle = c_archive_handle tables selected_files = lt_files exceptions others = 1.
ARCHIVE_GET_INFORMATION call function 'ARCHIVE_GET_INFORMATION' exporting archive_handle = c_archive_handle importing object_number_in_file = gf_process_info-counter-total.
ARCHIVE_GET_CUSTOMIZING_DATA call function 'ARCHIVE_GET_CUSTOMIZING_DATA' exporting object = u_object importing commit_count_for_delete_prg = l_max_commit.
ARCHIVE_GET_NEXT_OBJECT call function 'ARCHIVE_GET_NEXT_OBJECT' exporting archive_handle = u_archive_handle exceptions end_of_file = 1.
ARCHIVE_READ_OBJECT_BY_HANDLE call function 'ARCHIVE_READ_OBJECT_BY_HANDLE' exporting iv_handle = u_archive_handle changing ct_obj_data = lt_object_data.
ARCHIVE_DELETE_TABLE call function 'ARCHIVE_DELETE_TABLE' exporting iv_tabname = lf_object_data-tabname it_records =
iv_deltst = u_deltst iv_handle = u_archive_handle exceptions others = 1.
ARCHIVE_DELETE_OBJECT_DATA call function 'ARCHIVE_DELETE_OBJECT_DATA' exporting archive_handle = u_archive_handle exceptions others = 1.
ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = u_archive_handle TABLES table = lt_statistic EXCEPTIONS OTHERS = 0.
ARCHIVE_WRITE_STATISTICS call function 'ARCHIVE_WRITE_STATISTICS' exporting archive_handle = u_archive_handle.
ARCHIVE_PROTOCOL_WRITE_APPL call function 'ARCHIVE_PROTOCOL_WRITE_APPL'.
ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = u_archive_handle.
FMEUF_AW_KEY_TO_ITEMKEY CALL FUNCTION 'FMEUF_AW_KEY_TO_ITEMKEY' EXPORTING I_AWITEMKEY = lf_awitemkey IMPORTING E_ITEMKEY = lf_itemkey.
ARCHIVE_PROTOCOL_COLLECT_APPL call function 'ARCHIVE_PROTOCOL_COLLECT_APPL' exporting i_object = l_objtext i_msgtype = l_msgtype i_msgid = lf_msg-id i_msgno = lf_msg-number i_msgv1 = lf_msg-message_v1 i_msgv2 = lf_msg-message_v2 i_msgv3 = lf_msg-message_v3 i_msgv4 = lf_msg-message_v4.
PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' exporting i_msgid = 'FMEUF' i_msgno = '251' i_processed = gf_process_info-counter-processed i_total = gf_process_info-counter-total i_output_immediately = l_immidiate.
PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' exporting i_msgid = 'FMEUF' i_msgno = '251' i_processed = gf_process_info-counter-processed i_total = gf_process_info-counter-total i_output_immediately = l_immidiate importing e_progress_sent = l_progress_sent.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFMEUFARRDDL - Archiving FMEUF Certification Run and Document Items: Delete Program RFMEUFARRDDL - Archiving FMEUF Certification Run and Document Items: Delete Program RFMEUFAROPWR - Archiving FMEUF Operations: Write Program RFMEUFAROPWR - Archiving FMEUF Operations: Write Program RFMEUFAROPRL - Archiving FMEUF Operations: Reload Program RFMEUFAROPRL - Archiving FMEUF Operations: Reload Program