SAP Reports / Programs

TXI_ILM_ARCHIVE_WRITE SAP ABAP Report - Report TXI_ILM_ARCHIVE_WRITE







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ILM_E_SELECT - Run Archiving for ILM


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


Text pool values


Selection Text: P_DEL = Delete Existing Extraction
Selection Text: P_GJAHR = D .
Selection Text: P_TEXT = D .
Selection Text: S_APPL = Applications
Selection Text: S_BUKRS = D .
Selection Text: S_SPRAS = Language
Title: Report TXI_ILM_ARCHIVE_WRITE
Text Symbol: B01 = Selection Criteria
Text Symbol: B11 = General
Text Symbol: B12 = Application Areas
Text Symbol: B13 = Replace existing Archive


INCLUDES used within this REPORT TXI_ILM_ARCHIVE_WRITE

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:

HELP_VALUES_GET_VIA_SEL_SCREEN * CALL FUNCTION 'HELP_VALUES_GET_VIA_SEL_SCREEN' * EXPORTING * tabname = 'TXX_APPL' * fieldname = 'APPL_NAME' * TABLES * selected_values = lt_appl_int * EXCEPTIONS * no_values_found = 1 * selection_cancelled = 2 * invalid_field_in_dictionary = 3 * no_values_selected = 5.

SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING uuid = ls_stru-gd_uid.

TXS_SET_ADK_ARCHIVE CALL FUNCTION 'TXS_SET_ADK_ARCHIVE'.

TXS_SET_APPL_PACK CALL FUNCTION 'TXS_SET_APPL_PACK' EXPORTING i_appl_pack = txilm_ilm.

TXILM_ADMI_EXTR_START CALL FUNCTION 'TXILM_ADMI_EXTR_START' EXPORTING i_stru = ls_stru i_extr_txt = p_text i_delete = p_del IMPORTING e_uid = ld_uuid EXCEPTIONS extraction_deleted = 1 extraction_completed = 2 unknown_status = 3 extract_missing = 4 OTHERS = 5.

TXILM_APPL_ARCHIVE CALL FUNCTION 'TXILM_APPL_ARCHIVE' EXPORTING i_appl = ls_arch_obj-appl_name i_stru = ls_stru.

TXILM_ADMI_EXTR_CLOSE CALL FUNCTION 'TXILM_ADMI_EXTR_CLOSE' EXPORTING i_stru = ls_stru EXCEPTIONS extraction_deleted = 1 extraction_completed = 2 unknown_status = 3 OTHERS = 4.



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