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

RTXWCHK11 SAP ABAP Report - DART: Verify control totals for FI documents







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

FTWE - Verify control totals (FI documents)


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 RTXWCHK11. "Basic submit
SUBMIT RTXWCHK11 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWCHK11 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_MONAT = D .
Selection Text: S_BUKRS = D .
Selection Text: P_XKOART = Totals per account type
Selection Text: P_VOLSET = D .
Selection Text: P_TARCH = D .
Selection Text: P_MTYP_I = Information
Selection Text: P_MTYP_E = Error
Selection Text: P_MTYP_A = Termination
Selection Text: P_FILE = D .
Selection Text: P_BUKRS = D .
Title: DART: Verify control totals for FI documents
Text Symbol: T03 = Data file
Text Symbol: T02 = Fiscal year
Text Symbol: T01 = Company code
Text Symbol: PTA = Include data retrieved from archive
Text Symbol: PKO = Totals per account type
Text Symbol: L02 = Control totals are invalid
Text Symbol: L01 = Control totals are valid
Text Symbol: L00 = Legend
Text Symbol: H15 = Account balances
Text Symbol: H14 = Items
Text Symbol: H13 = Item totals
Text Symbol: H12 = D/C
Text Symbol: H11 = Period
Text Symbol: H02 = Data extract
Text Symbol: H01 = On-line data
Text Symbol: B03 = Message type for negative result
Text Symbol: B02 = Data extract
Text Symbol: B01 = Selection criteria
Text Symbol: 00S = Debit
Text Symbol: 00H = Credit
Text Symbol: 002 = FI control totals verification: &1 errors found
Text Symbol: 001 = FI control totals verification: No errors found


INCLUDES used within this REPORT RTXWCHK11

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.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = lsx_restrict EXCEPTIONS OTHERS = 0. "N1319852

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING COLLECT_AND_SEND = ld_mess_send.

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