SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

RFTBCO_CHECK00 SAP ABAP Report - CFM: Check for Correspondence Settings







RFTBCO_CHECK00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report program checks the Customizing settings for correspondence in the Money Market, Foreign Exchange, Derivatives and Securities areas, where possible...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFTBCO_CHECK00 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

TRTM_CHECK_CORR - Check Correspondence Customizing


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 RFTBCO_CHECK00. "Basic submit
SUBMIT RFTBCO_CHECK00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBCO_CHECK00 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: RANTYP_6 = D Derivatives
Selection Text: RANTYP_5 = D Money Market
Selection Text: RANTYP_4 = D Foreign Exchange
Selection Text: RANTYP_2 = D Securities
Selection Text: P_LANGU = Check Language
Selection Text: P_CLNT = Comparison Client for Texts
Selection Text: P_BUKRS = D Company Code
Title: CFM: Check for Correspondence Settings
Text Symbol: FR1 = Check Areas
Text Symbol: 200 = Check: Standing Instr. Correspondence
Text Symbol: 110 = General Check Results
Text Symbol: 100 = Correspondence Check Run


INCLUDES used within this REPORT RFTBCO_CHECK00

INCLUDE RFTBCO_CHECK00_TOP.
INCLUDE RFTBCO_CHECK00_F01.


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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING collect_and_send = xfalse reset = xtrue.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'CHECK'.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' * EXPORTING * LINE_FROM = do NOT submit here! IMPORTING count = cnt_messages EXCEPTIONS inconsistent_range = 1 inconsistent_range_severity = 2 OTHERS = 3.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS i_message = 04 w_message = 08 e_message = 12 a_message = 16.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = 'Prüflauf Korrespondenz'(100) send_if_one = xtrue show_linno = xfalse i_use_grid = xtrue.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' dokname = 'F_TR_CONF_CHECK_HELP01' TABLES links = tdummy_links EXCEPTIONS OTHERS = 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 RFTBCO_CHECK00 or its description.