/BA1/F4_FX_DISPLAY_RATES 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 /BA1/F4_FX_DISPLAY_RATES into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
/BA1/F4_FX_DISPLAY - Display Extended Exchange Rates
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.
Selection Text: S_FCURR = From Currency
Selection Text: S_TCURR = To Currency
Selection Text: P_CDATE = D .
Selection Text: P_CTIME = D .
Selection Text: P_MDC = D .
Selection Text: P_RTYPE = D .
Selection Text: S_DATE = D .
Title: Display Exchange Rates (Extended Rate Format)
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = System Date/Time
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/BA1/F4_OBJ_FXRATES_AUTHCHECK CALL FUNCTION '/BA1/F4_OBJ_FXRATES_AUTHCHECK' EXPORTING I_MDCODE = p_mdc I_RATETYPE = p_rtype I_ACTVT = '03' EXCEPTIONS OTHERS = 2 .
/BA1/F4_DB_FX_READ_FACTORS CALL FUNCTION '/BA1/F4_DB_FX_READ_FACTORS' EXPORTING i_mdcode = p_mdc i_ratetype = p_rtype i_from_ccy = l_disp_rate-from_ccy i_to_ccy = l_disp_rate-to_ccy i_valid_date = l_disp_rate-valid_date IMPORTING e_ffact = l_ffact e_tfact = l_tfact * E_LOG10FACT = * E_DERIVED_RATETYPE = EXCEPTIONS function_failed = 1 OTHERS = 2 .
/BA1/F4_DB_FX_READ_FACTORS CALL FUNCTION '/BA1/F4_DB_FX_READ_FACTORS' EXPORTING i_mdcode = p_mdc i_ratetype = p_rtype i_from_ccy = l_disp_rate-to_ccy i_to_ccy = l_disp_rate-from_ccy i_valid_date = l_disp_rate-valid_date IMPORTING e_ffact = l_ffact e_tfact = l_tfact * E_LOG10FACT = * E_DERIVED_RATETYPE = EXCEPTIONS function_failed = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/BA1/F4_FX_DISPLAY_RATES - Display Exchange Rates (Extended Rate Format) /BA1/F4_FX_DISPLAY_RATES - Display Exchange Rates (Extended Rate Format) /BA1/F4_FX_CUST_VC - Include /BA1/F4_FX_CUST_VC /BA1/F4_FX_CUST_VC - Include /BA1/F4_FX_CUST_VC /BA1/F4_FX_CALLBDT - Program /BA1/F4_MD_ADMIN /BA1/F4_FX_CALLBDT - Program /BA1/F4_MD_ADMIN