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

RFTBCO00 SAP ABAP Report - Create Correspondence on Basis of Planned Records







RFTBCO00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report generates correspondence according to selection criteria, based on correspondence planned records...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 RFTBCO00 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

TBZ1 - Output Correspondence


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 RFTBCO00. "Basic submit
SUBMIT RFTBCO00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBCO00 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: P_IDOC = IDoc
Selection Text: P_PRINT = Printer
Selection Text: P_SDESC = Sort in Descending Order
Selection Text: P_SSORT = D Sorting
Selection Text: SHOW = Print Layout View
Selection Text: SOP_BUKR = D Company Code
Selection Text: SOP_CTYP = D Correspondence Type
Selection Text: SOP_DATE = Entered/Changed on
Selection Text: SOP_DELF = End of Term/Due Date
Selection Text: SOP_DEPO = D Securities Account
Selection Text: SOP_KON = D Business Partner
Selection Text: SOP_PORT = D Portfolio
Selection Text: SOP_RANL = D ID Number
Selection Text: SOP_RFHA = D Transaction
Selection Text: SOP_SANL = D Product Category
Selection Text: SOP_SFHA = D Transaction Type
Selection Text: SOP_SGSA = D Product Type
Selection Text: SOP_ZUST = D Activity Category
Selection Text: SPA_DEAL = D Trader
Selection Text: SPA_FRG = D Only Released Activities
Selection Text: SPA_USER = Entered/Changed by
Selection Text: STINST = No Print Layout View
Selection Text: P_FAX = Fax
Selection Text: P_EMAIL = E-mail
Title: Create Correspondence on Basis of Planned Records
Text Symbol: 016 = No. of Correspondence Cases Selected:
Text Symbol: 017 = Select Correspondence
Text Symbol: 018 = Display / Output?
Text Symbol: 019 = Continue
Text Symbol: 020 = Cancel
Text Symbol: 040 = Exit Correspondence Display
Text Symbol: 041 = Do You Really Want to Exit Processing?
Text Symbol: 042 = Yes
Text Symbol: 043 = No
Text Symbol: 200 = Correspondence Log
Text Symbol: ABG = Selections
Text Symbol: PSO = Sorting
Text Symbol: SO1 = CoCd, Corr. Type, Product Type, Trans. Type, Transaction No.





Text Symbol: SO2 = CoCd, Partner, Transaction No., Correspondence Type
Text Symbol: SO3 = CoCd, Transaction No., Correspondence Type
Text Symbol: SRT = Sorting
Text Symbol: ST1 = Output Immediately
Text Symbol: ST2 = Preview
Text Symbol: STG = Output Control


INCLUDES used within this REPORT RFTBCO00

INCLUDE TBCO00TR.


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 = 'TBZ1' im_new_transaction = 'FTR_COMONI'.

TB_CORR_CHECK CALL FUNCTION 'TB_CORR_CHECK' EXPORTING cortyp = sop_ctyp-low EXCEPTIONS cortyp = 1 OTHERS = 2.

FTR_CORR_F4_SANLF CALL FUNCTION 'FTR_CORR_F4_SANLF' CHANGING c_sanlf = sop_sanl-low.

FTR_CORR_F4_SANLF CALL FUNCTION 'FTR_CORR_F4_SANLF' CHANGING c_sanlf = sop_sanl-high.

FTR_CORR_F4_SGSART CALL FUNCTION 'FTR_CORR_F4_SGSART' CHANGING c_sgsart = sop_sgsa-low.

FTR_CORR_F4_SGSART CALL FUNCTION 'FTR_CORR_F4_SGSART' CHANGING c_sgsart = sop_sgsa-high.

FTR_CORR_F4_SFHAART CALL FUNCTION 'FTR_CORR_F4_SFHAART' CHANGING c_sfhaart = sop_sfha-low.

FTR_CORR_F4_SFHAART CALL FUNCTION 'FTR_CORR_F4_SFHAART' CHANGING c_sfhaart = sop_sfha-high.

DOCU_OBJECT_NAME_CONCATENATE CALL FUNCTION 'DOCU_OBJECT_NAME_CONCATENATE' EXPORTING docu_id = 'DZ' element = 'TB_SSORT' addition = '0001' IMPORTING object = l_search_name.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'DZ' dokname = l_search_name TABLES links = ltdummy_links EXCEPTIONS object_not_found = 0 sapscript_error = 0 OTHERS = 0.

TB_DEAL_BUKRS_CHECK CALL FUNCTION 'TB_DEAL_BUKRS_CHECK' TABLES i_tab_companycode = sop_bukr e_tab_companycode = ran_bukrs EXCEPTIONS authority = 1 OTHERS = 2.



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