SAP Reports / Programs

RTXWLOG2 SAP ABAP Report - DART: Display extract log







RTXWLOG2 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 RTXWLOG2 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

FTWL - Display extract log


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 RTXWLOG2. "Basic submit
SUBMIT RTXWLOG2 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWLOG2 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: S_GJAHR = D .
Selection Text: S_BUKRS = D .
Selection Text: P_AV_AR = available/archived extracts
Selection Text: P_AVAI = available extracts
Selection Text: P_ALL = available/archived/deleted
Title: DART: Display extract log
Text Symbol: I03 = Which files do you want to import from archive?
Text Symbol: P01 = Restrict selection of extract files
Text Symbol: P02 = Filter extract status
Text Symbol: Q01 = Export to archive
Text Symbol: Q02 = Import from archive
Text Symbol: Q03 = Export is in progress
Text Symbol: Q04 = Import is in progress
Text Symbol: Q11 = Status: Exported without errors
Text Symbol: Q12 = Status: Exported with errors
Text Symbol: Q21 = Status: Imported without errors
Text Symbol: Q22 = Status: Imported with errors
Text Symbol: SEG = Segment statistics:
Text Symbol: T01 = Filter extract status
Text Symbol: V00 = Extract deleted
Text Symbol: V01 = Extract archived
Text Symbol: V02 = Extract available
Text Symbol: V03 = Archiving or retrieval from archive in progress
Text Symbol: X01 = available extracts
Text Symbol: X02 = available/archived extracts
Text Symbol: X03 = available/archived/deleted extr.
Text Symbol: I02 = imported successfully
Text Symbol: 001 = File deleted
Text Symbol: 002 = Extract has been deleted or overwritten
Text Symbol: 003 = Extract was archived and local files are deleted
Text Symbol: 004 = Extract is available
Text Symbol: 010 = Data extract log
Text Symbol: 020 = ArchiveLink messages
Text Symbol: 030 = Filename
Text Symbol: 040 = Delete data extract
Text Symbol: 050 = Delete data extract?
Text Symbol: A01 = Do you really want to archive?
Text Symbol: ARL = Archiving information:





Text Symbol: B01 = Do you really want to retrieve from the archive?
Text Symbol: B10 = Extract is already retrieved
Text Symbol: B11 = and is available.
Text Symbol: B12 = Retrieve extract again?
Text Symbol: C01 = Extract has already been archived.
Text Symbol: C02 = Archive again?
Text Symbol: D01 = Errors found when reading extract.
Text Symbol: D02 = Continue anyway?
Text Symbol: E01 = Not all files have been
Text Symbol: E02 = exported successfully.
Text Symbol: E03 = Which files do you want to export?
Text Symbol: E11 = Failed files only
Text Symbol: E12 = All files
Text Symbol: F01 = Errors found when deleting.
Text Symbol: F02 = Continue anyway?


INCLUDES used within this REPORT RTXWLOG2

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:

TXW_UUID_CONVERT_CHECK CALL FUNCTION 'TXW_UUID_CONVERT_CHECK'.

TXW_DATA_FILE_CLEAN_LOG CALL FUNCTION 'TXW_DATA_FILE_CLEAN_LOG' TABLES t_txw_dir2 = t_txw_dir2.

TXW_DIRECTORY_SET_GET CALL FUNCTION 'TXW_DIRECTORY_SET_GET' CHANGING directory_set = volset EXCEPTIONS canceled = 1.

TXW_FILE_NAME_GET CALL FUNCTION 'TXW_FILE_NAME_GET' EXPORTING voldir_set = volset vol_id = 'DR' log_filename = t_txw_dir2-l_file IMPORTING phy_filename = file_name.

TXW_FILE_NAME_GET CALL FUNCTION 'TXW_FILE_NAME_GET' EXPORTING voldir_set = volset vol_id = vol_id log_filename = t_txw_dir2-l_file IMPORTING phy_filename = file_name.

TXW_DIRECTORY_SET_GET CALL FUNCTION 'TXW_DIRECTORY_SET_GET' CHANGING directory_set = volset EXCEPTIONS canceled = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-050 textline2 = -l_file titel = text-040 IMPORTING answer = answer.

TXW_DIRECTORY_SET_GET CALL FUNCTION 'TXW_DIRECTORY_SET_GET' CHANGING directory_set = volset EXCEPTIONS canceled = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

TXW_FILE_NAME_GET CALL FUNCTION 'TXW_FILE_NAME_GET' EXPORTING voldir_set = volset vol_id = sel_txw_dir2-vol_id log_filename = sel_txw_dir2-l_file IMPORTING phy_filename = sel_txw_dir2-file_name.

TXW_FILE_NAME_GET





CALL FUNCTION 'TXW_FILE_NAME_GET' EXPORTING voldir_set = volset vol_id = 'DR' log_filename = -l_file IMPORTING phy_filename = sel_txw_dir2-file_name.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = text-f01 textline2 = text-f02 titel = text-040 IMPORTING answer = up_answer.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS OTHERS = 0.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING send_if_one = 'X' show_linno = ' ' object = text-040.

TXW_DATA_FILE_CLEAN_LOG CALL FUNCTION 'TXW_DATA_FILE_CLEAN_LOG' TABLES t_txw_dir2 = t_txw_dir2.

TXW_DIRECTORY_SET_GET CALL FUNCTION 'TXW_DIRECTORY_SET_GET' CHANGING directory_set = l_volset EXCEPTIONS canceled = 1.

TXW_AL_EXPORT_PROCESS CALL FUNCTION 'TXW_AL_EXPORT_PROCESS' EXPORTING I_MODE = 'J' I_OBJ_TYPE = 'E' it_obj_uuid = lt_obj i_voldir = l_volset EXCEPTIONS WRONG_CALL = 1 CANCELED_BY_USER = 2 OTHERS = 3.

TXW_DIRECTORY_SET_GET CALL FUNCTION 'TXW_DIRECTORY_SET_GET' CHANGING directory_set = l_volset EXCEPTIONS canceled = 1.

TXW_AL_IMPORT_PROCESS CALL FUNCTION 'TXW_AL_IMPORT_PROCESS' EXPORTING I_MODE = 'J' I_OBJ_TYPE = 'E' it_obj_uuid = lt_obj i_voldir = l_volset EXCEPTIONS WRONG_CALL = 1 CANCELED_BY_USER = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TXW_DIRVF2' CHANGING ct_fieldcat = gt_elog_fieldcatalog.

LIST_DOWNLOAD CALL FUNCTION 'LIST_DOWNLOAD' exceptions others = 99.

POPUP_TO_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * TITEL = sy-REPID * TXT2 = SY-SUBRC * TXT1 = 'Error in Flush'(500).

TXW_DATA_FILE_CLEAN_LOG CALL FUNCTION 'TXW_DATA_FILE_CLEAN_LOG' TABLES t_txw_dir2 = t_txw_dir2.

RS_TABLE_LIST_CREATE CALL FUNCTION 'RS_TABLE_LIST_CREATE' EXPORTING table_name = p_link_tab * ACTION = 'ANZE' TABLES seltab = seltab EXCEPTIONS OTHERS = 6.

K_KKB_POPUP_RADIO3 CALL FUNCTION 'K_KKB_POPUP_RADIO3' EXPORTING i_title = text-t01 i_text1 = text-x01 i_text2 = text-x02 i_text3 = text-x03 i_default = ld_result IMPORTING I_RESULT = ld_result EXCEPTIONS CANCEL = 0.



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