RFTBDF00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFTBDF00 is a datafeed component...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 RFTBDF00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TBD3 - Datafeed: Market data administration
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.
Current Market Data
Selection Text: PAR_CCY = Currencies
Selection Text: PAR_COM = Commodities
Selection Text: PAR_DCS = Derivative Contract Specific.
Selection Text: PAR_DSAL = Whole Results List
Selection Text: PAR_DSFL = Display Error Log
Selection Text: PAR_DSLL = Display All Market Data
Selection Text: PAR_DSOK = Display Correct Market Data
Selection Text: PAR_DSRT = Only Real-Time Market Data
Selection Text: PAR_DSW = Forex Swap Rates
Selection Text: PAR_FEED = Name
Selection Text: PAR_IND = Indexes
Selection Text: PAR_INT = Interest Rates
Selection Text: PAR_SEC = Securities
Selection Text: PAR_VAR = Layout
Selection Text: PAR_VCY = Exchange Rate Volatilities
Selection Text: PAR_VID = Index Volatilities
Selection Text: PAR_VIT = Interest Rate Volatilities
Selection Text: PAR_VSE = Security Price Volatilities
Selection Text: SOP_RK1 = 1st Key Definition
Selection Text: SOP_RK2 = 2nd Key Definition
Selection Text: SOP_SIN = Instrument Property
Selection Text: SOP_STS = Error Status
Selection Text: SOP_ZUS = For Volatilities: Term
Title: Datafeed: Display Market Data
Text Symbol: 007 = Market Data Class
Text Symbol: 008 = Curr.
Text Symbol: 009 = Exchange Rate Vols.
Text Symbol: 010 = Securities
Text Symbol: 011 = Security Volatilities
Text Symbol: 012 = Int.Rates
Text Symbol: 013 = IR Volatilities
Text Symbol: 014 = Indexes
Text Symbol: 015 = Index Volatilities
Text Symbol: 016 = Forex Swap Rates
Text Symbol: 017 = Commodities (Daily Basis)
Text Symbol: 018 = Commodities (Time Basis)
Text Symbol: 019 = Derivative Contract Specific.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_DATAFEED_GET_ACTIVE_FEED CALL FUNCTION 'TB_DATAFEED_GET_ACTIVE_FEED' IMPORTING feedname = par_feed EXCEPTIONS no_feed = 1 multiple_feeds = 2 OTHERS = 3.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' "/ user specific save available CHANGING cs_variant = alv_variant EXCEPTIONS not_found = 1.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = alv_variant i_tabname_header = alv_name_thead i_tabname_item = alv_name_titem * it_default_fieldcat = i_save = 'A' IMPORTING e_exit = h_exit es_variant = alv_variant EXCEPTIONS not_found = 1.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = alv_variant.
TB_DATAFEED_WP_SELECT_OPTIONS CALL FUNCTION 'TB_DATAFEED_WP_SELECT_OPTIONS' TABLES sop_scl = sop_scl sop_rk1 = sop_rk1.
TB_DATAFEED_SHOW_MARKET_DATA CALL FUNCTION 'TB_DATAFEED_SHOW_MARKET_DATA' EXPORTING flg_datafeed = true alv_variant = alv_variant reprep_id = alv_reprep_id TABLES market_data = sap_vtb_market.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTBDF00 - Datafeed: Display Market Data RFTBDF00 - Datafeed: Display Market Data RFTBDE00 - Treasury: Generate a Description for Transactions RFTBDE00 - Treasury: Generate a Description for Transactions RFTBCO_VTBKORES_CHECK - Check for VTBKORES Inconsistencies RFTBCO_VTBKORES_CHECK - Check for VTBKORES Inconsistencies