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

RFFMEP2BX SAP ABAP Report - Overall Budget: Line Items by Document Number







RFFMEP2BX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Overall Budget: Line Items According to Document Numbers This reports overall budget values...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 RFFMEP2BX 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_RFFMEP2BX - Overall Budget
FMRZ - 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 RFFMEP2BX. "Basic submit
SUBMIT RFFMEP2BX AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMEP2BX 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_DISVAR = Layout
Selection Text: P_ENTRY = D .
Title: Overall Budget: Line Items by Document Number
Text Symbol: 001 = Layout
Text Symbol: 200 = Own Funds
Text Symbol: 210 = FM Area:
Text Symbol: 211 = Fund:
Text Symbol: 212 = Funds Center:
Text Symbol: 213 = Commitment Item:
Text Symbol: 214 = Functional Area
Text Symbol: 301 = Entry Document Number
Text Symbol: 311 = Entry Document Date
Text Symbol: 401 = Including Fields from Entry Docs


INCLUDES used within this REPORT RFFMEP2BX

INCLUDE: LKBPPEQU.
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_SUBSTRING_FIELDCAT_CORRECT CALL FUNCTION 'FM_SUBSTRING_FIELDCAT_CORRECT' TABLES IT_FIELDCAT = G_T_FIELDCAT.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = 'RFFMEP2BX' 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 is_variant = G_F_DISVARIANT 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_SELLINE call function 'FMRP_UT_GET_SELLINE' exporting i_report_name = con_repid tables sel_field = l_t_sel_field e_t_listheader = l_t_list_top_of_page.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting i_logo = l_logo it_list_commentary = l_t_list_top_of_page.

FM_LEDGER_CHECK_ACTIVE CALL FUNCTION 'FM_LEDGER_CHECK_ACTIVE' EXPORTING i_fm_area = g_t_fkrs-fikrs IMPORTING e_flg_active = l_flg_active.

FM_DOCUMENT_DISPLAY_BL CALL FUNCTION 'FM_DOCUMENT_DISPLAY_BL' EXPORTING i_fikrs = g_t_item-fikrs i_awtyp = 'FMBHI' i_awref = l_sav_awref.

FMRP_UT_GET_SELECTIONS CALL FUNCTION 'FMRP_UT_GET_SELECTIONS' EXPORTING i_report_name = con_repid i_dialog = 'X' EXCEPTIONS no_entries = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'IFMREP2BX' TABLES x031l_tab = l_t_nametab EXCEPTIONS not_found = 1 OTHERS = 2.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING c_f_layout = c_f_layout.

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.

KBPS_INIT call function 'KBPS_INIT' exporting bp_import = l_f_bpin importing bp_in = l_f_bpin exceptions others = 1.

DOMAIN_VALUE_GET call function 'DOMAIN_VALUE_GET' exporting i_domname = l_sav_name i_domvalue = l_sav_value importing e_ddtext = l_sav_text exceptions not_exist = 1 others = 2.

KBPS_GET_TEXT_DOC_STATUS call function 'KBPS_GET_TEXT_DOC_STATUS' exporting ip_bstat = u_bstat importing op_string_20 = c_bstext exceptions status_type_invalid = 1 others = 2.

KBPS_GET_TEXT_REV_STATUS call function 'KBPS_GET_TEXT_REV_STATUS' exporting ip_rstat = p_i_rstat importing op_string_20 = p_e_rstat_t exceptions status_type_invalid = 1 others = 2.

MODX_FUNCTION_ACTIVE_CHECK call function 'MODX_FUNCTION_ACTIVE_CHECK' exporting cprogname = 'SAPLKBPB' funcnumber = '004' importing active = ci_bpdk_active.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = 'CI_BPDK' tables x031l_tab = l_t_nametab exceptions not_found = 1 others = 2.

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.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING msgid = 'FMRP' msgnr = '100' msgv1 = l_msgv IMPORTING message_text_output = l_msg_text.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = u_tcode EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3.



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