SAP Reports / Programs | Cross-Application Components | General Application Functions | Data Retention Tool(CA-GTF-DRT) SAP CA

RTXWCHK4 SAP ABAP Report - Check All Control Totals in Data Extract







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

FTWE1 - Verify all FI control totals


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 RTXWCHK4. "Basic submit
SUBMIT RTXWCHK4 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWCHK4 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_MTYP_A = Termination
Selection Text: P_MTYP_E = Error
Selection Text: P_MTYP_I = Information
Selection Text: P_FILE = D .
Selection Text: P_TARCH = D .
Selection Text: P_VOLSET = D .
Title: Check All Control Totals in Data Extract
Text Symbol: B02 = Data Extract
Text Symbol: B03 = Message Type for Negative Result
Text Symbol: PTA = Include Data Retrieved from Archive


INCLUDES used within this REPORT RTXWCHK4

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_DATA_FILE_VALUE_HELP CALL FUNCTION 'TXW_DATA_FILE_VALUE_HELP' IMPORTING data_file = p_file EXCEPTIONS canceled = 1 OTHERS = 2.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING COLLECT_AND_SEND = ld_mess_send.

TXW_EXTRACT_READ_INIT CALL FUNCTION 'TXW_EXTRACT_READ_INIT' EXPORTING file_name = p_file voldir_set = p_volset.

TXW_EXTRACT_SELECTION_READ CALL FUNCTION 'TXW_EXTRACT_SELECTION_READ' TABLES t_txw_sel = t_txw_sel.

TXW_EXTRACT_READ_CLOSE CALL FUNCTION 'TXW_EXTRACT_READ_CLOSE'.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING MODE = 'CURRENT' NO_DIALOG = 'X' IMPORTING OUT_ARCHIVE_PARAMETERS = ARPARAMS OUT_PARAMETERS = pripar VALID = VALID.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'XW' msgty = sy-msgty txtnr = '076'.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' "H1773683 TABLES listobject = lt_list_tab.

WRITE_LIST CALL FUNCTION 'WRITE_LIST' "H1773683 * EXPORTING * WRITE_ONLY = 'X' TABLES listobject = lt_list_tab.

MESSAGE_EXPORT_IMPORT CALL FUNCTION 'MESSAGE_EXPORT_IMPORT' "H1368472 EXPORTING EX_OR_IF = 'IF' I_MEMORYID = 'DART/FTWE' EXCEPTIONS OTHERS = 0.

MESSAGES_SAVE CALL FUNCTION 'MESSAGES_SAVE' exporting i_balobject = ld_balobject i_balsubobject = ld_balsubobject importing e_log_handle = gd_log_handle exceptions OTHERS = 0.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' IMPORTING MAX_SEVERITY = ld_severity EXCEPTIONS OTHERS = 0.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXCEPTIONS OTHERS = 0.

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING LS_KEY = GS_KEY LS_SCMA_EVENT = LS_SCMA_EVENT LS_MESSAGE = LS_MESSAGE CHANGING LD_APLSTAT = LD_APLSTAT EXCEPTIONS NO_ID_GIVEN = 1 OTHERS = 2.

KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING LS_DETAIL = LS_DETAIL LS_WITEM = LS_WITEM IMPORTING LS_KEY = GS_KEY TABLES LT_SELKRIT = LT_SELKRIT.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING NO_DIALOG = 'X' MODE = 'CURRENT' IMPORTING OUT_PARAMETERS = PRINT_PARAMETERS OUT_ARCHIVE_PARAMETERS = ARC_PARAMETERS.

SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING IN_PARAMETERS = PRINT_PARAMETERS IN_ARCHIVE_PARAMETERS = ARC_PARAMETERS.



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