SAP Reports / Programs

RFFMEP3B SAP ABAP Report - Budget: Entry Documents







RFFMEP3B 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 RFFMEP3B 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

FMRW - Budget Entry Documents


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 RFFMEP3B. "Basic submit
SUBMIT RFFMEP3B AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMEP3B 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 = D .
Selection Text: S_BELNR = D .
Selection Text: S_BLDAT = D .
Selection Text: S_BSTAT = D .
Selection Text: S_CPUDT = D .
Selection Text: S_NMTXT = D .
Selection Text: S_RDOCNR = D .
Selection Text: S_RSTAT = D .
Selection Text: S_USNAM = D .
Selection Text: S_VADAT = D .
Title: Budget: Entry Documents
Text Symbol: 001 = Customer Fields
Text Symbol: 100 = Layout
Text Symbol: 200 = Entry Document


INCLUDES used within this REPORT RFFMEP3B

INCLUDE: LKBPPEQU.


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:

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

RS_SUBMIT_INFO call function 'RS_SUBMIT_INFO' * IMPORTING * P_SUBMIT_INFO = exceptions others = 1.

RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = sy-pfkey * P_PROGRAM = ' ' tables p_exclude = p_exclude exceptions others = 1.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting * i_interface_check = 'X' i_callback_program = 'RFFMEP3B' 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_BPDK' 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_bpdk exceptions program_error = 1 others = 2.

KBPB_DOCUMENT_SHOW_AND_PROC call function 'KBPB_DOCUMENT_SHOW_AND_PROC' exporting i_belnr = g_t_bpdk-belnr i_fcode = 'BMEBA' exceptions document_not_found = 1 document_locked = 2 cancel_method = 3 no_authority = 4 others = 5.

FM_ALV_LAYOUT call function 'FM_ALV_LAYOUT' changing c_f_layout = c_f_layout.

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_INIT call function 'KBPS_INIT' exporting bp_import = l_f_bpin importing bp_in = l_f_bpin exceptions others = 1.

FM_TEXT_GET_FROM_WRTTP call function 'FM_TEXT_GET_FROM_WRTTP' exporting i_wrttp = u_wrttp importing e_text = c_wtext exceptions others = 1.

FM_TEXT_GET_FROM_VORGA call function 'FM_TEXT_GET_FROM_VORGA' exporting i_vorga = u_vorga importing e_text = c_vtext 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.

FREE_SELECTIONS_INIT call function 'FREE_SELECTIONS_INIT' exporting expressions = fs_texpr kind = 'T' field_groups_key = fs_rsdsqcat importing selection_id = fs_selid expressions = fs_texpr field_ranges = fs_trange tables tables_tab = fs_rsdstabs fields_tab = fs_rsdsfields.

FREE_SELECTIONS_DIALOG call function 'FREE_SELECTIONS_DIALOG' exporting selection_id = fs_selid title = fs_title as_window = 'X' importing where_clauses = fs_twhere expressions = fs_texpr field_ranges = fs_trange tables fields_tab = fs_rsdsfields exceptions no_action = 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.

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.



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