SAP Reports / Programs | Treasury(TR) SAP TR

RFTBDF08 SAP ABAP Report - Datafeed: Test Program for Datafeed Customizing







RFTBDF08 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFTBDF08 checks that the translation table of the datafeed configuration is complete...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 RFTBDF08 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

TBD7 - Datafeed: Check Customizing


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 RFTBDF08. "Basic submit
SUBMIT RFTBDF08 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBDF08 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: SOP_SIN = Instrument property
Selection Text: SOP_RK2 = 2nd key definition
Selection Text: SOP_RK1 = 1st key definition
Selection Text: PAR_VSE = Security price volatilities
Selection Text: PAR_VIT = Interest rate volatilities
Selection Text: PAR_VID = Index volatilities
Selection Text: PAR_VCY = Exchange rate volatilities
Selection Text: PAR_VAR = Layout
Selection Text: PAR_SEC = Securities
Selection Text: PAR_INT = Interest rates
Selection Text: PAR_IND = Indexes
Selection Text: PAR_FEED = Name
Selection Text: PAR_DSW = Forex swap rates
Selection Text: PAR_DSOK = Display correct market data
Selection Text: PAR_DSFL = Display error log
Selection Text: PAR_DSAL = Whole results list
Selection Text: PAR_COM = Commodities
Selection Text: PAR_CCY = Currencies
Title: Datafeed: Test Program for Datafeed Customizing
Text Symbol: 113 = No errors
Text Symbol: 112 = Errors
Text Symbol: 111 = All
Text Symbol: 110 = Output list of results
Text Symbol: 089 = Output control
Text Symbol: 081 = Market data selection
Text Symbol: 080 = Datafeed
Text Symbol: 020 = Basis Spreads
Text Symbol: 019 = Commodities (on DCS Basis)
Text Symbol: 018 = Commodities (Time Basis)
Text Symbol: 017 = Commodities (Daily Basis)
Text Symbol: 016 = Forex swap rates
Text Symbol: 015 = Index volatilities
Text Symbol: 014 = Indexes
Text Symbol: 013 = Interest rate volatilities
Text Symbol: 012 = Interest rates
Text Symbol: 011 = Security price volatilities
Text Symbol: 010 = Securities
Text Symbol: 009 = Exchange rate volatilities





Text Symbol: 008 = Currencies
Text Symbol: 007 = Market data class


INCLUDES used within this REPORT RFTBDF08

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_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_TRANSLATE_REQ_ALL call function 'TB_DATAFEED_TRANSLATE_REQ_ALL' exporting dfromdate = dfromdate dfromtime = dfromtime dtodate = dtodate dtotime = dtotime history = ' ' tables error_sap_answer = cust_error "/ fehlerhafte Requests request = i_request "/ Datafeed-Requests req_vtb_dfcu = i_vtb_dfcu "/ Mapping-Tabelle/SAP-Req ok_sap_answer = sap_vtb_market "/Marktdaten exceptions no_requests = 01 some_requests_wrong = 02.

TB_DATAFEED_CHECK_CUSTOMIZING call function 'TB_DATAFEED_CHECK_CUSTOMIZING' tables sap_cust = sap_vtb_market error_sap_cust = cust_error exceptions error_found = 1 others = 2.

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.



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