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

MRFFMCY_CO_COPI_PBO1000 SAP ABAP INCLUDE - Include MRFFMCY_LOAD_PBO1000







MRFFMCY_CO_COPI_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_CO_COPI_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_CO_COPI_PBO1000. "Basic submit
SUBMIT MRFFMCY_CO_COPI_PBO1000 AND RETURN. "Return to original report after report execution complete
SUBMIT MRFFMCY_CO_COPI_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_CO_COPI_PBO1000

INCLUDE MRFFMCY_CO_COPI_PBO0011.
INCLUDE MRFFMCY_CO_COPI_PBO0021.
INCLUDE MRFFMCY_CO_COPI_PBO0031.
INCLUDE MRFFMCY_CO_COPI_PBO0041.


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 = u_techorg IMPORTING e_s_techorg_flags = l_f_techorg_flags.

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.

K_FM_SELECTION_CRIT_GET * CALL FUNCTION 'K_FM_SELECTION_CRIT_GET' * IMPORTING * e_crit_struc = gs_fm_sel_crit.

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.

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

BUKU_GET_BUDCAT CALL FUNCTION 'BUKU_GET_BUDCAT' EXPORTING i_flg_with_texts = con_on i_applic = 'FM' IMPORTING e_t_budcatt = s_t_budcatt[].

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = sy-repid variant = l_variant TABLES valutab = l_t_valutab.

K_FM_SELECTION_CRIT_SET * CALL FUNCTION 'K_FM_SELECTION_CRIT_SET' * EXPORTING * i_sel_crit = gs_fm_sel_crit.

FMCU_CHECK_DOCTYPE CALL FUNCTION 'FMCU_CHECK_DOCTYPE' EXPORTING i_doctype = p_doctype i_flg_budget = 'X' i_flg_no_rollup = p_flg_no_rollup EXCEPTIONS OTHERS = 1.

FMCU_CHECK_DOCTYPE CALL FUNCTION 'FMCU_CHECK_DOCTYPE' EXPORTING i_doctype = p_doctype i_flg_budget = 'X' i_flg_no_rollup = 'X' EXCEPTIONS OTHERS = 1.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_expand text = text-re1 info = text-re1 "note 1496587 * ADD_STDINF = 'X' IMPORTING result = b_reflds EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_collapse text = text-re1 info = text-re1 "note 1496587 * ADD_STDINF = 'X' IMPORTING result = b_reflds EXCEPTIONS OTHERS = 0.



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