RFTBCO_TRANS_DE_FIXING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Conversion Tool for Correspondence Customizing for Interest Rate Adjustment Activities in the Derivatives Area (Product Categories 610, 620 and 630) The report program supports the conversion of the Customizing settings for correspondence in the Derivatives area...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_TRANS_DE_FIXING into the relevant SAP transactions such as SE38 or SE80
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: S_BUKRS = D Company code
Selection Text: S_CTYP = D Correspondence type
Selection Text: S_SGSA = D Product type
Title: Tool for Converting Corresp. Cust. for Derivatives (Int.Rate Adj.Only)
Text Symbol: SRC = Selection
Text Symbol: 001 = No entries available for conversion
Text Symbol: 011 = Delete/convert
Text Symbol: 012 = New entry
Text Symbol: F01 = Fax output device
Text Symbol: F04 = Fax output device (SAPcomm)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = G_REPID * I_CALLBACK_PF_STATUS_SET = * I_CALLBACK_USER_COMMAND = * I_STRUCTURE_NAME = IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = IT_SORT = GS_SORT * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'A' * IS_VARIANT = IT_EVENTS = GT_EVENTS * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = G_REPID I_INTERNAL_TABNAME = 'GT_OUTTAB' * I_STRUCTURE_NAME = G_REPID * I_CLIENT_NEVER_DISPLAY = 'X' I_INCLNAME = G_REPID * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING CT_FIELDCAT = GT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
TRCA_BATCH_HEADING CALL FUNCTION 'TRCA_BATCH_HEADING' EXPORTING I_BHDGD = GS_BHDGD.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = 'U' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' VIEW_NAME = 'V_AT80_FIXING' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' TABLES DBA_SELLIST = LT_SELLIST * EXCL_CUA_FUNCT = EXCEPTIONS OTHERS = 14.
DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING APPLICATION = ' ' DOKCLASS = 'RE' * DOKLANGU = SY-LANGU DOKNAME = G_REPID * DOKTITLE = ' ' * HOMETEXT = ' ' * OUTLINE = ' ' * VIEWNAME = 'STANDARD' * Z_ORIGINAL_OUTLINE = ' ' * CALLED_FROM_SO70 = ' ' SHORT_TEXT = 'X' * APPENDIX = ' ' * IMPORTING * APPL = * PF03 = * PF15 = * PF12 = EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'TBCO_PRINT' TABLES DFIES_TAB = LT_DFIES[] EXCEPTIONS OTHERS = 0.
TB_PRODUCTTYPE_CHECK CALL FUNCTION 'TB_PRODUCTTYPE_CHECK' EXPORTING PRODUCTTYPE = GT_OUTTAB-SGSART IMPORTING TZPA_ENTRY = LS_TZPA EXCEPTIONS OTHERS = 0.
TB_DEALTYPE_CHECK CALL FUNCTION 'TB_DEALTYPE_CHECK' EXPORTING DEALTYPE = GT_OUTTAB-SFHAART PRODUCTTYPE = GT_OUTTAB-SGSART IMPORTING AT10_ENTRY = LS_AT10 EXCEPTIONS OTHERS = 0.
FTR_ACTIVITYCATEGORY_GET_TEXT CALL FUNCTION 'FTR_ACTIVITYCATEGORY_GET_TEXT' EXPORTING I_SANLF = LS_TZPA-SANLF I_SFGTYP = LS_AT10-SFGTYP I_SFGZUSTT = GT_OUTTAB-SFGZUSTT IMPORTING E_XFGZUSTT = GT_OUTTAB-XVTYP.
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_TRANS_DE_FIXING - Tool for Converting Corresp. Cust. for Derivatives (Int.Rate Adj.Only) RFTBCO_TRANS_DE_FIXING - Tool for Converting Corresp. Cust. for Derivatives (Int.Rate Adj.Only) RFTBCO_TEXT_TRANS - Transport Standard Texts to CFM Correspondence RFTBCO_TEXT_TRANS - Transport Standard Texts to CFM Correspondence RFTBCO_IDOC04 - Dispatcher Report for IDOC and SWIFT RFTBCO_IDOC04 - Dispatcher Report for IDOC and SWIFT