SAP Reports / Programs

RFTBCO20_MONITOR SAP ABAP Report - Correspondence Monitor







RFTBCO20_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Correspondence Monitor The correspondence monitor is used to monitor all correspondence activities in the Money Market, Foreign Exchange, Derivatives and Securities areas...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 RFTBCO20_MONITOR 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

TBZ11 - Correspondence Monitor


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 RFTBCO20_MONITOR. "Basic submit
SUBMIT RFTBCO20_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBCO20_MONITOR 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: SOP_TIME = D .
Selection Text: SOP_SREC = Counterconfirmation Status
Selection Text: SOP_SGSA = D .
Selection Text: SOP_SFHA = D .
Selection Text: SOP_SANL = D .
Selection Text: SOP_RFHA = D .
Selection Text: SOP_RANL = D .
Selection Text: SOP_KONT = Partner
Selection Text: SOP_EXUS = D .
Selection Text: SOP_EXRE = D .
Selection Text: SOP_DEPO = D .
Selection Text: SOP_DATX = Entered/Changed on
Selection Text: SOP_DATE = D .
Selection Text: SOP_CTYP = D .
Selection Text: SOP_BUKR = D .
Selection Text: P_VARI = D .
Selection Text: P_SWIFT = D .
Selection Text: P_ROWS = D .
Selection Text: P_RELEAS = D .
Selection Text: P_PRINT = D .
Selection Text: P_IDOC = D .
Selection Text: P_FCAT = D .
Selection Text: P_FAX = D .
Selection Text: P_EMAIL = D .
Selection Text: P_AKTIV = Only Current Activities
Title: Correspondence Monitor
Text Symbol: T02 = Deselect All
Text Symbol: T01 = Select All
Text Symbol: PR2 = Output Immediately
Text Symbol: PR1 = Preview
Text Symbol: PR0 = Output
Text Symbol: OUT = Output Control
Text Symbol: EIN = Incoming Confirmation
Text Symbol: AUS = Outgoing Confirmation
Text Symbol: ALG = General Selections (transaction)
Text Symbol: 221 = Output Immediately?
Text Symbol: 091 = Do You Really Want to Reset the Counterconfirmation Assignment?
Text Symbol: 090 = Reset Counterconfirmation Assignment





Text Symbol: 081 = Do You Really Want to Delete the Correspondence Planned Records?
Text Symbol: 080 = Delete Correspondence Planned Records
Text Symbol: 050 = Spool
Text Symbol: 001 = IDoc Not Yet Created
Text Symbol: 000 = *** NOTE TO TRANSLATORS: The Texts Have Already Been Translated in Report RFTBCO20! ***


INCLUDES used within this REPORT RFTBCO20_MONITOR

INCLUDE RFTBCO20_TOP. "
INCLUDE RFTBCO20_SELSCREEN_1000.
INCLUDE RFTBCO20_INITIALIZATION. "CFM 1.0


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:

TPM_TRG_OBSOLETE_TRANSACTIONS CALL FUNCTION 'TPM_TRG_OBSOLETE_TRANSACTIONS' EXPORTING im_old_transaction = 'TBZ11' im_new_transaction = 'FTR_COMONI'.



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