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
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_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:
INCLUDE IFIFMCON_BOOL.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMSN61 - Collective Expenditure Distribution to the Funds Centers RFFMSN61 - Collective Expenditure Distribution to the Funds Centers RFFMSN41 - Coll. Expenditure: Cmmt/Actual Distribution and Integration into Bdgt RFFMSN41 - Coll. Expenditure: Cmmt/Actual Distribution and Integration into Bdgt RFFMSN31 - Integrating Coll. Expendt. Posting FM Acct Assgmts to the Budget RFFMSN31 - Integrating Coll. Expendt. Posting FM Acct Assgmts to the Budget