RFTR_COEX_LOAD_FTA_EXPOSURE 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 RFTR_COEX_LOAD_FTA_EXPOSURE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FTRCOEXLOADFTA - Initialization of financial transact
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: P_DISP = Display results
Selection Text: P_ERRS = Display errors only
Selection Text: S_BUKRS = D .
Selection Text: S_CRUSER = D .
Selection Text: S_DCRDAT = D .
Selection Text: S_DUPDAT = D .
Selection Text: S_RFHA = D .
Selection Text: S_SFHAAR = D .
Selection Text: S_SGSART = D .
Selection Text: S_TCRTIM = D .
Selection Text: S_TUPTIM = D .
Selection Text: S_UPUSER = D .
Title: Initialization Report for paper deals into table COEX
Text Symbol: 011 = Transactions
Text Symbol: 012 = Control Parameters
Text Symbol: 102 = Permitted Trans. Types
Text Symbol: END = *** End ***
Text Symbol: OTM = Update transaction:
Text Symbol: SAT = &&&& &&&&&&&&&&&&& (&&&&&&&&& / &&&&&&&&&).
Text Symbol: STA = *** Start ***
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'GSART' value_org = 'S' TABLES value_tab = it_gsart return_tab = it_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'sfhaart' value_org = 'S' TABLES value_tab = it_sfhaart return_tab = it_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_percentage text = lv_text100.
BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = ls_profile.
BAL_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = cl_coex_constants=>con_object i_subobject = cl_coex_constants=>con_sub_object i_aldate_from = lv_start_date i_aldate_to = sy-datum i_altime_from = lv_start_time i_altime_to = sy-uzeit i_aluser = sy-uname IMPORTING e_s_log_filter = ls_log_filter EXCEPTIONS OTHERS = 0.
BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = ls_log_filter IMPORTING e_t_log_header = lt_log_header EXCEPTIONS OTHERS = 1.
BAL_LOG_EXIST CALL FUNCTION 'BAL_LOG_EXIST' EXPORTING i_log_handle =
-log_handle EXCEPTIONS log_not_found = 1.
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = lt_log_header IMPORTING e_t_log_handle = lt_log_loaded EXCEPTIONS OTHERS = 0.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_log_handle i_s_display_profile = ls_profile EXCEPTIONS no_authority = 1 OTHERS = 2.
BAL_GLB_MEMORY_REFRESH CALL FUNCTION 'BAL_GLB_MEMORY_REFRESH' EXPORTING i_refresh_all = ' ' i_t_logs_to_be_refreshed = lt_log_loaded EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTR_COEX_LOAD_FTA_EXPOSURE - Initialization Report for paper deals into table COEX RFTR_COEX_LOAD_FTA_EXPOSURE - Initialization Report for paper deals into table COEX RFTR_COEX_LG1TOP - Include RFTR_TEX_LG1TOP RFTR_COEX_LG1 - Display Log for Commodity Price Exposure Update RFTR_COEX_LG1 - Display Log for Commodity Price Exposure Update RFTR_COEX_DISPLAY_RAW_EXPOSURE - Display Raw Exposure