SAP Reports / Programs

RFTBFF03 SAP ABAP Report - File Interface: Automatic Filling of Conversion Tables







RFTBFF03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFTBFF03 automatically fills the Customizing tables used for code conversion in the market data file interface with the codes recognized by the SAP R/3 System...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 RFTBFF03 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

TBDO - Market Data File: Code Conversion


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 RFTBFF03. "Basic submit
SUBMIT RFTBFF03 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBFF03 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: PAR_FEED = Name
Selection Text: PAR_INB = Index names
Selection Text: PAR_IND = Index types
Selection Text: PAR_REF = Reference interest rate names
Selection Text: PAR_WEH = Stock exchanges
Selection Text: PAR_WEP = Security price types
Selection Text: PAR_WGA = Exchange rate types
Selection Text: PAR_WGB = Currency names
Title: File Interface: Automatic Filling of Conversion Tables
Text Symbol: 010 = Datafeed:
Text Symbol: 011 = Currencies
Text Symbol: 012 = Securities
Text Symbol: 013 = Interest rates
Text Symbol: 014 = Indexes
Text Symbol: 015 = Volatilities
Text Symbol: 020 = Required conversions:


INCLUDES used within this REPORT RFTBFF03

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:

TB_FILEFEED_CONSTRUCT_MDUCV CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUCV' EXPORTING IS_DATAFEED = ' ' VENDOR = PAR_FEED EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUCR CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUCR' EXPORTING IS_DATAFEED = ' ' VENDOR = PAR_FEED EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUWV CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUWV' EXPORTING IS_DATAFEED = ' ' VENDOR = PAR_FEED EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUHR CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUHR' EXPORTING IS_DATAFEED = ' ' VENDOR = PAR_FEED EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUIR CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUIR' EXPORTING IS_DATAFEED = ' ' VENDOR = PAR_FEED EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUIV CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUIV' EXPORTING IS_DATAFEED = ' ' VENDOR = PAR_FEED EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDURR CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDURR' EXPORTING IS_DATAFEED = ' ' VENDOR = PAR_FEED EXCEPTIONS OTHERS = 1.



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