SAP Reports / Programs | Financials | Financial Supply Chain Management | Information System(FIN-FSCM-TRM-TM-IS) SAP FIN

FTI_SINGLE_RISK_KF SAP ABAP Report - Risk Key Figures for Individual CFM Financial Objects







FTI_SINGLE_RISK_KF 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 FTI_SINGLE_RISK_KF 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

TRSR - Single Financial Object Calculation


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 FTI_SINGLE_RISK_KF. "Basic submit
SUBMIT FTI_SINGLE_RISK_KF AND RETURN. "Return to original report after report execution complete
SUBMIT FTI_SINGLE_RISK_KF 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_DAT = Key Date
Selection Text: P_AUSWT = D .
Selection Text: P_BUKRS = D .
Selection Text: P_CALCCY = D .
Selection Text: P_POSACC = D .
Selection Text: P_RANL = D .
Selection Text: P_RANLSE = D .
Selection Text: P_RFHA = D .
Selection Text: P_RLDEPO = D .
Title: Risk Key Figures for Individual CFM Financial Objects
Text Symbol: T01 = Risk Key Figures for Individual CFM Financial Objects


INCLUDES used within this REPORT FTI_SINGLE_RISK_KF

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:

RM_FIMA_OPERATIONAL_ADAPT_1_FO CALL FUNCTION 'RM_FIMA_OPERATIONAL_ADAPT_1_FO' EXPORTING i_auswt = p_auswt i_calcccy = p_calccy i_keydate = p_dat i_rantyp = g_rantyp i_bukrs = p_bukrs i_rfha = p_rfha i_ranl = p_ranlse i_rldepo = p_rldepo i_ranlvd = p_ranl i_posacc_lof = p_posacc IMPORTING e_results = gwa_results et_errors = gt_errors EXCEPTIONS productcat_not_supported = 1 incomplete_input = 2 selection_error = 3 processing_error = 4 OTHERS = 5.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'g_tab_risk_figures' i_structure_name = 'vtv_standard_keyfigures' CHANGING ct_fieldcat = l_tab_fcat_header.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_grid_title = l_grid_title it_fieldcat = l_tab_fcat_header i_save = 'A' is_variant = l_str_variant TABLES t_outtab = g_tab_risk_figures.



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