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

RFFMEP31X SAP ABAP Report - PBET - Overall Budget Vs. Commt./Actual Line Items







RFFMEP31X is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Doku wie RFFMEP31 -> Nur Include hat sich geƤndert PBET - Line items for Overall Budget Vs...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 RFFMEP31X 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_RFFMEP31X - PBOF - Overall Bgt vs Cmmts/Acts LIs


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 RFFMEP31X. "Basic submit
SUBMIT RFFMEP31X AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMEP31X 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_RELES = Releases
Selection Text: P_PBUD = Payment budget
Selection Text: P_FIKRS = D Finanzkreis
Selection Text: P_DISVAR = Layout
Selection Text: P_CBUD = Commitment budget
Selection Text: P_BUDGT = Budget
Selection Text: P_BUDACT = Mix budget and actual items
Title: PBET - Overall Budget Vs. Commt./Actual Line Items
Text Symbol: 502 = Position
Text Symbol: 501 = Header
Text Symbol: 200 = Own funds
Text Symbol: 020 = Layout
Text Symbol: 016 = AVC against: Releases
Text Symbol: 015 = AVC against: Budget
Text Symbol: 014 = Budget Category
Text Symbol: 013 = Availability Control against
Text Symbol: 012 = Budget : Commitment Budget
Text Symbol: 011 = Budget : Payment Budget
Text Symbol: 010 = Currency :
Text Symbol: 009 = FM Area:
Text Symbol: 008 = Budget
Text Symbol: 007 = Available Budget
Text Symbol: 006 = Open Items
Text Symbol: 005 = Bud-Inv
Text Symbol: 004 = Invoice
Text Symbol: 003 = Bud-Pay
Text Symbol: 002 = Payment
Text Symbol: 001 = Bud/Rel


INCLUDES used within this REPORT RFFMEP31X

INCLUDE IFIFMCON_VALUE_TYPES.
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:

FM_REPORT_TITLE_SET call function 'FM_REPORT_TITLE_SET' importing e_title = l_sav_title.

FM_DOCUMENT_DISPLAY call function 'FM_DOCUMENT_DISPLAY' exporting i_belnr = g_t_alvout-refbn i_blpos = g_t_alvout-rfpos i_bukrs = g_t_alvout-bukrs i_gjahr = g_t_alvout-gjahr i_wrttp = g_t_alvout-wrttp i_rforg = g_t_alvout-rforg.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = g_repid i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_user_command = 'USER_COMMAND' I_STRUCTURE_NAME = l_tabname_alvout i_grid_title = l_f_titletext i_grid_settings = l_f_grid_settings IS_LAYOUT = l_f_layout IT_FIELDCAT = l_t_fieldcat IT_SPECIAL_GROUPS = l_t_sp_groups IT_SORT = l_t_sort is_sel_hide = l_t_sel_crit I_DEFAULT = 'X' I_SAVE = l_save IS_VARIANT = G_F_DISVARIANT IS_PRINT = l_f_print IT_EVENTS = l_t_events TABLES T_OUTTAB = g_t_alvout EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

FM_FIKRS_CHECK_FAREA_ACTIVE call function 'FM_FIKRS_CHECK_FAREA_ACTIVE' exporting i_fikrs = p_fikrs exceptions not_farea_active = 1.

FM_FSPROFILE_GET call function 'FM_FSPROFILE_GET' exporting i_fikrs = p_fikrs tables t_fmup01 = l_t_fmup01.

FM_ALV_LAYOUT call function 'FM_ALV_LAYOUT' changing c_f_layout = c_f_layout.

FM_FSPROFILE_GET call function 'FM_FSPROFILE_GET' exporting i_fikrs = u_fikrs changing e_f_fmup00 = l_f_fmup00.

FM_CONTROL_DATA_GET call function 'FM_CONTROL_DATA_GET' exporting i_profil = l_f_fmup00-profil importing e_f_fmup00 = l_f_fmup00.

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

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = g_flg_komm.

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 = l_t_fieldcat I_LAYOUT = l_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 = g_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 RFFMEP31X or its description.