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

MRFFMCY_PREP_PAI1000 SAP ABAP INCLUDE - Include MRFFMCY_PREP_PAI1000







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


INCLUDES used within this REPORT MRFFMCY_PREP_PAI1000

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_PTCOMB CALL FUNCTION 'FMCU_GET_PTCOMB' EXPORTING i_fmarea = p_fmarea i_process = 'PREP' i_valtype = 'B1' IMPORTING e_t_ptcomb = g_t_ptcomb.

FMCY_GET_OUTPUT_LINES CALL FUNCTION 'FMCY_GET_OUTPUT_LINES' EXPORTING i_t_check_result = u_t_result_list IMPORTING e_t_output_result = c_t_list_output.

REUSE_ALV_EVENTS_GET * CALL FUNCTION 'REUSE_ALV_EVENTS_GET' * IMPORTING * ET_EVENTS = L_T_EVENTS[].

FMCY_GET_FIELDCATALOGUE CALL FUNCTION 'FMCY_GET_FIELDCATALOGUE' EXPORTING i_fund_state = g_fundstate i_budget_pdstate = g_budget_pdstate i_fundsctr_state = g_fundsctrstate i_cmmtitem_state = g_cmmtitemstate i_funcarea_state = g_funcareastate i_grant_nbr_state = g_grant_nbrstate i_measure_state = g_measurestate i_userdim_state = g_userdimstate i_ceffyear_used = g_flg_yce IMPORTING e_t_list_fcat = c_t_fieldcat[].

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * EXPORTING * I_CALLBACK_PROGRAM = 'RFFMCY_PREP' * I_CALLBACK_PF_STATUS_SET = LD_STATUS * IT_EXCLUDING = LT_EXCLUDING[] * I_CALLBACK_USER_COMMAND = LD_UCOMM * IS_LAYOUT = LS_LAYOUT * IT_FIELDCAT = L_T_FIELDCAT[] * I_SAVE = 'A' * IS_VARIANT = LD_VARIANT * IT_EVENTS = L_T_EVENTS[] ** it_event_exit = lt_event_exit[] * TABLES * T_OUTTAB = L_T_LIST.

BUKU_GET_BUDCAT * CALL FUNCTION 'BUKU_GET_BUDCAT' * EXPORTING * I_FLG_WITH_TEXTS = CON_ON * I_APPLIC = 'FM' * IMPORTING * E_T_BUDCATT = L_T_BUDCATT[].

FMCU_SHOW_BUDCAT CALL FUNCTION 'FMCU_SHOW_BUDCAT' EXPORTING i_fm_area = u_fm_area IMPORTING e_budcat = c_budcat.

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

FMCU_SHOW_BUDTYPECOMB CALL FUNCTION 'FMCU_SHOW_BUDTYPECOMB' EXPORTING i_fm_area = u_fm_area i_process = u_proc i_valtype = 'B1' IMPORTING e_budtype = c_bt.

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fm_area i_budcat = u_budcat.

FM_FUND_READ CALL FUNCTION 'FM_FUND_READ' EXPORTING i_fikrs = u_fm_area i_fincode = u_fund.

FM_BUDGET_PERIOD_READ CALL FUNCTION 'FM_BUDGET_PERIOD_READ' EXPORTING i_budget_period = u_budget_pd.

FMBAS_CHECK_FUNCAREA CALL FUNCTION 'FMBAS_CHECK_FUNCAREA' EXPORTING i_fm_area = u_fm_area i_funcarea = u_funcarea i_fiscyear = u_fyear.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_gjahr = u_fyear.

FMKU_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FMKU_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_cmmtitem = u_cmmtitem.

FMBAS_CHECK_USERDIM CALL FUNCTION 'FMBAS_CHECK_USERDIM' EXPORTING i_fm_area = u_fm_area i_userdim = u_userdim i_fiscyear = u_fyear.

GM_GRANT_CHECK CALL FUNCTION 'GM_GRANT_CHECK' EXPORTING im_grant_nbr = u_grant.

FMCU_CHECK_VERSION CALL FUNCTION 'FMCU_CHECK_VERSION' EXPORTING i_fm_area = u_fm_area i_version = u_version.

FMCU_CHECK_BUDTYPECOMB





CALL FUNCTION 'FMCU_CHECK_BUDTYPECOMB' EXPORTING i_fm_area = u_fm_area i_process = u_process i_valtype = 'B1' i_budtype = u_budtype.

FM_MEASURE_READ CALL FUNCTION 'FM_MEASURE_READ' EXPORTING i_fmarea = u_fm_area i_measure = u_measure i_fisc_year = u_fyear.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = u_fm_area i_actvt = con_act_fmbu_change i_msgty = 'E'.

FM_AUTH_CHECK_BU_VERSION_CATEG CALL FUNCTION 'FM_AUTH_CHECK_BU_VERSION_CATEG' EXPORTING i_fikrs = u_fm_area i_version = u_version i_budget_category = u_budcat i_actvt = u_actvt.

FMCU_CHECK_VERSION CALL FUNCTION 'FMCU_CHECK_VERSION' EXPORTING i_fm_area = u_fm_area i_version = u_version i_flg_freeze = 'X' * I_FLG_BYPASS_BUFFER = EXCEPTIONS no_version = 1 OTHERS = 2.

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.



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