RFFMCE31 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Master data rules for revenues increasing the budget This report generates a list of the revenues FM account assignments selected and their rules for revenues increasing the budget...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 RFFMCE31 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMRP_RFFMCE31 - Rules f. Revenues Increasing Budget
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.
Selection Text: P_COM = D Commitment budget
Selection Text: P_GNJHR = Year of Cash Effectivity
Selection Text: P_PAY = D Payment budget
Title: Master Data Rules for Revenues Increasing the Budget
Text Symbol: 217 = Budget increase by down payment
Text Symbol: 216 = Event leading to budget increase
Text Symbol: 215 = Check Additional Revenue
Text Symbol: 214 = Procedure for Budget Increase
Text Symbol: 213 = Budget Memo:
Text Symbol: 212 = Commitment item
Text Symbol: 211 = Funds center
Text Symbol: 210 = Fund:
Text Symbol: 012 = Classification
Text Symbol: 011 = Selection parameters
Text Symbol: 010 = Report object
Text Symbol: 005 = Page:
Text Symbol: 001 = Budget category
Text Symbol: 218 = Bdgt increase by revenue transf. posting
Text Symbol: 227 = Functional area
Text Symbol: 226 = Account Assignment for Surplus Funds
Text Symbol: 225 = Upper limit
Text Symbol: 224 = Amount
Text Symbol: 223 = Current budget (%)
Text Symbol: 222 = Minimum revenue
Text Symbol: 221 = Additional Revenue Available
Text Symbol: 220 = Additional Revenue
Text Symbol: 219 = Budget increase in %
INCLUDE: RKASMAWF.
No SAP DATABASE tables are accessed within this REPORT code!
FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = g_flg_komm e_function_active = g_flg_farea_active.
FM_RIB_AVAILABLE_REVENUE CALL FUNCTION 'FM_RIB_AVAILABLE_REVENUE' CHANGING C_F_AVAILABLE_REVENUE = L_F_AVAILABLE_REVENUE.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = 'RFFMCE31' 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 = 'RFFMCE31' * I_CALLBACK_PF_STATUS_SET = 'PF_STATUS_SET' 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_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING C_F_LAYOUT = C_F_LAYOUT.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMCE31 - Master Data Rules for Revenues Increasing the Budget RFFMCE31 - Master Data Rules for Revenues Increasing the Budget RFFMCE23 - Subject to Cover FM Account Assignments for Expenditure Cover Pools RFFMCE23 - Subject to Cover FM Account Assignments for Expenditure Cover Pools RFFMCE22 - Entitled to Cover for Subject to Cover FM Account Assignments RFFMCE22 - Entitled to Cover for Subject to Cover FM Account Assignments