SAP Reports / Programs

RFFMFC02 SAP ABAP Report - Index of Funds







RFFMFC02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Alphabetical list of the funds...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMFC02 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

FM5M - Index of Funds


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 RFFMFC02. "Basic submit
SUBMIT RFFMFC02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFC02 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: SPONSOR = Source of Financing
Selection Text: P_RB_SR = Validity Covers Complete Intvl
Selection Text: P_RB_OL = Validity Overlaps Interval
Selection Text: P_DISVAR = Layout
Selection Text: FINUSE = Application of funds
Selection Text: FINCODE = Fund
Selection Text: FIKRS = FM area
Selection Text: ERFNAME = Entered by
Selection Text: ERFDAT = Created on
Selection Text: DATBIS = to
Selection Text: DATAB = Valid From
Selection Text: AENNAME = Changed by
Selection Text: AENDAT = Changed on
Title: Index of Funds
Text Symbol: 100 = Layout
Text Symbol: 016 = Relationship of Object Validity to Interval
Text Symbol: 015 = Fund Validity
Text Symbol: 014 = To
Text Symbol: 013 = Interval from
Text Symbol: 012 = Classification
Text Symbol: 011 = Selection Parameters
Text Symbol: 010 = Report Object
Text Symbol: 005 = Page:


INCLUDES used within this REPORT RFFMFC02

INCLUDE: RKASMAWF.


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:

FMKL_OBJECTS_SEARCH_IN_CLASS CALL FUNCTION 'FMKL_OBJECTS_SEARCH_IN_CLASS' EXPORTING IP_INIT = 'X' IP_SEARCH_FONDS = 'X'.

FMKL_GET_TABLES CALL FUNCTION 'FMKL_GET_TABLES' EXPORTING I_ALL_FIKRS = 'X' TABLES T_FMFINCODE = G_T_FMFINCODE.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = FMFINCODE-FIKRS I_ACTVT = '03' "Display I_MSGTY = SPACE IMPORTING E_FLG_AUTH = L_FLG_AUTH.

FM_AUTH_CHECK_GRP_FUND CALL FUNCTION 'FM_AUTH_CHECK_GRP_FUND' EXPORTING I_FIKRS = FMFINCODE-FIKRS I_FONDS = FMFINCODE-FINCODE I_AUTHGRP_FONDS = FMFINCODE-AUGRP I_ACTVT = '03' "Display I_MSGTY = SPACE IMPORTING E_FLG_AUTH = L_FLG_AUTH.

FM_FUND_TYPE_READ CALL FUNCTION 'FM_FUND_TYPE_READ' EXPORTING I_FM_AREA = G_T_FMFINCODE-FIKRS I_FUND_TYPE = G_T_FMFINCODE-TYPE I_LANGU = SY-LANGU I_FLG_TEXT = 'X' IMPORTING E_FUND_TYPET = G_T_FMFINCODE-TYPE_TXT EXCEPTIONS FUND_TYPE_NOT_FOUND.

FM_SUBSTRING_GET_DESCRIPTION CALL FUNCTION 'FM_SUBSTRING_GET_DESCRIPTION' EXPORTING I_MASDATID = '3' " Fund I_STRID = G_T_FMFINCODE-STR_ID I_SUB1 = G_T_FMFINCODE-FDSUB1 I_SUB2 = G_T_FMFINCODE-FDSUB2 IMPORTING E_DESC1_SH = G_T_FMFINCODE-FDSUB1T_SH E_DESC1_LO = G_T_FMFINCODE-FDSUB1T_LO E_DESC2_SH = G_T_FMFINCODE-FDSUB2T_SH E_DESC2_LO = G_T_FMFINCODE-FDSUB2T_LO.

FM_SUBSTRING_FIELDCAT_CORRECT CALL FUNCTION 'FM_SUBSTRING_FIELDCAT_CORRECT' EXPORTING I_MASDATID = '3' " Fund TABLES IT_FIELDCAT = G_T_FIELDCAT.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' I_CALLBACK_PROGRAM = 'RFFMFC02' i_callback_pf_status_set = 'PF_STATUS_SET' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' I_STRUCTURE_NAME = 'G_T_FMFINCODE' i_background_id = g_background_id IS_LAYOUT = G_F_LAYOUT IS_VARIANT = G_F_DISVARIANT IT_FIELDCAT = G_T_FIELDCAT IT_SORT = G_T_SORT IS_SEL_HIDE = G_T_SEL_CRIT I_DEFAULT = 'X' I_SAVE = 'A' IT_EVENTS = G_T_EVENTS TABLES T_OUTTAB = G_T_FMFINCODE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'IFMFINCODE' TABLES X031L_TAB = L_T_NAMETAB EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING C_F_LAYOUT = C_F_LAYOUT.

FM_REPORT_TITLE_SET CALL FUNCTION 'FM_REPORT_TITLE_SET' IMPORTING e_title = l_sav_title.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = G_F_DISVARIANT I_SAVE = 'A' IMPORTING ES_VARIANT = G_F_DISVARIANT.

REUSE_ALV_VARIANT_SELECT CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT' EXPORTING I_DIALOG = SPACE I_USER_SPECIFIC = 'X' IT_DEFAULT_FIELDCAT = g_t_fieldcat I_LAYOUT = g_f_layout CHANGING CS_VARIANT = G_F_DISVARIANT EXCEPTIONS WRONG_INPUT = 1 FC_NOT_COMPLETE = 2 NOT_FOUND = 3 PROGRAM_ERROR = 4 OTHERS = 5.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid i_tcode = con_tcode i_wfitem = wf_witem i_wflist = wf_wlist IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = l_f_lines.



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