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
Below is a list of transaction codes which are relevant to this SAP report
TRTM_CHECK_CORR - Check Correspondence Customizing
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.
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
INCLUDE RFTBCO_CHECK00_TOP.
INCLUDE RFTBCO_CHECK00_F01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTBCO_CHECK00 - CFM: Check for Correspondence Settings RFTBCO_CHECK00 - CFM: Check for Correspondence Settings RFTBCO_ADJUST_SSTATUS - Set SSTATUS Field in Old Data Records of Table VTBKORES RFTBCO_ADJUST_SSTATUS - Set SSTATUS Field in Old Data Records of Table VTBKORES RFTBCOSI_COPY - Standing Instructions for Correspondence (Mass Copy Function) RFTBCOSI_COPY - Standing Instructions for Correspondence (Mass Copy Function)