FICARCF01 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 FICARCF01 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!
POPUP_DISPLAY_TEXT_WITH_PARAMS CALL FUNCTION 'POPUP_DISPLAY_TEXT_WITH_PARAMS' EXPORTING popup_title = text-t10 text_object = lc_text_object TABLES PARAMETERS = lt_text_params.
FC_VERSION_DBS_DISMANTLE CALL FUNCTION 'FC_VERSION_DBS_DISMANTLE' EXPORTING e_ra_rvers = fs_rvers[] IMPORTING it_dbsvs = lt_rvers[].
FC_STATUS_INAKTIV CALL FUNCTION 'FC_STATUS_INAKTIV'.
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 output_sel_screen_when_batch = gc_set IMPORTING archive_handle = fv_handle.
FC_VERSION_DBS_DISMANTLE CALL FUNCTION 'FC_VERSION_DBS_DISMANTLE' EXPORTING e_ra_rvers = lt_rvers_empty[] IMPORTING it_dbsvs = lt_rvers_all[].
FC_VERSION_DBS_DISMANTLE CALL FUNCTION 'FC_VERSION_DBS_DISMANTLE' EXPORTING e_ra_rvers = fs_rvers[] IMPORTING it_dbsvs = lt_rvers[].
ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = fv_handle object_id = fw_object_id.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = fv_handle record_flags = fv_record_flags record_structure = fv_strucutre TABLES table = ft_data.
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = fv_handle.
ARCHIVE_GET_INFORMATION CALL FUNCTION 'ARCHIVE_GET_INFORMATION' EXPORTING archive_handle = fv_handle IMPORTING archive_creation_system = fw_run_info-system.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = fv_handle.
FC_VERSION_DBS_DISMANTLE CALL FUNCTION 'FC_VERSION_DBS_DISMANTLE' EXPORTING e_ra_rvers = lt_rvers_empty[] IMPORTING it_dbsvs = lt_rvers_all[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.