SAP Reports / Programs | Archiving | SAP Utilities | Archiving(IS-U-TO-ARC) SAP IS

ISU_AMIO_READ_ARCHIVE SAP ABAP Report - Program ISU_AMIO_READ_ARCHIVE







ISU_AMIO_READ_ARCHIVE 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 ISU_AMIO_READ_ARCHIVE into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ISU_AMIO_READ_ARCHIVE. "Basic submit
SUBMIT ISU_AMIO_READ_ARCHIVE AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_AMIO_READ_ARCHIVE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program ISU_AMIO_READ_ARCHIVE
Text Symbol: 002 = &1 Parked Documents Read


INCLUDES used within this REPORT ISU_AMIO_READ_ARCHIVE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING object = co_amio_arch_obj IMPORTING archive_handle = wa_archive_handle EXCEPTIONS file_already_open = 1 no_files_available = 4 not_authorized = 7 OTHERS = 8.

ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = wa_archive_handle EXCEPTIONS end_of_file = 1 OTHERS = 6.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = wa_archive_handle EXCEPTIONS internal_error = 1 wrong_access_to_archive = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = g_repid i_callback_pf_status_set = g_status_set i_callback_user_command = g_user_command i_structure_name = 'ISU_CS_AMIO_READ_ARCHIVE' is_layout = gs_layout i_save = g_save is_variant = gs_variant it_events = gt_events[] TABLES t_outtab = imt_display_data EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.

ISU_PRDOC_SCREEN CALL FUNCTION 'ISU_PRDOC_SCREEN' EXPORTING i_prdoc = ls_outtab-prdoc i_wmode = co_display EXCEPTIONS not_found = 1 foreign_lock = 2 not_authorized = 3 in_processing = 4 system_error = 5 OTHERS = 6.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.

ARCHIVE_OPEN_FOR_READ * CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' * EXPORTING * object = co_amio_arch_obj * IMPORTING * archive_handle = wa_archive_handle * EXCEPTIONS * file_already_open = 1 * no_files_available = 4 * not_authorized = 7 * OTHERS = 8.

ARCHIVE_GET_NEXT_OBJECT * CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' * EXPORTING * archive_handle = wa_archive_handle * EXCEPTIONS * end_of_file = 1 * OTHERS = 6.

ARCHIVE_CLOSE_FILE * CALL FUNCTION 'ARCHIVE_CLOSE_FILE' * EXPORTING * archive_handle = wa_archive_handle * EXCEPTIONS * internal_error = 1 * wrong_access_to_archive = 2 * OTHERS = 3.

ISU_PRDOC_SCREEN *CALL FUNCTION 'ISU_PRDOC_SCREEN' * EXPORTING * I_PRDOC = prdoc * i_wmode = 1 ** I_PROCESS = ** I_PRVAR = ** IT_MDKEY = ** I_AUTO = ** I_CONTR_EXT = ** IMPORTING ** E_PRDOC = ** EXCEPTIONS ** NOT_FOUND = 1 ** FOREIGN_LOCK = 2 ** NOT_AUTHORIZED = 3 ** IN_PROCESSING = 4 ** SYSTEM_ERROR = 5 ** OTHERS = 6 * .



Contribute (Add Comments)

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 ISU_AMIO_READ_ARCHIVE or its description.