SAP Reports / Programs | Basis Components | Basis Components | eCATT Extended Computer Aided Test Tool(BC-TWB-TST-ECA) SAP BC

_LECATT_LOG_ARCHIVEF01 SAP ABAP INCLUDE - LECATTLOGARCHIVEF01







_LECATT_LOG_ARCHIVEF01 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 _LECATT_LOG_ARCHIVEF01 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 _LECATT_LOG_ARCHIVEF01. "Basic submit
SUBMIT _LECATT_LOG_ARCHIVEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT _LECATT_LOG_ARCHIVEF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT _LECATT_LOG_ARCHIVEF01

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_PUT_INIT_DATA CALL FUNCTION 'ARCHIVE_PUT_INIT_DATA' EXPORTING archive_handle = archive_handle record_structure = 'TEXTSTRUC' TABLES init_data = it_init_data EXCEPTIONS wrong_access_to_archive = 1 called_too_late = 2 OTHERS = 3.

ARCHIVE_GET_REGISTRATION_INFO CALL FUNCTION 'ARCHIVE_GET_REGISTRATION_INFO' EXPORTING archive_handle = archive_handle IMPORTING registered_by_object = registered_by_object TABLES archiving_classes = it_archiving_classes EXCEPTIONS wrong_access_to_archive = 1 called_by_archiving_object = 2 called_too_early = 3 OTHERS = 4.

ARCHIVE_REGISTER_STRUCTURES ** CALL FUNCTION 'ARCHIVE_REGISTER_STRUCTURES' ** EXPORTING ** ARCHIVE_HANDLE = archive_handle ** TABLES ** RECORD_STRUCTURES = it_record_structures ** EXCEPTIONS ** NO_NEW_STRUCTURES_PERMITTED = 1 ** WRONG_ACCESS_TO_ARCHIVE = 2 ** OTHERS = 3.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_HEAD' TABLES table = put_itab_eclog_head * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_head_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_HEAD' TABLES table = put_itab_eclog_head * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_head_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_SCR' TABLES table = put_itab_eclog_scr * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_SCR' TABLES table = put_itab_eclog_scr * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_SCNT' TABLES table = put_itab_eclog_scnt * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_SCNT' TABLES table = put_itab_eclog_scnt * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_DATA' TABLES table = put_itab_eclog_data * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_DATA' TABLES table = put_itab_eclog_data * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_XDAT' TABLES table = put_itab_eclog_xdat * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_XDAT' TABLES table = put_itab_eclog_xdat * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_CALL' TABLES table = put_itab_eclog_call * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = archive_handle * default: setting to delete all class data record_flags = del_and_others_flags"#EC * record_structure = 'ECLOG_CALL' TABLES table = put_itab_eclog_call * alternative: control delete at record level * RECORD_FLAGS_TABLE = del_scr_table EXCEPTIONS wrong_access_to_archive = 1 invalid_record_structure = 2.

TABLE_DECOMPRESS CALL FUNCTION 'TABLE_DECOMPRESS' TABLES in = init_tab out = x_init_tab.

ARCHIVE_GET_INIT_DATA CALL FUNCTION 'ARCHIVE_GET_INIT_DATA' EXPORTING archive_handle = archive_handle record_structure = 'TEXTSTRUC' TABLES init_data = it_init_data EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

ARCHIVE_GET_STRUCTURES * CALL FUNCTION 'ARCHIVE_GET_STRUCTURES' * EXPORTING * ARCHIVE_HANDLE = archive_handle * TABLES * RECORD_STRUCTURES = it_record_structures * EXCEPTIONS * WRONG_ACCESS_TO_ARCHIVE = 1 * OTHERS = 2.

TABLE_DECOMPRESS





CALL FUNCTION 'TABLE_DECOMPRESS' TABLES in = data_table out = itab_ecatt_log_old_xdata.

ARCHIVE_CONVERSION_FORMROUTINE CALL FUNCTION 'ARCHIVE_CONVERSION_FORMROUTINE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_HEAD' IMPORTING program_pool = program_pool_eclog_head formroutine = conv_routine_eclog_head EXCEPTIONS wrong_access_to_archive = 1 no_information_available = 2.

ARCHIVE_CONVERSION_FORMROUTINE CALL FUNCTION 'ARCHIVE_CONVERSION_FORMROUTINE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_SCR' IMPORTING program_pool = program_pool_eclog_scr formroutine = conv_routine_eclog_scr EXCEPTIONS wrong_access_to_archive = 1 no_information_available = 2.

ARCHIVE_CONVERSION_FORMROUTINE CALL FUNCTION 'ARCHIVE_CONVERSION_FORMROUTINE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_SCNT' IMPORTING program_pool = program_pool_eclog_scnt formroutine = conv_routine_eclog_scnt EXCEPTIONS wrong_access_to_archive = 1 no_information_available = 2.

ARCHIVE_CONVERSION_FORMROUTINE CALL FUNCTION 'ARCHIVE_CONVERSION_FORMROUTINE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_DATA' IMPORTING program_pool = program_pool_eclog_data formroutine = conv_routine_eclog_data EXCEPTIONS wrong_access_to_archive = 1 no_information_available = 2.

ARCHIVE_CONVERSION_FORMROUTINE CALL FUNCTION 'ARCHIVE_CONVERSION_FORMROUTINE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_XDAT' IMPORTING program_pool = program_pool_eclog_xdat formroutine = conv_routine_eclog_xdat EXCEPTIONS wrong_access_to_archive = 1 no_information_available = 2.

ARCHIVE_CONVERSION_FORMROUTINE CALL FUNCTION 'ARCHIVE_CONVERSION_FORMROUTINE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_CALL' IMPORTING program_pool = program_pool_eclog_call formroutine = conv_routine_eclog_call EXCEPTIONS wrong_access_to_archive = 1 no_information_available = 2.

ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_HEAD' all_records_of_object = 'X' * control delete for all class data * IMPORTING * RECORD_FLAGS = del_and_others_flags TABLES table = get_itab_eclog_head * control delete at record level record_flags_table = del_eclog_head_table EXCEPTIONS end_of_object = 1 wrong_access_to_archive = 2.

ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_SCR' all_records_of_object = 'X' * control delete for all class data * IMPORTING * RECORD_FLAGS = del_and_others_flags TABLES table = get_itab_eclog_scr * control delete at record level record_flags_table = del_eclog_scr_table EXCEPTIONS end_of_object = 1 wrong_access_to_archive = 2.

ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_SCNT' all_records_of_object = 'X' * control delete for all class data * IMPORTING * RECORD_FLAGS = del_and_others_flags TABLES table = get_itab_eclog_scnt * control delete at record level record_flags_table = del_eclog_scnt_table EXCEPTIONS end_of_object = 1 wrong_access_to_archive = 2.

ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_DATA' all_records_of_object = 'X' * control delete for all class data * IMPORTING * RECORD_FLAGS = del_and_others_flags TABLES table = get_itab_eclog_data * control delete at record level record_flags_table = del_eclog_data_table EXCEPTIONS end_of_object = 1 wrong_access_to_archive = 2.

ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_XDAT' all_records_of_object = 'X' * control delete for all class data * IMPORTING * RECORD_FLAGS = del_and_others_flags TABLES table = get_itab_eclog_xdat * control delete at record level record_flags_table = del_eclog_xdat_table EXCEPTIONS end_of_object = 1 wrong_access_to_archive = 2.

ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = archive_handle record_structure = 'ECLOG_CALL' all_records_of_object = 'X' * control delete for all class data * IMPORTING * RECORD_FLAGS = del_and_others_flags TABLES table = get_itab_eclog_call * control delete at record level record_flags_table = del_eclog_call_table EXCEPTIONS end_of_object = 1 wrong_access_to_archive = 2.

ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = itab_eclog_head_del-handle TABLES table = statistics_tab EXCEPTIONS internal_error = 1.

ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = itab_eclog_scr_del-handle TABLES table = statistics_tab EXCEPTIONS internal_error = 1.

ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = itab_eclog_scnt_del-handle TABLES table = statistics_tab EXCEPTIONS internal_error = 1.

ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = itab_eclog_data_del-handle TABLES table = statistics_tab EXCEPTIONS internal_error = 1.

ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = itab_eclog_xdat_del-handle TABLES table = statistics_tab EXCEPTIONS internal_error = 1.

ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = itab_eclog_call_del-handle TABLES table = statistics_tab EXCEPTIONS internal_error = 1.

ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = archive_handle TABLES table = statistics_tab EXCEPTIONS internal_error = 1.






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