SAP Reports / Programs

RFFMSN61 SAP ABAP Report - Collective Expenditure Distribution to the Funds Centers







RFFMSN61 is a standard Executable ABAP Report 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 RFFMSN61 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 RFFMSN61. "Basic submit
SUBMIT RFFMSN61 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMSN61 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_AMT = Consumer board
Selection Text: P_FIKRS = FM Area
Selection Text: P_FIPEX = Top commitment item for CE
Selection Text: P_GJAHR = Fiscal Year
Selection Text: P_UA = Subsection
Selection Text: P_VARNT = Variant
Selection Text: P_VERSN = Version
Title: Collective Expenditure Distribution to the Funds Centers
Text Symbol: 100 = Budget Category
Text Symbol: 110 = Sort by:


INCLUDES used within this REPORT RFFMSN61

INCLUDE IFIFMCON_BOOL.


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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_FIKRS = P_FIKRS IMPORTING f_fm01 = g_f_fm01.

BUKRS_GET_FROM_FIKRS *?call function 'BUKRS_GET_FROM_FIKRS' *? exporting *? ip_fikrs = p_fikrs *? tables *? t_t001 = i_t001.

FM_PPLAN_GET_FROM_FIKRS_GJAHR * CALL FUNCTION 'FM_PPLAN_GET_FROM_FIKRS_GJAHR' * EXPORTING * I_FIKRS = P_FIKRS * I_GJAHR = P_GJAHR * IMPORTING * E_PPLAN = L_PPLAN * EXCEPTIONS * PPLAN_NOT_FOUND = 1 * OTHERS = 2.

FM_PPLAN_READ_SINGLE_DATA * CALL FUNCTION 'FM_PPLAN_READ_SINGLE_DATA' * EXPORTING * I_PPLAN = L_PPLAN * I_VARNT = P_VARNT * I_FIPEX = P_FIPEX.

COST_ALLOCATION_INFO_KAMERAL CALL FUNCTION 'COST_ALLOCATION_INFO_KAMERAL' EXPORTING IP_FIKRS = P_FIKRS IP_GJAHR = P_GJAHR IP_SORTKRT = L_SORTKRT IP_TOP_FIPEX = P_FIPEX IP_VARNT = P_VARNT IP_VERSN = P_VERSN TABLES T_SN_INFORMATION = L_T_SN_INFO EXCEPTIONS OTHERS = 1.

FM_F4_FOR_COMMITMENT_ITEM CALL FUNCTION 'FM_F4_FOR_COMMITMENT_ITEM' EXPORTING I_FIKRS = P_FIKRS * I_FIPOS = ' ' I_FIPEX = L_FIPEX I_GJAHR = P_GJAHR * I_FLG_POST_ONLY = ' ' IMPORTING * e_fipos = E_FIPEX = L_FIPEX.



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