SAP Reports / Programs

RFFMTO20X SAP ABAP Report - Additional Revenues from FM Account Assignments







RFFMTO20X is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Additional Revenues This program generates an alphanumerically sorted list of all revenues FM account assignments in an FM area or fiscal year for which a revenues increasing the budget rule has been maintained...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 RFFMTO20X 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_RFFMTO20X - Additional Revenues


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 RFFMTO20X. "Basic submit
SUBMIT RFFMTO20X AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMTO20X 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_CBUD = Commitment budget
Selection Text: P_DISVAR = Layout
Selection Text: P_FIKRS = D FM Area
Selection Text: P_GJAHR1 = D Fiscal year
Selection Text: P_GNJHR1 = D Year of Cash Effectivity
Selection Text: P_PBUD = Payment budget
Title: Additional Revenues from FM Account Assignments
Text Symbol: 001 = Layout
Text Symbol: 002 = Budget Category
Text Symbol: 201 = FM area:
Text Symbol: 207 = Fiscal year:
Text Symbol: 208 = Cash Effectivity
Text Symbol: 209 = Only Display Budget Deficits
Text Symbol: 210 = Commitment budget
Text Symbol: 211 = Payment budget
Text Symbol: 212 = Additional Revenues
Text Symbol: 213 = Cross commitments
Text Symbol: 214 = Add. Revenue Availbl
Text Symbol: 215 = Transfers
Text Symbol: 300 = Transaction data is imported


INCLUDES used within this REPORT RFFMTO20X

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.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-300 EXCEPTIONS OTHERS = 1.

FM_RIB_RULE_DETERMINE_FOR_FMAA CALL FUNCTION 'FM_RIB_RULE_DETERMINE_FOR_FMAA' EXPORTING IP_FIKRS = fkrs-fikrs IP_GJAHR = p_gjahr1 IP_FINANZKONTO = g_f_hhmk EXCEPTIONS DATA_NOT_FOUND = 1 OTHERS = 2.

FM_RIB_AVAILABLE_REVENUE CALL FUNCTION 'FM_RIB_AVAILABLE_REVENUE' CHANGING c_f_available_revenue = g_f_revenues.

FM_RIB_DISPENSED_AMOUNT_GET CALL FUNCTION 'FM_RIB_DISPENSED_AMOUNT_GET' TABLES t_dispensed_amounts = g_t_assignments.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = 'RFFMTO20X' i_callback_pf_status_set = 'PF_STATUS_SET' 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_variant = G_F_DISVARIANT is_layout = g_f_layout it_fieldcat = g_t_fieldcat it_sort = g_t_sort is_sel_hide = g_t_sel_crit i_default = 'X' i_save = 'A' it_events = g_t_events TABLES t_outtab = g_t_item EXCEPTIONS program_error = 1 OTHERS = 2.

FMRP_UT_GET_SELECTIONS CALL FUNCTION 'FMRP_UT_GET_SELECTIONS' EXPORTING i_report_name = con_repid i_dialog = 'X'.

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.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = G_F_DISVARIANT I_SAVE = 'A' IMPORTING ES_VARIANT = G_F_DISVARIANT.

REUSE_ALV_VARIANT_SELECT CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT' EXPORTING I_DIALOG = SPACE I_USER_SPECIFIC = 'X' IT_DEFAULT_FIELDCAT = g_t_fieldcat I_LAYOUT = g_f_layout CHANGING CS_VARIANT = G_F_DISVARIANT EXCEPTIONS WRONG_INPUT = 1 FC_NOT_COMPLETE = 2 NOT_FOUND = 3 PROGRAM_ERROR = 4 OTHERS = 5.

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