SAP Reports / Programs | Financials | Financial Supply Chain Management | Treasury and Risk Management(FIN-FSCM-TRM) SAP FIN

RFTR_COEX_LOAD_FTA_EXPOSURE SAP ABAP Report - Initialization Report for paper deals into table COEX







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FTRCOEXLOADFTA - Initialization of financial transact


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 RFTR_COEX_LOAD_FTA_EXPOSURE. "Basic submit
SUBMIT RFTR_COEX_LOAD_FTA_EXPOSURE AND RETURN. "Return to original report after report execution complete
SUBMIT RFTR_COEX_LOAD_FTA_EXPOSURE 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: 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 ***


INCLUDES used within this REPORT RFTR_COEX_LOAD_FTA_EXPOSURE

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:

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.



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