SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

RFFMAV02X SAP ABAP Report - Commitment/Actual Line Items for Assigned Overall Budget







RFFMAV02X is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Commitments/Actuals Line Items for Assigned Overall Budget For more information on this report, see the Line Item Reports section of the Funds Management Government documentation...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 RFFMAV02X 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_RFFMAV02X - Overall Budget


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 RFFMAV02X. "Basic submit
SUBMIT RFFMAV02X AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAV02X 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_PBUD = Payment Budget
Selection Text: P_CBUD = Commitment Budget
Title: Commitment/Actual Line Items for Assigned Overall Budget
Text Symbol: 232 = Document Functional Area
Text Symbol: 231 = Document Commitment Item
Text Symbol: 230 = Document Funds Center
Text Symbol: 226 = Budget Type
Text Symbol: 225 = Soft Cmmt/Actual
Text Symbol: 224 = Hard Cmmt/Actual
Text Symbol: 223 = Total Cmmt/Actual
Text Symbol: 222 = Assigned Funds
Text Symbol: 221 = Functional Area
Text Symbol: 219 = Soft Assigned Funds:
Text Symbol: 218 = Hard Cross Assignments:
Text Symbol: 217 = Hard Own Assignments:
Text Symbol: 216 = Total:
Text Symbol: 214 = Distributable Rlases:
Text Symbol: 213 = Distributable Budget:
Text Symbol: 211 = Payment budget
Text Symbol: 210 = Commitment budget
Text Symbol: 209 = Only diffs betw.assigned budget and cmmts/actuals
Text Symbol: 206 = |Doc.no. |Item |Date |Function | Amount |Document Text |
Text Symbol: 205 = |Assignments | Commitments/Actuals |
Text Symbol: 204 = Commitment Item:
Text Symbol: 203 = Funds Center:
Text Symbol: 202 = Fund:
Text Symbol: 201 = FM Area:
Text Symbol: 001 = Budget Category


INCLUDES used within this REPORT RFFMAV02X

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' I_CALLBACK_PROGRAM = 'RFFMAV02X' 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_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.

FM_DOCUMENT_DISPLAY CALL FUNCTION 'FM_DOCUMENT_DISPLAY' EXPORTING i_wrttp = g_t_vept-wrttp i_belnr = g_t_vept-refbn i_blpos = g_t_vept-rfpos i_bukrs = g_t_vept-bukrs i_gjahr = g_t_vept-kngjahr i_rforg = g_t_vept-rforg i_kokrs = g_t_vept-kokrs.

FM_USED_BUDGET_TYPE_GET CALL FUNCTION 'FM_USED_BUDGET_TYPE_GET' EXPORTING i_fikrs = fkrs-fikrs i_fincode = G_T_MASTER_DATA-fonds IMPORTING e_releases = l_flg_releases EXCEPTIONS information_not_found = 1 OTHERS = 2.

FM_SIGN_GET_FOR_EXPENDITURE CALL FUNCTION 'FM_SIGN_GET_FOR_EXPENDITURE' IMPORTING e_sign = g_flg_expsign e_sign_revenues = g_flg_revsign.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' IMPORTING E_FUNCTION_ACTIVE = G_FLG_FAREA_ACTIVE E_FUND_ACTIVE = G_FLG_FUND_ACTIVE e_kom_active = g_flg_komm.

GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING ACCESSIBILITY = G_ACCESSIBILITY_ACTIVE EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING C_F_LAYOUT = C_F_LAYOUT.

FM_DOCUMENT_DISPLAY CALL FUNCTION 'FM_DOCUMENT_DISPLAY' EXPORTING i_belnr = g_t_item-refbn i_blpos = g_t_item-rfpos i_bukrs = g_t_item-bukrs i_gjahr = g_t_item-kngjahr i_wrttp = g_t_item-wrttp i_rforg = g_t_item-rforg.

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

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