RFTBCO20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Correspondence Overview The correspondence overview enables you to access correspondence data using variable selection criteria...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 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TBZ8 - Correspondence - Overview
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: 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_PRINT = D .
Selection Text: P_IDOC = D .
Selection Text: P_FAX = D .
Selection Text: P_EMAIL = D .
Selection Text: P_AKTIV = Only Current Activities
Title: Correspondence Overview
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
INCLUDE RFTBCO20_TOP. "
INCLUDE RFTBCO20_SELSCREEN_1000.
INCLUDE RFTBCO20_INITIALIZATION. "CFM 1.0
No SAP DATABASE tables are accessed within this REPORT code!
TPM_TRG_OBSOLETE_TRANSACTIONS CALL FUNCTION 'TPM_TRG_OBSOLETE_TRANSACTIONS' EXPORTING im_old_transaction = 'TBZ8' im_new_transaction = 'FTR_COMONI'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.