SAP Reports / Programs | Treasury(TR) SAP TR

RFTBDF01 SAP ABAP Report - Datafeed: Fill conversion tables automatically







RFTBDF01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFTBDF01 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

TBDK - Datafeed: Code Conversion Program


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 RFTBDF01. "Basic submit
SUBMIT RFTBDF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBDF01 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_COM = Commodity price types
Selection Text: PAR_CPE = CPE Commodity Price Types
Selection Text: PAR_DCS = DCS Price Types
Selection Text: PAR_FEED = Name
Selection Text: PAR_IND = Index types
Selection Text: PAR_VOL = Volatility types
Selection Text: PAR_WEP = Security price types
Selection Text: PAR_WGA = Exchange rate types
Selection Text: PAR_WGB = Currency names
Title: Datafeed: Fill conversion tables automatically
Text Symbol: 010 = Datafeed
Text Symbol: 020 = Required conversions
Text Symbol: 071 = Datafeed


INCLUDES used within this REPORT RFTBDF01

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXCEPTIONS OTHERS = 1.

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.

TB_FILEFEED_CONSTRUCT_MDUCV CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUCV' EXPORTING is_datafeed = 'X' vendor = par_feed message_collect = 'X' CHANGING zeile = zeile EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUCR CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUCR' EXPORTING is_datafeed = 'X' vendor = par_feed message_collect = 'X' CHANGING zeile = zeile EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUWV CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUWV' EXPORTING is_datafeed = 'X' vendor = par_feed message_collect = 'X' CHANGING zeile = zeile EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUIV CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUIV' EXPORTING is_datafeed = 'X' vendor = par_feed message_collect = 'X' CHANGING zeile = zeile EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUCMV CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUCMV' EXPORTING is_datafeed = 'X' vendor = par_feed message_collect = 'X' CHANGING zeile = zeile EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUCMCPE CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUCMCPE' EXPORTING is_datafeed = 'X' vendor = par_feed message_collect = 'X' CHANGING zeile = zeile EXCEPTIONS OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUCMDCS * CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUCMDCS' * EXPORTING * is_datafeed = 'X' * vendor = par_feed * message_collect = 'X' * CHANGING * zeile = zeile * EXCEPTIONS * OTHERS = 1.

TB_FILEFEED_CONSTRUCT_MDUVV CALL FUNCTION 'TB_FILEFEED_CONSTRUCT_MDUVV' EXPORTING is_datafeed = 'X' vendor = par_feed message_collect = 'X' CHANGING zeile = zeile EXCEPTIONS OTHERS = 1.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 2 i_message = 3 w_message = 4 OTHERS = 5.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING * CORRECTIONS_OPTION = ' ' * CORRECTIONS_FUNC_TEXT = ' ' * LINE_FROM = '000' * LINE_TO = '999' object = 'Datafeed'(071) * SEND_IF_ONE = ' ' * SHOW_LINNO = 'X' * BATCH_LIST_TYPE = 'J' IMPORTING corrections_wanted = corrections_wanted EXCEPTIONS inconsistent_range = 1 no_messages = 2 OTHERS = 3.



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