EAML_EVT_ARCHIVE_READ_F01 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 EAML_EVT_ARCHIVE_READ_F01 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.
Title: Include EAML_EVT_ARCHIVE_READ_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING object = gc_object IMPORTING archive_handle = gv_archive_handle EXCEPTIONS OTHERS = 1.
ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = gv_archive_handle EXCEPTIONS end_of_file = 01.
ARCHIVE_READ_OBJECT_BY_HANDLE CALL FUNCTION 'ARCHIVE_READ_OBJECT_BY_HANDLE' EXPORTING iv_handle = gv_archive_handle * IV_READ_CLASS_DATA = 'CONTEXT' CHANGING ct_obj_data = gt_data_object.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = gv_archive_handle.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING is_keyinfo = ls_keyinfo * is_layout = gs_layout it_fieldcat = lt_fieldcat_all[] i_tabname_header = 'GT_EVT_HEADER' i_tabname_item = 'GT_ATVAL' TABLES t_outtab_header = lt_evt_header[] t_outtab_item = gt_atval[].
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'GT_EVT_HEADER' i_structure_name = 'EAML_D_EVT' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'GT_EVT_HEADER' i_structure_name = 'EAML_S_LFE_DATA_UI' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'GT_ATVAL' i_structure_name = 'EAML_D_EVT_ATVAL' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EAML_EVT_ARCHIVE_READ_F01 - Include EAML_EVT_ARCHIVE_READ_F01 EAML_EVT_ARCHIVE_DEL_F01 - Include EAML_EVT_ARCHIVE_DEL_F01 EAML_EVT_ARCHIVE_DELETE - Report EAML_EVT_ARCHIVE_DELETE EAML_EVT_ARCHIVE_DELETE - Report EAML_EVT_ARCHIVE_DELETE EAML_COZVTOP - Include EAML_COZVTOP EAML_COVGTOP - Include EAML_COVGTOP