SAP Reports / Programs

RFFMCE11 SAP ABAP Report - Overview of Expenditure Cover Pools with FM Account Assignments







RFFMCE11 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Overview of cover pools with FM account assignments This report gives an overview of the budget values and assigned values of the selected cover pools and all assigned FM account assignments...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMCE11 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMRP_RFFMCE11 - Overview of Cover Pools with FMAA


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


Text pool values


Selection Text: P_COM = D Commitment budget
Selection Text: P_GNJHR = Year of Cash Effectivity
Selection Text: P_PAY = D Payment budget
Title: Overview of Expenditure Cover Pools with FM Account Assignments
Text Symbol: 001 = Budget Category
Text Symbol: 210 = Cover Pool
Text Symbol: 211 = Budget Memo
Text Symbol: 212 = Total Distributable Budget
Text Symbol: 213 = Total Assigned Budget
Text Symbol: 214 = Total Available Budget
Text Symbol: 215 = Bdgt avail f. cross assgmt
Text Symbol: 218 = Description:
Text Symbol: 301 = Release not elig. for cvr
Text Symbol: 302 = Release eligible for cover
Text Symbol: 303 = Release
Text Symbol: 311 = Distributable release not eligible for cover
Text Symbol: 312 = Distributable release eligible for cover


INCLUDES used within this REPORT RFFMCE11

INCLUDE: RKASMAWF.


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:

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = g_flg_komm e_function_active = g_flg_farea_active.

KBPS_FIND_LEDGER call function 'KBPS_FIND_LEDGER' EXPORTING currency = G_T_BPJA-TWAER periv = G_T_ITEM-CA_PERIV IMPORTING ledger = G_T_BPJA-LEDNR.

BP_COV_EL_DATA_ANALYZE CALL FUNCTION 'BP_COV_EL_DATA_ANALYZE' EXPORTING I_FLG_OUTSIDE_USAGE = 'X' I_FLG_REFERENCE_DATA = SPACE TABLES T_AVC_DATA = G_T_BPJA T_COV_EL_DATA = G_T_BPAVC.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = 'RFFMCE11' i_callback_pf_status_set = 'PF_STATUS_SET_NO_HIER' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_structure_name = 'G_T_ITEM' i_background_id = g_background_id is_layout = g_f_layout it_fieldcat = g_t_fieldcat it_sort = g_t_sort it_filter = g_t_filter is_sel_hide = g_t_sel_crit i_default = 'X' i_save = 'A' it_events = g_t_events it_event_exit = g_t_event_exit TABLES t_outtab = g_t_item EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' I_CALLBACK_PROGRAM = 'RFFMCE11' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_TABNAME_HEADER = 'G_T_HEADER' I_TABNAME_ITEM = 'G_T_ITEM' IS_LAYOUT = G_F_LAYOUT IT_FIELDCAT = G_T_FIELDCAT IT_SORT = G_T_SORT IS_KEYINFO = G_F_IS_KEYINFO IS_SEL_HIDE = G_T_SEL_CRIT I_DEFAULT = 'X' I_SAVE = 'A' IT_EVENTS = G_T_EVENTS TABLES T_OUTTAB_HEADER = G_T_HEADER T_OUTTAB_ITEM = G_T_ITEM EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING I_FIPEX = G_T_ITEM-FIPEX IMPORTING E_FIPOS = L_F_FIPOS EXCEPTIONS INPUT_ERROR = 1 DATA_NOT_FOUND = 2 OTHERS = 3.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING C_F_LAYOUT = C_F_LAYOUT.

BP_GET_COVER_EL_BUDGET_TYPES CALL FUNCTION 'BP_GET_COVER_EL_BUDGET_TYPES' EXPORTING I_FIKRS = FKRS-FIKRS I_GJAHR = P_GJREL I_WRTTP = L_F_WRTTP IMPORTING E_COVER = L_F_COVER E_COVER_ACTIVE = L_F_COVER_ACTIVE TABLES T_SUB_VORGA_COVER = G_T_VORGA_COVER.

FM_REPORT_TITLE_SET CALL FUNCTION 'FM_REPORT_TITLE_SET' IMPORTING e_title = l_sav_title.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid i_wfitem = wf_witem i_wflist = wf_wlist IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = l_f_lines.



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