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

RFTBCO_TRANS_DE_FIXING SAP ABAP Report - Tool for Converting Corresp. Cust. for Derivatives (Int.Rate Adj.Only)







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


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 RFTBCO_TRANS_DE_FIXING. "Basic submit
SUBMIT RFTBCO_TRANS_DE_FIXING AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBCO_TRANS_DE_FIXING 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: 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)


INCLUDES used within this REPORT RFTBCO_TRANS_DE_FIXING

No INCLUDES are used within this REPORT code!


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:

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.



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