SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

RFFMME02 SAP ABAP Report - Directory of Funded Programs







RFFMME02 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 RFFMME02 into the relevant SAP transactions such as SE38 or SE80


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 RFFMME02. "Basic submit
SUBMIT RFFMME02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMME02 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: S_GSBER = D .
Selection Text: S_TYPE = Funded Program Type
Selection Text: S_MEASUR = Funded Program
Selection Text: S_FIKRS = FM Area
Selection Text: S_ERFNAM = Created By
Selection Text: S_ERFDAT = Entry Date
Selection Text: S_CATEG = Funded Program Category
Selection Text: S_AUGRP = Authorization Group
Selection Text: S_AENNAM = Changed By
Selection Text: S_AENDAT = Changed On
Selection Text: P_RB_SR = Validity Covers Complete Intvl
Selection Text: P_RB_OL = Validity Overlaps Interval
Selection Text: P_DISVAR = Layout
Selection Text: P_DATBIS = To
Selection Text: P_DATAB = Valid From
Title: Directory of Funded Programs
Text Symbol: 100 = Layout
Text Symbol: 016 = Relationship of Object Validity to Interval
Text Symbol: 015 = Funded Programs Validity
Text Symbol: 014 = To
Text Symbol: 013 = Interval from
Text Symbol: 011 = Selection Parameters
Text Symbol: 010 = Report Object


INCLUDES used within this REPORT RFFMME02

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:

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = fmmeasure-fmarea i_actvt = '03' "Display i_msgty = space IMPORTING e_flg_auth = l_flg_auth.

FM_AUTH_CHECK_MD_MEASURE CALL FUNCTION 'FM_AUTH_CHECK_MD_MEASURE' EXPORTING i_fikrs = fmmeasure-fmarea i_measure = fmmeasure-measure i_authgrp_measure = fmmeasure-authgrp i_actvt = '03' "Display i_msgty = space IMPORTING e_flg_auth = l_flg_auth.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFFMME02' 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_FMMEASURE' 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_fmmeasure EXCEPTIONS program_error = 1 OTHERS = 2.

FM_MEASURE_DISPLAY CALL FUNCTION 'FM_MEASURE_DISPLAY' EXPORTING i_fmarea = g_t_fmmeasure-fmarea i_measure = g_t_fmmeasure-measure EXCEPTIONS error_occured = 0.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'IFMMEASURE' TABLES x031l_tab = l_t_nametab EXCEPTIONS not_found = 0 OTHERS = 0.

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