SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

MRFFMMP_RELEASE_PBO1000 SAP ABAP INCLUDE - Include MRFFMMP_RELEASE_PBO1000







MRFFMMP_RELEASE_PBO1000 is a standard ABAP INCLUDE 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 MRFFMMP_RELEASE_PBO1000 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 MRFFMMP_RELEASE_PBO1000. "Basic submit
SUBMIT MRFFMMP_RELEASE_PBO1000 AND RETURN. "Return to original report after report execution complete
SUBMIT MRFFMMP_RELEASE_PBO1000 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MRFFMMP_RELEASE_PBO1000


INCLUDES used within this REPORT MRFFMMP_RELEASE_PBO1000

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:

FMCU_GET_ACTIVE_VERSION CALL FUNCTION 'FMCU_GET_ACTIVE_VERSION' EXPORTING i_fm_area = p_fmarea i_fiscyear = p_sfyear IMPORTING e_active_version = p_vers.

FMCU_GET_BUDTYPE * CALL FUNCTION 'FMCU_GET_BUDTYPE' * EXPORTING * I_FM_AREA = P_FMAREA * I_VALTYPE = 'R1' * IMPORTING * E_T_BUDTYPE = L_T_BUDTYPE * EXCEPTIONS * NOT_FOUND.

FMKU_READ_TECHORG CALL FUNCTION 'FMKU_READ_TECHORG' EXPORTING i_techorg = con_mass_release IMPORTING e_s_techorg_flags = l_f_techorg_flags.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = 'RFFMMP_RELEASE' variant = l_variant TABLES valutab = l_t_valutab.

FMMP_INIT_VAR_BUDCAT_CEFFYEAR * CALL FUNCTION 'FMMP_INIT_VAR_BUDCAT_CEFFYEAR' * EXPORTING * I_FM_AREA = P_FMAREA * I_FISCYEAR = P_SFYEAR * R_T_BUDCAT = S_BUD_H[] * R_T_CEFFYEAR = S_YCE_H[] * I_T_BUDCAT = G_T_BUDCAT * I_T_VALUTAB = L_T_VALUTAB * IMPORTING * E_T_ROWS_BUDCAT_CEFFYEAR = G_T_ROWS_YCE * E_FLG_BUDCAT_CEFFYEAR = G_FLG_BUDCAT_YCE * E_T_BUDCAT_CEFFYEAR = G_T_YCE_OUTPUT * E_T_BUDCAT_CEFFYEAR_ACTIVE = G_T_YCE_BUDCAT.

FMMP_INIT_VAR_BUDCAT_CEFFYEAR * CALL FUNCTION 'FMMP_INIT_VAR_BUDCAT_CEFFYEAR' * EXPORTING * I_FM_AREA = P_FMAREA * I_FISCYEAR = P_SFYEAR * R_T_BUDCAT = S_BUD_H[] * R_T_CEFFYEAR = S_YCE_H[] * I_T_BUDCAT = G_T_BUDCAT ** I_T_VALUTAB = L_T_VALUTAB * IMPORTING * E_T_ROWS_BUDCAT_CEFFYEAR = G_T_ROWS_YCE * E_FLG_BUDCAT_CEFFYEAR = G_FLG_BUDCAT_YCE * E_T_BUDCAT_CEFFYEAR = G_T_YCE_OUTPUT * E_T_BUDCAT_CEFFYEAR_ACTIVE = G_T_YCE_BUDCAT.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = text-044 info = text-044 * ADD_STDINF = 'X' IMPORTING result = p_grp EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_enter_more text = text-045 info = text-045 * ADD_STDINF = 'X' IMPORTING result = p_data EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = text-045 info = text-045 * ADD_STDINF = 'X' IMPORTING result = p_data EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_enter_more text = text-046 info = text-046 * ADD_STDINF = 'X' IMPORTING result = p_round EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = text-046 info = text-046 * ADD_STDINF = 'X' IMPORTING result = p_round EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

FMKU_SET_FM_AREA CALL FUNCTION 'FMKU_SET_FM_AREA' EXPORTING i_flg_process_popup = u_flg_popup CHANGING c_fikrs = c_fm_area EXCEPTIONS no_fikrs_selected = 1.

FMKU_GET_PERIOD_INFO CALL FUNCTION 'FMKU_GET_PERIOD_INFO' EXPORTING i_fm_area = u_fm_area IMPORTING e_special_periods_active = c_special_periods_active e_nb_periods = c_nb_periods e_nb_special_periods = c_nb_special_periods.

FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING * I_FLG_FUNDS_ONLY = i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

FMCU_GET_BUDTYPE CALL FUNCTION 'FMCU_GET_BUDTYPE' EXPORTING i_fm_area = u_fm_area i_valtype = 'R1' IMPORTING e_t_budtype = l_t_budtype EXCEPTIONS not_found.



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