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

MRFFMCY_FREEZE_700PBO1000 SAP ABAP INCLUDE - Include MRFFMCY_FREEZE_PBO1000







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


INCLUDES used within this REPORT MRFFMCY_FREEZE_700PBO1000

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_enter_more text = text-123 info = text-123 * 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-123 info = text-123 * ADD_STDINF = 'X' IMPORTING result = p_ptpop EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

FM_GET_EXPERT_MODE CALL FUNCTION 'FM_GET_EXPERT_MODE' EXPORTING i_uname = sy-uname i_programm = g_repid IMPORTING e_exception_active = g_expert_mode.

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.

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

FMCU_SHOW_VERSION CALL FUNCTION 'FMCU_SHOW_VERSION' EXPORTING i_fm_area = u_fm_area i_flg_freeze = con_on IMPORTING e_version = c_version.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = 'RFFMCY_FREEZE_700' 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.

FMCU_GET_PTCOMB CALL FUNCTION 'FMCU_GET_PTCOMB' EXPORTING i_fmarea = p_fmarea i_valtype = g_valtype IMPORTING e_t_ptcomb = l_t_ptcomb_cust.

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.

FMCU_GET_PTCOMB CALL FUNCTION 'FMCU_GET_PTCOMB' EXPORTING i_fmarea = p_fmarea i_valtype = g_valtype IMPORTING e_t_ptcomb = l_t_ptcomb_cust.



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