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

MRFFMCY_LOAD_PBO1000 SAP ABAP INCLUDE - Include MRFFMCY_LOAD_PBO1000







MRFFMCY_LOAD_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 MRFFMCY_LOAD_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 MRFFMCY_LOAD_PBO1000. "Basic submit
SUBMIT MRFFMCY_LOAD_PBO1000 AND RETURN. "Return to original report after report execution complete
SUBMIT MRFFMCY_LOAD_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 MRFFMCY_LOAD_PBO1000


INCLUDES used within this REPORT MRFFMCY_LOAD_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:

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

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

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

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = text-022 info = text-022 * 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-023 info = text-023 * 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-023 info = text-023 * 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-024 info = text-024 * 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-024 info = text-024 * 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_specials.

FMBAS_GET_USERDIM_SET_DEF CALL FUNCTION 'FMBAS_GET_USERDIM_SET_DEF' EXCEPTIONS no_sets_used = 1 OTHERS = 0.

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

FMMP_FILL_BUDCAT_CEFFYEAR CALL FUNCTION 'FMMP_FILL_BUDCAT_CEFFYEAR' EXPORTING i_fm_area = p_fmarea i_fiscyear = p_sfyear i_t_budcat = g_t_budcat IMPORTING e_t_budcat_ceffyear = g_t_yce_output.



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