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
Below is a list of transaction codes which are relevant to this SAP report
TRSR - Single Financial Object Calculation
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FTI_SINGLE_RISK_KF - Risk Key Figures for Individual CFM Financial Objects FTI_SINGLE_RISK_KF - Risk Key Figures for Individual CFM Financial Objects FTI_LDB_NOTE_1900170 - Report to deliver DDIC objects for note 1900170 FTI_LDB_NOTE_1900170 - Report to deliver DDIC objects for note 1900170 FTI_FOREIGN_KEY_CHECK_TOP - Include FTI_FOREIGN_KEY_CHECK_TOP FTI_FOREIGN_KEY_CHECK_F01 - Include FTI_FOREIGN_KEY_CHECK_F01